HomeSort by relevance Sort by last modified time
    Searched refs:truncf (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_truncf.c 17 * truncf(x)
22 * Inexact flag raised if x not equal to truncf(x).
31 truncf(float x) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 644 /// float truncf(float x);
645 truncf, enumerator in enum:llvm::LibFunc::Func
742 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl:
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 161 EXPORT_F32_FN_F32(truncf)
289 { "_Z5truncf", (void *)&truncf, true },
  /bionic/tests/
math_test.cpp 1006 TEST(math, truncf) {
1010 fesetround(FE_UPWARD); // truncf ignores the rounding mode and always rounds toward zero.
1011 ASSERT_FLOAT_EQ(1.0f, truncf(1.5f));
1012 ASSERT_FLOAT_EQ(-1.0f, truncf(-1.5f));
1013 ASSERT_FLOAT_EQ(0.0f, truncf(0.0f));
1014 ASSERT_FLOAT_EQ(-0.0f, truncf(-0.0f));
1015 ASSERT_TRUE(isnan(truncf(nanf(""))));
1016 ASSERT_FLOAT_EQ(HUGE_VALF, truncf(HUGE_VALF));
    [all...]
  /external/bison/darwin-lib/
math.h 2282 # undef truncf macro
    [all...]
  /external/bison/lib/
math.in.h 1958 # define truncf macro
1968 _GL_CXXALIASWARN (truncf); variable
1970 # undef truncf macro
    [all...]
  /external/bison/linux-lib/
math.h 2282 # undef truncf macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 179 float truncf(float);
297 F(tgamma), F(tgammaf), F(tgammal), F(trunc), F(truncf),
478 // CHECK-NOERRNO: declare float @truncf(float) [[NUW]]
567 // CHECK-ERRNO: declare float @truncf(float) [[NUW]]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_arit.c 239 {"trunc", &lp_build_trunc, &truncf, round_values, Elements(round_values), 24.0 },
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 169 case LibFunc::truncf:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 239 {"trunc", &lp_build_trunc, &truncf, round_values, Elements(round_values), 24.0 },
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 364 float truncf(float);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 364 float truncf(float);

Completed in 631 milliseconds

1 2 3 4 5