Home
last modified time | relevance | path

Searched refs:truncf (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/test/CodeGen/ARM/
Dfloorf.ll19 ; CHECK-NOT: truncf
20 %foo = call float @truncf(float 0x4000CCCCC0000000) nounwind readnone
26 declare float @truncf(float) nounwind readnone
Darm32-rounding.ll60 %call = call float @truncf(float %a) nounwind readnone
113 declare float @truncf(float) nounwind readnone
Dcall-tc.ll178 %call1 = tail call float @truncf(float %b)
183 declare float @truncf(float) readnone
/external/llvm/test/Transforms/InstCombine/
Dfloat-shrink-compare.ll85 ; CHECK-NEXT: %truncf = call float @truncf(float %x)
86 ; CHECK-NEXT: fcmp oeq float %truncf, %y
169 ; CHECK-NEXT: %truncf = call float @truncf(float %x)
170 ; CHECK-NEXT: fcmp oeq float %truncf, %y
Ddouble-float-shrink-2.ll12 ; DO-SIMPLIFY: call float @truncf(
68 ; --> truncf
/external/llvm/test/CodeGen/AArch64/
Dround-conv.ll168 %call = call float @truncf(float %a) nounwind readnone
178 %call = call float @truncf(float %a) nounwind readnone
208 %call = call float @truncf(float %a) nounwind readnone
218 %call = call float @truncf(float %a) nounwind readnone
327 declare float @truncf(float) nounwind readnone
Darm64-rounding.ll92 %call = tail call float @truncf(float %a) nounwind readnone
96 declare float @truncf(float) nounwind readnone
172 %call = tail call float @truncf(float %a) nounwind readnone
Dfloatdp_1source.ll19 declare float @truncf(float) readonly
52 %valtrunc = call float @truncf(float %val1)
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll79 %call = tail call float @truncf(float %x) nounwind readnone
88 declare float @truncf(float) nounwind readnone
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll109 %call = tail call float @truncf(float %x) nounwind readnone
119 declare float @truncf(float) nounwind readnone
/external/bison/linux-lib/
Dmath.h2270 # define truncf rpl_truncf
2272 _GL_FUNCDECL_RPL (truncf, float, (float x));
2273 _GL_CXXALIAS_RPL (truncf, float, (float x));
2276 _GL_FUNCDECL_SYS (truncf, float, (float x));
2278 _GL_CXXALIAS_SYS (truncf, float, (float x));
2280 _GL_CXXALIASWARN (truncf);
2282 # undef truncf
2284 _GL_WARN_ON_USE (truncf, "truncf is unportable - "
/external/bison/lib/
Dmath.in.h1958 # define truncf rpl_truncf macro
1960 _GL_FUNCDECL_RPL (truncf, float, (float x));
1961 _GL_CXXALIAS_RPL (truncf, float, (float x));
1964 _GL_FUNCDECL_SYS (truncf, float, (float x));
1966 _GL_CXXALIAS_SYS (truncf, float, (float x));
1968 _GL_CXXALIASWARN (truncf);
1970 # undef truncf
1972 _GL_WARN_ON_USE (truncf, "truncf is unportable - "
/external/bison/darwin-lib/
Dmath.h2270 # define truncf rpl_truncf
2272 _GL_FUNCDECL_RPL (truncf, float, (float x));
2273 _GL_CXXALIAS_RPL (truncf, float, (float x));
2276 _GL_FUNCDECL_SYS (truncf, float, (float x));
2278 _GL_CXXALIAS_SYS (truncf, float, (float x));
2280 _GL_CXXALIASWARN (truncf);
2282 # undef truncf
2284 _GL_WARN_ON_USE (truncf, "truncf is unportable - "
/external/llvm/test/CodeGen/Mips/
Dmips64signextendsesf.ll38 %call = tail call float @truncf(float %0) #2
47 declare float @truncf(float) #1
Dfp16instrinsmc.ll308 %call = call float @truncf(float %0) #2
309 ;pic: lw ${{[0-9]+}}, %call16(truncf)(${{[0-9]+}})
316 declare float @truncf(float) #1
/external/clang/test/CodeGen/
Dlibcall-declarations.c179 float truncf(float);
297 F(tgamma), F(tgammaf), F(tgammal), F(trunc), F(truncf),
/external/skia/include/private/
DSkFloatingPoint.h43 #define sk_float_trunc(x) truncf(x)
/external/v8/src/wasm/
Dwasm-external-refs.cc20 void f32_trunc_wrapper(float* param) { *param = truncf(*param); } in f32_trunc_wrapper()
/external/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll154 ; SOFT: bl truncf
155 ; VFP4: b truncf
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c311 {"trunc", &lp_build_trunc, &truncf, round_values, ARRAY_SIZE(round_values), 24.0 },
/external/llvm/test/CodeGen/SystemZ/
Dfp-round-01.ll110 ; CHECK: brasl %r14, truncf@PLT
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h260 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def1067 /// float truncf(float x);
1068 TLI_DEFINE_ENUM_INTERNAL(truncf)
1069 TLI_DEFINE_STRING_INTERNAL("truncf")
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll801 ; CHECK: declare void @truncf(...)
802 declare void @truncf(...)
/external/libcxx/include/
Dcmath297 float truncf(float x);
467 using ::truncf;

12