HomeSort by relevance Sort by last modified time
    Searched refs:logb (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 251 double logb(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 251 double logb(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 251 double logb(double) __NDK_FPABI_MATH__;
  /frameworks/rs/api/
rs_math.spec 749 See @ldexp() for the reverse operation. See also @logb() and @ilogb().
831 @logb() is similar but returns a float.
941 function: logb
953 For example, <code>logb(8.5f)</code> returns 3.f.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 82 static native float logb(float x); method in class:CoreMathVerifier
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 166 TLI.setUnavailable(LibFunc::logb);
  /frameworks/rs/driver/runtime/
rs_cl.c 484 extern float __attribute__((overloadable)) logb(float);
485 FN_FUNC_FN(logb)
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 3219 def logb(self, context=None): member in class:Decimal
4536 def logb(self, a): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 3219 def logb(self, context=None): member in class:Decimal
4536 def logb(self, a): member in class:Context
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 1728 milliseconds

1 2 3 4 56