HomeSort by relevance Sort by last modified time
    Searched refs:ldexp (Results 176 - 193 of 193) sorted by null

1 2 3 4 5 6 78

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 217 double ldexp(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 217 double ldexp(double, int) __NDK_FPABI_MATH__;
  /frameworks/rs/scriptc/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp     [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 460 extern float __attribute__((overloadable)) ldexp(float, int);
461 FN_FUNC_FN_IN(ldexp)
462 FN_FUNC_FN_I(ldexp)
    [all...]
  /frameworks/rs/api/
rs_math.spec 749 See @ldexp() for the reverse operation. See also @logb() and @ilogb().
835 function: ldexp
850 function: ldexp
    [all...]
GenerateTestFiles.cpp 337 maxValue = ldexp(0.95, (1 << bits) - 1);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 78 static native float ldexp(float x, int exp); method in class:CoreMathVerifier
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 249 test = ldexp(test, exponent);
  /external/v8/src/
assembler.cc     [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 866 return ldexp(T(1.0), 1 - Digits::value);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py     [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 484 friend const mpreal ldexp(const mpreal& v, mp_exp_t exp);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /bionic/libc/
Android.mk 256 upstream-freebsd/lib/libc/gen/ldexp.c \
    [all...]
  /external/bison/
configure     [all...]

Completed in 782 milliseconds

1 2 3 4 5 6 78