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

  /bionic/libm/upstream-freebsd/lib/msun/src/
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
  /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-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/
tgmath.h 418 #define ilogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, int, 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...]
  /external/clang/lib/Headers/
tgmath.h 843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 77 static native int ilogb(float x); method in class:CoreMathVerifier
    [all...]

Completed in 485 milliseconds