Home
last modified time | relevance | path

Searched refs:rintf (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/Transforms/SimplifyLibCalls/
Dfloat-shrink-compare.ll61 ; 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/
Dlibcall-declarations.c61 float rintf(float);
85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll83 %call = tail call float @rintf(float %x) nounwind readnone
93 declare float @rintf(float) nounwind readnone
/external/llvm/test/CodeGen/AArch64/
Dfloatdp_1source.ll22 declare float @rintf(float) readonly
56 %valrint = call float @rintf(float %val1)
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h450 rintf, enumerator
683 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()
/external/qemu/fpu/
Dsoftfloat-native.c35 #define rintf(f) ((float)rint(f)) macro
212 return rintf(a); in float32_round_to_int()
/external/bison/linux-lib/
Dmath.h2021 _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/
Dmath.in.h1709 _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/
Dmath.h2021 _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/
DTargetLibraryInfo.cpp432 TLI.setUnavailable(LibFunc::rintf); in initialize()
/external/bison/m4/
Dmath_h.m452 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
/external/clang/lib/Headers/
Dtgmath.h1127 __tg_rint(float __x) {return rintf(__x);} in __tg_rint()
/external/llvm/include/llvm/Config/
Dconfig.h.in343 /* Define to 1 if you have the `rintf' function. */
Dconfig.h.cmake346 /* Define to 1 if you have the `rintf' function. */
/external/clang/include/clang/Basic/
DBuiltins.def899 LIBBUILTIN(rintf, "ff", "fc", "math.h", ALL_LANGUAGES)
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1552 case LibFunc::rintf: in getIntrinsicIDForCall()
/external/llvm/projects/sample/autoconf/
Dconfigure.ac1225 AC_CHECK_FUNCS([backtrace ceilf floorf roundf rintf nearbyintf getcwd ])
/external/llvm/autoconf/
Dconfigure.ac1555 AC_CHECK_FUNCS([backtrace ceilf floorf roundf rintf nearbyintf getcwd ])
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5614 case LibFunc::rintf: in visitCall()
/external/llvm/projects/sample/
Dconfigure16579 for ac_func in backtrace ceilf floorf roundf rintf nearbyintf getcwd
/external/llvm/
Dconfigure17125 for ac_func in backtrace ceilf floorf roundf rintf nearbyintf getcwd
/external/bison/
Dconfigure24887 … modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf…