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

1 23 4 5 6 7 8 91011

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libm.so 
  /bionic/libm/
fake_long_double.c 56 long double logbl(long double a1) { return logb(a1); }
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_log.c 382 m = logb(x);
385 j = logb(g), m += j;
443 m = logb(x);
446 j = logb(g), m += j;
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-1.ll 237 %call = call double @logb(double %conv)
246 %call = call double @logb(double %conv)
248 ; CHECK: call double @logb(double %conv)
323 declare double @logb(double) nounwind readnone
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 148 #define logb(x) __TGMATH_REAL(x, logb) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 148 #define logb(x) __TGMATH_REAL(x, logb) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 159 #define logb(x) __TGMATH_REAL(x, logb) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 159 #define logb(x) __TGMATH_REAL(x, logb) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 148 #define logb(x) __TGMATH_REAL(x, logb) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 148 #define logb(x) __TGMATH_REAL(x, logb) macro
  /bionic/tests/
math_test.cpp 773 TEST(math, logb) {
774 ASSERT_EQ(-HUGE_VAL, logb(0.0));
775 ASSERT_TRUE(isnan(logb(nan(""))));
776 ASSERT_TRUE(isinf(logb(HUGE_VAL)));
777 ASSERT_EQ(0.0, logb(1.0));
778 ASSERT_EQ(3.0, logb(10.0));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 92 #undef logb
231 using ::logb;
666 logb(float __x)
670 logb(long double __x)
675 logb(_Tp __x)
678 return logb(__type(__x));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 92 #undef logb
231 using ::logb;
666 logb(float __x)
670 logb(long double __x)
675 logb(_Tp __x)
678 return logb(__type(__x));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 92 #undef logb
231 using ::logb;
666 logb(float __x)
670 logb(long double __x)
675 logb(_Tp __x)
678 return logb(__type(__x));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 92 #undef logb
231 using ::logb;
666 logb(float __x)
670 logb(long double __x)
675 logb(_Tp __x)
678 return logb(__type(__x));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 92 #undef logb
231 using ::logb;
666 logb(float __x)
670 logb(long double __x)
675 logb(_Tp __x)
678 return logb(__type(__x));
  /external/bison/darwin-lib/
math.h 1830 # undef logb macro
    [all...]
  /external/bison/lib/
math.in.h 1505 # undef logb macro
1506 # define logb macro
1516 _GL_CXXALIASWARN (logb); variable
1518 # undef logb macro
    [all...]
  /external/bison/linux-lib/
math.h 1830 # undef logb macro
    [all...]
  /external/clang/lib/Headers/
tgmath.h 979 // logb
987 __tg_logb(double __x) {return logb(__x);}
993 #undef logb macro
994 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
testall.decTest 45 dectest: logb
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
testall.decTest 45 dectest: logb
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 979 // logb
987 __tg_logb(double __x) {return logb(__x);}
993 #undef logb macro
994 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 236 floating_point logb (arithmetic x);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 309 #define logb(Val) __TGMATH_UNARY_REAL_ONLY (Val, logb) macro

Completed in 1522 milliseconds

1 23 4 5 6 7 8 91011