HomeSort by relevance Sort by last modified time
    Searched refs:ilogbl (Results 1 - 20 of 20) sorted by null

  /bionic/libm/
significandl.c 31 return scalbnl(x, -ilogbl(x));
fake_long_double.c 32 int ilogbl(long double a1) { return ilogb(a1); } function
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ilogbl.c 23 ilogbl(long double x) function
s_fmal.c 268 if (spread + ilogbl(r.hi) > -16383)
  /bionic/tests/
math_test.cpp 883 TEST(math, ilogbl) {
884 ASSERT_EQ(FP_ILOGB0, ilogbl(0.0L));
885 ASSERT_EQ(FP_ILOGBNAN, ilogbl(nanl("")));
886 ASSERT_EQ(INT_MAX, ilogbl(HUGE_VALL));
887 ASSERT_EQ(0L, ilogbl(1.0L));
888 ASSERT_EQ(3L, ilogbl(10.0L));
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 105 int ilogbl(long double);
283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
404 // CHECK-NOERRNO: declare i32 @ilogbl(x86_fp80) [[NUW]]
  /bionic/libm/include/
math.h 429 int ilogbl(long double) __pure2;
  /external/bison/darwin-lib/
math.h 1459 # undef ilogbl macro
    [all...]
  /external/bison/lib/
math.in.h 1145 _GL_CXXALIASWARN (ilogbl); variable
1147 # undef ilogbl macro
    [all...]
  /external/bison/linux-lib/
math.h 1459 # undef ilogbl macro
    [all...]
  /external/ltrace/etc/
libm.so.conf 190 int ilogbl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 442 int ilogbl(long double) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-18/include/
math.h 444 int ilogbl(long double) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-3/include/
math.h 439 int ilogbl(long double) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-9/include/
math.h 439 int ilogbl(long double) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-L/include/
math.h 429 int ilogbl(long double) __NDK_FPABI_MATH__ __pure2;
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 445 static_assert((std::is_same<decltype(ilogbl(0)), int>::value), "");
  /external/clang/lib/Headers/
tgmath.h 855 __tg_ilogb(long double __x) {return ilogbl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 5375 milliseconds