Searched refs:truncf (Results 1 – 25 of 45) sorted by relevance
12
/external/llvm/test/CodeGen/ARM/ |
D | floorf.ll | 19 ; CHECK-NOT: truncf 20 %foo = call float @truncf(float 0x4000CCCCC0000000) nounwind readnone 26 declare float @truncf(float) nounwind readnone
|
D | arm32-rounding.ll | 60 %call = call float @truncf(float %a) nounwind readnone 113 declare float @truncf(float) nounwind readnone
|
D | call-tc.ll | 178 %call1 = tail call float @truncf(float %b) 183 declare float @truncf(float) readnone
|
/external/llvm/test/Transforms/InstCombine/ |
D | float-shrink-compare.ll | 85 ; 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
|
D | double-float-shrink-2.ll | 12 ; DO-SIMPLIFY: call float @truncf( 68 ; --> truncf
|
/external/llvm/test/CodeGen/AArch64/ |
D | round-conv.ll | 168 %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
|
D | arm64-rounding.ll | 92 %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
|
D | floatdp_1source.ll | 19 declare float @truncf(float) readonly 52 %valtrunc = call float @truncf(float %val1)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rounding-ops.ll | 79 %call = tail call float @truncf(float %x) nounwind readnone 88 declare float @truncf(float) nounwind readnone
|
/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 109 %call = tail call float @truncf(float %x) nounwind readnone 119 declare float @truncf(float) nounwind readnone
|
/external/bison/linux-lib/ |
D | math.h | 2270 # 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/ |
D | math.in.h | 1958 # 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/ |
D | math.h | 2270 # 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/ |
D | mips64signextendsesf.ll | 38 %call = tail call float @truncf(float %0) #2 47 declare float @truncf(float) #1
|
D | fp16instrinsmc.ll | 308 %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/ |
D | libcall-declarations.c | 179 float truncf(float); 297 F(tgamma), F(tgammaf), F(tgammal), F(trunc), F(truncf),
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 43 #define sk_float_trunc(x) truncf(x)
|
/external/v8/src/wasm/ |
D | wasm-external-refs.cc | 20 void f32_trunc_wrapper(float* param) { *param = truncf(*param); } in f32_trunc_wrapper()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 154 ; SOFT: bl truncf 155 ; VFP4: b truncf
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 311 {"trunc", &lp_build_trunc, &truncf, round_values, ARRAY_SIZE(round_values), 24.0 },
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-round-01.ll | 110 ; CHECK: brasl %r14, truncf@PLT
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 260 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 1067 /// float truncf(float x); 1068 TLI_DEFINE_ENUM_INTERNAL(truncf) 1069 TLI_DEFINE_STRING_INTERNAL("truncf")
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 801 ; CHECK: declare void @truncf(...) 802 declare void @truncf(...)
|
/external/libcxx/include/ |
D | cmath | 297 float truncf(float x); 467 using ::truncf;
|
12