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

1 23 4 5 6 7 8 9

  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 141 uint m = (uint) ldexp( frexp( p, &e), mbits + 2);
185 return ldexp( (double)mantissa( i), - (int) exponent( i));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 290 #define ldexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, ldexp) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /bionic/libm/man/
math.3 99 ldexp multiply by power of 2
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 643 ldexp
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 652 ldexp
  /external/libvpx/examples/includes/geshi/geshi/
cpp.php 107 'exp', 'log', 'log10', 'pow', 'sqrt', 'ceil', 'floor', 'fabs', 'ldexp',
delphi.php 188 'InternalRateOfReturn', 'IsInfinite', 'IsNan', 'IsZero', 'Ldexp', 'LnXP1',
cpp-qt.php 97 'exp', 'log', 'log10', 'pow', 'sqrt', 'ceil', 'floor', 'fabs', 'ldexp',
klonecpp.php 76 'exp', 'log', 'log10', 'pow', 'sqrt', 'ceil', 'floor', 'fabs', 'ldexp',
objc.php 110 'log10', 'log', 'localtime', 'ldiv', 'ldexp', 'labs', 'isxdigit',
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 63 using std::tr1::ldexp;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 63 using std::tr1::ldexp;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 63 using std::tr1::ldexp;
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 424 extern float __attribute__((overloadable)) ldexp(float x, int y);
425 FN_FUNC_FN_IN(ldexp)
426 FN_FUNC_FN_I(ldexp)
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 424 extern float __attribute__((overloadable)) ldexp(float x, int y);
425 FN_FUNC_FN_IN(ldexp)
426 FN_FUNC_FN_I(ldexp)
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 439 extern float __attribute__((overloadable)) ldexp(float, int);
440 FN_FUNC_FN_IN(ldexp)
441 FN_FUNC_FN_I(ldexp)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 107 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  /bionic/libm/include/
math.h 217 double ldexp(double, int);
  /development/ndk/platforms/android-3/include/
math.h 217 double ldexp(double, int);
  /development/ndk/platforms/android-9/include/
math.h 217 double ldexp(double, int);

Completed in 1824 milliseconds

1 23 4 5 6 7 8 9