HomeSort by relevance Sort by last modified time
    Searched refs:nearbyintf (Results 51 - 64 of 64) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 357 float nearbyintf(float);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 357 float nearbyintf(float);
  /bionic/libm/include/
math.h 350 float nearbyintf(float);
  /bionic/tests/
math_test.cpp 710 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
711 feclearexcept(FE_ALL_EXCEPT); // nearbyint/nearbyintf/nearbyintl don't set the FE_INEXACT flag.
718 ASSERT_EQ(1234.0f, nearbyintf(1234.0f));
720 ASSERT_EQ(1235.0f, nearbyintf(1234.01f));
723 feclearexcept(FE_ALL_EXCEPT); // nearbyint/nearbyintf/nearbyintl don't set the FE_INEXACT flag.
729 fesetround(FE_TOWARDZERO); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
731 ASSERT_EQ(1234.0f, nearbyintf(1234.01f));
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 215 "nearbyintf",
435 TLI.setUnavailable(LibFunc::nearbyintf);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 301 case LibFunc::nearbyintf:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 523 static_assert((std::is_same<decltype(nearbyintf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1034 __tg_nearbyint(float __x) {return nearbyintf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1034 __tg_nearbyint(float __x) {return nearbyintf(__x);}
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 128 milliseconds

1 23