Home
last modified time | relevance | path

Searched refs:FMod (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/exhaustive/
H A Dfmod_generic_impl_test.cpp42 using FMod = __llvm_libc::fputil::generic::FMod< in testExtensive() typedef
58 T result = FMod::eval(x, y); in testExtensive()
/llvm-project-15.0.7/libc/src/math/generic/
H A Dfmodf.cpp16 return fputil::generic::FMod<float>::eval(x, y);
H A Dfmod.cpp16 return fputil::generic::FMod<double>::eval(x, y);
/llvm-project-15.0.7/libc/src/__support/FPUtil/generic/
H A DCMakeLists.txt21 FMod.h
H A DFMod.h218 class FMod {
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Darithmetic-ops.mlir28 // spv.FMod
32 // CHECK: spv.FMod
33 %0 = spv.FMod %arg, %arg : f32
/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Darithmetic-ops.mlir20 // CHECK: {{%.*}} = spv.FMod {{%.*}}, {{%.*}} : vector<4xf32>
21 %0 = spv.FMod %arg0, %arg1 : vector<4xf32>
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVArithmeticOps.td109 def SPV_FModOp : SPV_ArithmeticBinaryOp<"FMod", SPV_Float, []> {
129 fmod-op ::= ssa-id `=` `spv.FMod` ssa-use, ssa-use
135 %4 = spv.FMod %0, %1 : f32
136 %5 = spv.FMod %2, %3 : vector<4xf32>
/llvm-project-15.0.7/mlir/docs/
H A DSPIRVToLLVMDialectConversion.md113 exceptions as `spv.SMod` and `spv.FMod` are rare.
632 * spv.FMod
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp8486 ModuleFile *FMod = LPT.first; in ReadLateParsedTemplates() local
8491 cast<FunctionDecl>(GetLocalDecl(*FMod, LateParsed[Idx++])); in ReadLateParsedTemplates()
8494 LT->D = GetLocalDecl(*FMod, LateParsed[Idx++]); in ReadLateParsedTemplates()