Searched refs:rintf (Results 1 – 22 of 22) sorted by relevance
/external/llvm/test/Transforms/SimplifyLibCalls/ |
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/clang/test/CodeGen/ |
D | libcall-declarations.c | 61 float rintf(float); 85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
|
/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)
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 450 rintf, enumerator 683 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()
|
/external/qemu/fpu/ |
D | softfloat-native.c | 35 #define rintf(f) ((float)rint(f)) macro 212 return rintf(a); in float32_round_to_int()
|
/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/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 432 TLI.setUnavailable(LibFunc::rintf); in initialize()
|
/external/bison/m4/ |
D | math_h.m4 | 52 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1127 __tg_rint(float __x) {return rintf(__x);} in __tg_rint()
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 343 /* Define to 1 if you have the `rintf' function. */
|
D | config.h.cmake | 346 /* Define to 1 if you have the `rintf' function. */
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 899 LIBBUILTIN(rintf, "ff", "fc", "math.h", ALL_LANGUAGES)
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1552 case LibFunc::rintf: in getIntrinsicIDForCall()
|
/external/llvm/projects/sample/autoconf/ |
D | configure.ac | 1225 AC_CHECK_FUNCS([backtrace ceilf floorf roundf rintf nearbyintf getcwd ])
|
/external/llvm/autoconf/ |
D | configure.ac | 1555 AC_CHECK_FUNCS([backtrace ceilf floorf roundf rintf nearbyintf getcwd ])
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5614 case LibFunc::rintf: in visitCall()
|
/external/llvm/projects/sample/ |
D | configure | 16579 for ac_func in backtrace ceilf floorf roundf rintf nearbyintf getcwd
|
/external/llvm/ |
D | configure | 17125 for ac_func in backtrace ceilf floorf roundf rintf nearbyintf getcwd
|
/external/bison/ |
D | configure | 24887 … modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf…
|