/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestIlogb.rs | 24 return ilogb(in); 28 return ilogb(in); 32 return ilogb(in); 36 return ilogb(in);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_significand.c | 18 * scalb(x, (double) -ilogb(x)), 28 return __ieee754_scalb(x,(double) -ilogb(x));
|
s_ilogb.c | 16 /* ilogb(double x) 18 * ilogb(0) = FP_ILOGB0 19 * ilogb(NaN) = FP_ILOGBNAN (no signal is raised) 20 * ilogb(inf) = INT_MAX (no signal is raised) 28 int ilogb(double x) function
|
s_fma.c | 280 if (spread + ilogb(r.hi) > -1023)
|
/bionic/libm/ |
fake_long_double.c | 32 int ilogbl(long double a1) { return ilogb(a1); }
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeMathFuncs.cpp | 62 IMPORT_F32_FN_F32(ilogb)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 140 #define ilogb(x) __TGMATH_REAL(x, ilogb) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 151 #define ilogb(x) __TGMATH_REAL(x, ilogb) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 151 #define ilogb(x) __TGMATH_REAL(x, ilogb) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 140 #define ilogb(x) __TGMATH_REAL(x, ilogb) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
tgmath.h | 140 #define ilogb(x) __TGMATH_REAL(x, ilogb) macro
|
/external/bison/darwin-lib/ |
math.h | 502 /* NetBSD, IRIX 6.5: match what ilogb() does */ 506 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 510 /* Solaris 9: match what ilogb() does */ 1445 # undef ilogb macro [all...] |
/external/bison/lib/ |
math.in.h | 190 /* NetBSD, IRIX 6.5: match what ilogb() does */ 194 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 198 /* Solaris 9: match what ilogb() does */ 1120 # undef ilogb macro 1121 # define ilogb macro 1131 _GL_CXXALIASWARN (ilogb); variable 1133 # undef ilogb macro [all...] |
/external/bison/linux-lib/ |
math.h | 502 /* NetBSD, IRIX 6.5: match what ilogb() does */ 506 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 510 /* Solaris 9: match what ilogb() does */ 1445 # undef ilogb macro [all...] |
/bionic/tests/ |
math_test.cpp | 867 TEST(math, ilogb) { 868 ASSERT_EQ(FP_ILOGB0, ilogb(0.0)); 869 ASSERT_EQ(FP_ILOGBNAN, ilogb(nan(""))); 870 ASSERT_EQ(INT_MAX, ilogb(HUGE_VAL)); 871 ASSERT_EQ(0, ilogb(1.0)); 872 ASSERT_EQ(3, ilogb(10.0)); [all...] |
/external/clang/test/CodeGen/ |
libcall-declarations.c | 103 int ilogb(double); 282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf), 402 // CHECK-NOERRNO: declare i32 @ilogb(double) [[NUW]]
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 211 /* Return the fractional part of X after dividing out `ilogb (X)'. */ 297 __MATHDECL (int,ilogb,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
tgmath.h | 418 #define ilogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, int, ilogb) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 211 /* Return the fractional part of X after dividing out `ilogb (X)'. */ 297 __MATHDECL (int,ilogb,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tgmath.h | 418 #define ilogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, int, ilogb) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/ |
math.h | 62 using std::tr1::ilogb;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
math.h | 62 using std::tr1::ilogb;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
math.h | 62 using std::tr1::ilogb;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
math.h | 244 int ilogb(double) __pure2;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
math.h | 244 int ilogb(double) __pure2;
|