/external/llvm/test/CodeGen/ARM/ |
D | floorf.ll | 5 ; CHECK-NOT: floorf 6 %foo = call float @floorf(float 0x4000CCCCC0000000) nounwind readnone 24 declare float @floorf(float) nounwind readnone
|
D | arm32-round-conv.ll | 8 %call = call float @floorf(float %a) nounwind readnone 17 %call = call float @floorf(float %a) nounwind readnone 112 declare float @floorf(float) nounwind readnone
|
D | 2011-11-29-128bitArithmetics.ll | 312 ; CHECK: bl {{.*}}floorf 315 ; CHECK: bl {{.*}}floorf 318 ; CHECK: bl {{.*}}floorf 321 ; CHECK: bl {{.*}}floorf
|
D | call-tc.ll | 170 ; otherwise the call to floorf is lost. 176 %call = tail call float @floorf(float %1) 182 declare float @floorf(float) readnone
|
D | arm32-rounding.ll | 9 %call = call float @floorf(float %a) nounwind readnone 107 declare float @floorf(float) nounwind readnone
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-10-04-AvoidEFLAGSCopy.ll | 10 %tmp2152 = call float @floorf( float 0.000000e+00 ) ; <float> [#uses=0] 20 declare float @floorf(float)
|
D | floor-soft-float.ll | 8 ; CHECK-SOFT-FLOAT: callq floorf
|
D | rounding-ops.ll | 5 %call = tail call float @floorf(float %x) nounwind readnone 15 declare float @floorf(float) nounwind readnone
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-2.ll | 8 ; DO-SIMPLIFY: call float @floorf( 15 ; C89-SIMPLIFY: call float @floorf( 36 ; --> floorf
|
D | float-shrink-compare.ll | 37 ; CHECK-NEXT: %floorf = call float @floorf(float %x) 38 ; CHECK-NEXT: fcmp oeq float %floorf, %y 121 ; CHECK-NEXT: %floorf = call float @floorf(float %x) 122 ; CHECK-NEXT: fcmp oeq float %floorf, %y
|
D | win-math.ll | 139 ; WIN32-NOT: float @floorf 142 ; WIN64: float @floorf 145 ; MINGW32: float @floorf 148 ; MINGW64: float @floorf
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-rounding.ll | 8 %call = tail call float @floorf(float %a) nounwind readnone 12 declare float @floorf(float) nounwind readnone 136 %call = tail call float @floorf(float %a) nounwind readnone
|
D | round-conv.ll | 8 %call = call float @floorf(float %a) nounwind readnone 18 %call = call float @floorf(float %a) nounwind readnone 48 %call = call float @floorf(float %a) nounwind readnone 58 %call = call float @floorf(float %a) nounwind readnone 323 declare float @floorf(float) nounwind readnone
|
D | floatdp_1source.ll | 16 declare float @floorf(float) readonly 48 %valfloor = call float @floorf(float %val1)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rounding-ops.ll | 7 %call = tail call float @floorf(float %x) nounwind readnone 16 declare float @floorf(float) nounwind readnone
|
/external/llvm/test/MC/X86/ |
D | x86-windows-itanium-libcalls.ll | 14 ; CHECK-NOT: floorf
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 191 x -= floorf(x); in fractf() 240 {"floor", &lp_build_floor, &floorf, round_values, Elements(round_values), 24.0 },
|
/external/bison/linux-lib/ |
D | math.h | 1041 # undef floorf 1042 # define floorf rpl_floorf 1044 _GL_FUNCDECL_RPL (floorf, float, (float x)); 1045 _GL_CXXALIAS_RPL (floorf, float, (float x)); 1048 # undef floorf 1049 _GL_FUNCDECL_SYS (floorf, float, (float x)); 1051 _GL_CXXALIAS_SYS (floorf, float, (float x)); 1053 _GL_CXXALIASWARN (floorf); 1055 # undef floorf 1057 _GL_WARN_ON_USE (floorf, "floorf is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1041 # undef floorf 1042 # define floorf rpl_floorf 1044 _GL_FUNCDECL_RPL (floorf, float, (float x)); 1045 _GL_CXXALIAS_RPL (floorf, float, (float x)); 1048 # undef floorf 1049 _GL_FUNCDECL_SYS (floorf, float, (float x)); 1051 _GL_CXXALIAS_SYS (floorf, float, (float x)); 1053 _GL_CXXALIASWARN (floorf); 1055 # undef floorf 1057 _GL_WARN_ON_USE (floorf, "floorf is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 729 # undef floorf 730 # define floorf rpl_floorf macro 732 _GL_FUNCDECL_RPL (floorf, float, (float x)); 733 _GL_CXXALIAS_RPL (floorf, float, (float x)); 736 # undef floorf 737 _GL_FUNCDECL_SYS (floorf, float, (float x)); 739 _GL_CXXALIAS_SYS (floorf, float, (float x)); 741 _GL_CXXALIASWARN (floorf); 743 # undef floorf 745 _GL_WARN_ON_USE (floorf, "floorf is unportable - "
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 127 #define floorf(f) ((float) floor(f)) macro 148 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } in truncf() 263 #define FLOORF(x) floorf(x)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 83 INLINE_DEF_FLOAT_SYMBOL(floorf, 1)
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 86 dst->i[0] = (int)floorf(src->f[0]); in micro_arl() 87 dst->i[1] = (int)floorf(src->f[1]); in micro_arl() 88 dst->i[2] = (int)floorf(src->f[2]); in micro_arl() 89 dst->i[3] = (int)floorf(src->f[3]); in micro_arl() 96 dst->i[0] = (int)floorf(src->f[0] + 0.5f); in micro_arr() 97 dst->i[1] = (int)floorf(src->f[1] + 0.5f); in micro_arr() 98 dst->i[2] = (int)floorf(src->f[2] + 0.5f); in micro_arr() 99 dst->i[3] = (int)floorf(src->f[3] + 0.5f); in micro_arr() 216 dst->f[0] = floorf(src->f[0]); in micro_flr() 217 dst->f[1] = floorf(src->f[1]); in micro_flr() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_math.h | 83 static INLINE float floorf( float f ) in floorf() function 134 return x >= 0.0f ? floorf(x + 0.5f) : ceilf(x - 0.5f); in roundf()
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64signextendsesf.ll | 52 %call = tail call float @floorf(float %0) #2 61 declare float @floorf(float) #1
|