Home
last modified time | relevance | path

Searched refs:fmodf (Results 1 – 25 of 46) sorted by relevance

12

/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Drem-vec.ll83 ; ASM-NEXT: bl fmodf
87 ; ASM-NEXT: bl fmodf
91 ; ASM-NEXT: bl fmodf
95 ; ASM: bl fmodf
/external/llvm/test/CodeGen/X86/
Dvector-rem.ll90 ; CHECK-NEXT: callq fmodf
96 ; CHECK-NEXT: callq fmodf
101 ; CHECK-NEXT: callq fmodf
107 ; CHECK-NEXT: callq fmodf
Dfrem-msvc32.ll3 ; MSVC does not have a 32-bit fmodf function, so it must be promoted to
Dsplit-vector-rem.ll2 ; RUN: llc < %s -march=x86-64 | grep fmodf | count 8
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfp.arith.ll145 ; CHECK: call {{.*}} R_{{.*}} fmodf
147 ; ARM32: bl {{.*}} fmodf
149 ; MIPS32: jal {{.*}} fmodf
Dvector-arith.ll75 ; CHECK: fmodf
76 ; CHECK: fmodf
77 ; CHECK: fmodf
78 ; CHECK: fmodf
/external/bison/linux-lib/
Dmath.h1178 # undef fmodf
1179 # define fmodf rpl_fmodf
1181 _GL_FUNCDECL_RPL (fmodf, float, (float x, float y));
1182 _GL_CXXALIAS_RPL (fmodf, float, (float x, float y));
1185 # undef fmodf
1186 _GL_FUNCDECL_SYS (fmodf, float, (float x, float y));
1188 _GL_CXXALIAS_SYS (fmodf, float, (float x, float y));
1190 _GL_CXXALIASWARN (fmodf);
1192 # undef fmodf
1194 _GL_WARN_ON_USE (fmodf, "fmodf is unportable - "
/external/bison/lib/
Dmath.in.h866 # undef fmodf
867 # define fmodf rpl_fmodf macro
869 _GL_FUNCDECL_RPL (fmodf, float, (float x, float y));
870 _GL_CXXALIAS_RPL (fmodf, float, (float x, float y));
873 # undef fmodf
874 _GL_FUNCDECL_SYS (fmodf, float, (float x, float y));
876 _GL_CXXALIAS_SYS (fmodf, float, (float x, float y));
878 _GL_CXXALIASWARN (fmodf);
880 # undef fmodf
882 _GL_WARN_ON_USE (fmodf, "fmodf is unportable - "
/external/bison/darwin-lib/
Dmath.h1178 # undef fmodf
1179 # define fmodf rpl_fmodf
1181 _GL_FUNCDECL_RPL (fmodf, float, (float x, float y));
1182 _GL_CXXALIAS_RPL (fmodf, float, (float x, float y));
1185 # undef fmodf
1186 _GL_FUNCDECL_SYS (fmodf, float, (float x, float y));
1188 _GL_CXXALIAS_SYS (fmodf, float, (float x, float y));
1190 _GL_CXXALIASWARN (fmodf);
1192 # undef fmodf
1194 _GL_WARN_ON_USE (fmodf, "fmodf is unportable - "
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dvector-rem.ll2 ; RUN: llc < %s -march=x86-64 | grep fmodf | count 4
Dsplit-vector-rem.ll2 ; RUN: llc < %s -march=x86-64 | grep fmodf | count 8
/external/llvm/test/CodeGen/WebAssembly/
Dfrem.ll11 ; CHECK-NEXT: {{^}} f32.call $push0=, fmodf@FUNCTION, $0, $1{{$}}
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.def40 X(frem_f32, "fmodf") \
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc84 INLINE_DEF_FLOAT_SYMBOL(fmodf, 2)
/external/clang/test/CodeGen/
Dlibcall-declarations.c23 float fmodf(float, float);
266 F(fabsf), F(fabsl), F(fmod), F(fmodf), F(fmodl),
/external/skia/include/private/
DSkFloatingPoint.h54 #define sk_float_mod(x,y) fmodf(x,y)
/external/clang/lib/Headers/
D__clang_cuda_cmath.h61 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod()
/external/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll85 ; NONE: bl fmodf
86 ; HARD: b fmodf
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-mul-div.ll656 ; CHECK: bl fmodf
657 ; CHECK: bl fmodf
664 ; CHECK: bl fmodf
665 ; CHECK: bl fmodf
666 ; CHECK: bl fmodf
667 ; CHECK: bl fmodf
Dillegal-float-ops.ll210 ; CHECK: bl fmodf
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll36 declare float @fmodf(float, float)
144 %28 = call float @fmodf(float 3.000000e+00, float 4.000000e+00)
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll285 ; CHECK: declare void @fmodf(...)
286 declare void @fmodf(...)
/external/libcxx/include/
Dcmath91 float fmodf(float x, float y);
360 using ::fmodf;
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def524 /// float fmodf(float x, float y);
525 TLI_DEFINE_ENUM_INTERNAL(fmodf)
526 TLI_DEFINE_STRING_INTERNAL("fmodf")
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll159 ; WIN32-NOT: float @fmodf

12