HomeSort by relevance Sort by last modified time
    Searched full:logb (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 912 #undef logb
1047 using ::logb;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 99 #undef logb
240 using ::logb;
783 logb(float __x)
787 logb(long double __x)
793 logb(_Tp __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 989 #undef logb
1124 using ::logb;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 99 #undef logb
240 using ::logb;
763 logb(float __x)
767 logb(long double __x)
773 logb(_Tp __x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 912 #undef logb
1047 using ::logb;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 99 #undef logb
240 using ::logb;
783 logb(float __x)
787 logb(long double __x)
793 logb(_Tp __x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 989 #undef logb
1124 using ::logb;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 99 #undef logb
240 using ::logb;
763 logb(float __x)
767 logb(long double __x)
773 logb(_Tp __x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath 986 #undef logb
1121 using ::logb;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cmath 98 #undef logb
239 using ::logb;
762 logb(float __x)
766 logb(long double __x)
772 logb(_Tp __x)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/bison/m4/
math_h.m4 49 logb logbf logbl
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs 293 TEST_FN_FUNC_FN(logb);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 294 TEST_FN_FUNC_FN(logb);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 293 TEST_FN_FUNC_FN(logb);
math.rs.orig 293 TEST_FN_FUNC_FN(logb);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 135 __MATHCALL (logb,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 135 __MATHCALL (logb,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 135 __MATHCALL (logb,, (_Mdouble_ __x));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 353 /// double logb(double x);
354 logb, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 192 "logb",
431 TLI.setUnavailable(LibFunc::logb);
  /frameworks/rs/scriptc/
rs_cl.rsh 594 extern float __attribute__((const, overloadable)) logb(float);
595 FN_FUNC_FN(logb)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 594 extern float __attribute__((const, overloadable)) logb(float);
595 FN_FUNC_FN(logb)
  /bionic/libm/include/
math.h 237 double logb(double);
  /development/ndk/platforms/android-3/include/
math.h 251 double logb(double);

Completed in 2045 milliseconds

1 2 3 45 6 7 8 91011