/external/valgrind/main/none/tests/mips64/ |
D | test_math.stdout.exp | 24 rintf(1234.0f): 1234.000000 26 rintf(1234.01f): 1235.000000 35 rintf(1234.01f): 1234.000000
|
D | test_math.cpp | 50 printf("rintf(1234.0f): %f\n", rintf(1234.0f)); in main() 53 printf("rintf(1234.01f): %f\n", rintf(1234.01f)); in main() 69 printf("rintf(1234.01f): %f\n", rintf(1234.01f)); in main()
|
/external/valgrind/main/none/tests/mips32/ |
D | test_math.stdout.exp | 24 rintf(1234.0f): 1234.000000 26 rintf(1234.01f): 1235.000000 35 rintf(1234.01f): 1234.000000
|
D | test_math.cpp | 50 printf("rintf(1234.0f): %f\n", rintf(1234.0f)); in main() 53 printf("rintf(1234.01f): %f\n", rintf(1234.01f)); in main() 69 printf("rintf(1234.01f): %f\n", rintf(1234.01f)); in main()
|
/external/llvm/test/Transforms/InstCombine/ |
D | float-shrink-compare.ll | 61 ; CHECK-NEXT: %rintf = call float @rintf(float %x) 62 ; CHECK-NEXT: fcmp oeq float %rintf, %y 145 ; CHECK-NEXT: %rintf = call float @rintf(float %x) 146 ; CHECK-NEXT: fcmp oeq float %rintf, %y
|
/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 83 %call = tail call float @rintf(float %x) nounwind readnone 93 declare float @rintf(float) nounwind readnone
|
/external/llvm/test/CodeGen/AArch64/ |
D | floatdp_1source.ll | 22 declare float @rintf(float) readonly 56 %valrint = call float @rintf(float %val1)
|
D | arm64-rounding.ll | 73 %call = tail call float @rintf(float %a) nounwind readnone 77 declare float @rintf(float) nounwind readnone
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 503 rintf, enumerator 740 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 280 %call = call float @rintf(float %0) #2 281 ;pic: lw ${{[0-9]+}}, %call16(rintf)(${{[0-9]+}}) 288 declare float @rintf(float) #1
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 149 float rintf(float); 291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | VectorUtils.h | 173 case LibFunc::rintf: in getIntrinsicIDForCall()
|
/external/bison/linux-lib/ |
D | math.h | 2021 _GL_FUNCDECL_SYS (rintf, float, (float x)); 2023 _GL_CXXALIAS_SYS (rintf, float, (float x)); 2024 _GL_CXXALIASWARN (rintf); 2026 # undef rintf 2028 _GL_WARN_ON_USE (rintf, "rintf is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1709 _GL_FUNCDECL_SYS (rintf, float, (float x)); 1711 _GL_CXXALIAS_SYS (rintf, float, (float x)); 1712 _GL_CXXALIASWARN (rintf); 1714 # undef rintf 1716 _GL_WARN_ON_USE (rintf, "rintf is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 2021 _GL_FUNCDECL_SYS (rintf, float, (float x)); 2023 _GL_CXXALIAS_SYS (rintf, float, (float x)); 2024 _GL_CXXALIASWARN (rintf); 2026 # undef rintf 2028 _GL_WARN_ON_USE (rintf, "rintf is unportable - "
|
/external/ltrace/etc/ |
D | libm.so.conf | 261 float rintf(float);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 67 float rintf "npy_rintf"(float x)
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 490 TLI.setUnavailable(LibFunc::rintf); in initialize()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 325 case LibFunc::rintf: in mightUseCTR()
|
/external/bison/m4/ |
D | math_h.m4 | 52 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
|
/external/libcxx/include/ |
D | cmath | 273 float rintf(float x); 1540 using ::rintf; 1542 inline _LIBCPP_INLINE_VISIBILITY float rint(float __x) _NOEXCEPT {return rintf(__x);}
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 565 static_assert((std::is_same<decltype(rintf(0)), float>::value), ""); in test_rint()
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 265 /* Define to 1 if you have the `rintf' function. */
|
D | config.h.cmake | 286 /* Define to 1 if you have the `rintf' function. */
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1127 __tg_rint(float __x) {return rintf(__x);} in __tg_rint()
|