Searched refs:FMod (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/libc/test/src/math/exhaustive/ |
| H A D | fmod_generic_impl_test.cpp | 42 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 D | fmodf.cpp | 16 return fputil::generic::FMod<float>::eval(x, y);
|
| H A D | fmod.cpp | 16 return fputil::generic::FMod<double>::eval(x, y);
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/generic/ |
| H A D | CMakeLists.txt | 21 FMod.h
|
| H A D | FMod.h | 218 class FMod {
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | arithmetic-ops.mlir | 28 // spv.FMod 32 // CHECK: spv.FMod 33 %0 = spv.FMod %arg, %arg : f32
|
| /llvm-project-15.0.7/mlir/test/Target/SPIRV/ |
| H A D | arithmetic-ops.mlir | 20 // 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 D | SPIRVArithmeticOps.td | 109 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 D | SPIRVToLLVMDialectConversion.md | 113 exceptions as `spv.SMod` and `spv.FMod` are rare. 632 * spv.FMod
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8486 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()
|