HomeSort by relevance Sort by last modified time
    Searched full:logb (Results 76 - 100 of 260) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 318 #define logb(Val) __TGMATH_UNARY_REAL_ONLY (Val, logb) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 309 #define logb(Val) __TGMATH_UNARY_REAL_ONLY (Val, logb) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 318 #define logb(Val) __TGMATH_UNARY_REAL_ONLY (Val, logb) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 309 #define logb(Val) __TGMATH_UNARY_REAL_ONLY (Val, logb) macro
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 159 TEST_FN_FUNC_FN(logb);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 279 TEST_FN_FUNC_FN(logb);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 71 using std::tr1::logb;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h 71 using std::tr1::logb;
cmath 99 #undef logb
240 using ::logb;
783 logb(float __x)
787 logb(long double __x)
793 logb(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
math.h 71 using std::tr1::logb;
cmath 99 #undef logb
240 using ::logb;
783 logb(float __x)
787 logb(long double __x)
793 logb(_Tp __x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 71 using std::tr1::logb;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 71 using std::tr1::logb;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 71 using std::tr1::logb;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
math.h 71 using std::tr1::logb;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 71 using std::tr1::logb;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 71 using std::tr1::logb;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 71 using std::tr1::logb;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 71 using std::tr1::logb;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
math.h 71 using std::tr1::logb;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrt.c 410 j := 1 - [(x0>>20)&1] ... j = logb(x) mod 2
436 or even of logb(x) have the following relations:
439 bit 27,26 of z1 bit 1,0 of x1 logb(x)
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_sqrt.h 452 j := 1 - [(x0>>20)&1] ... j = logb(x) mod 2
478 or even of logb(x) have the following relations:
481 bit 27,26 of z1 bit 1,0 of x1 logb(x)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 912 #undef logb
1047 using ::logb;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath 912 #undef logb
1047 using ::logb;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 912 #undef logb
1047 using ::logb;
    [all...]

Completed in 1164 milliseconds

1 2 34 5 6 7 8 91011