Home
last modified time | relevance | path

Searched refs:floorf (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm/test/CodeGen/ARM/
Dfloorf.ll5 ; CHECK-NOT: floorf
6 %foo = call float @floorf(float 0x4000CCCCC0000000) nounwind readnone
24 declare float @floorf(float) nounwind readnone
Darm32-round-conv.ll8 %call = call float @floorf(float %a) nounwind readnone
17 %call = call float @floorf(float %a) nounwind readnone
112 declare float @floorf(float) nounwind readnone
D2011-11-29-128bitArithmetics.ll312 ; CHECK: bl {{.*}}floorf
315 ; CHECK: bl {{.*}}floorf
318 ; CHECK: bl {{.*}}floorf
321 ; CHECK: bl {{.*}}floorf
Dcall-tc.ll170 ; otherwise the call to floorf is lost.
176 %call = tail call float @floorf(float %1)
182 declare float @floorf(float) readnone
Darm32-rounding.ll9 %call = call float @floorf(float %a) nounwind readnone
107 declare float @floorf(float) nounwind readnone
/external/llvm/test/CodeGen/X86/
D2007-10-04-AvoidEFLAGSCopy.ll10 %tmp2152 = call float @floorf( float 0.000000e+00 ) ; <float> [#uses=0]
20 declare float @floorf(float)
Dfloor-soft-float.ll8 ; CHECK-SOFT-FLOAT: callq floorf
Drounding-ops.ll5 %call = tail call float @floorf(float %x) nounwind readnone
15 declare float @floorf(float) nounwind readnone
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-2.ll8 ; DO-SIMPLIFY: call float @floorf(
15 ; C89-SIMPLIFY: call float @floorf(
36 ; --> floorf
Dfloat-shrink-compare.ll37 ; 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
Dwin-math.ll139 ; WIN32-NOT: float @floorf
142 ; WIN64: float @floorf
145 ; MINGW32: float @floorf
148 ; MINGW64: float @floorf
/external/llvm/test/CodeGen/AArch64/
Darm64-rounding.ll8 %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
Dround-conv.ll8 %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
Dfloatdp_1source.ll16 declare float @floorf(float) readonly
48 %valfloor = call float @floorf(float %val1)
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll7 %call = tail call float @floorf(float %x) nounwind readnone
16 declare float @floorf(float) nounwind readnone
/external/llvm/test/MC/X86/
Dx86-windows-itanium-libcalls.ll14 ; CHECK-NOT: floorf
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c191 x -= floorf(x); in fractf()
240 {"floor", &lp_build_floor, &floorf, round_values, Elements(round_values), 24.0 },
/external/bison/linux-lib/
Dmath.h1041 # 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/
Dmath.h1041 # 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/
Dmath.in.h729 # 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/
Dimports.h127 #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/
Dexplicit_symbols.inc83 INLINE_DEF_FLOAT_SYMBOL(floorf, 1)
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c86 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/
Du_math.h83 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/
Dmips64signextendsesf.ll52 %call = tail call float @floorf(float %0) #2
61 declare float @floorf(float) #1

123