HomeSort by relevance Sort by last modified time
    Searched refs:ldexp (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /external/stlport/stlport/stl/
_cmath.h 373 _STLP_MATH_INLINE2X(double, int, ldexp, ldexp)
410 # if defined (ldexp)
411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
412 # undef ldexp macro
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } function
444 _STLP_DEF_MATH_INLINE2I(ldexp, ldexp)
581 using ::ldexp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 373 _STLP_MATH_INLINE2X(double, int, ldexp, ldexp)
410 # if defined (ldexp)
411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
412 # undef ldexp macro
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } function
444 _STLP_DEF_MATH_INLINE2I(ldexp, ldexp)
581 using ::ldexp;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 373 _STLP_MATH_INLINE2X(double, int, ldexp, ldexp)
410 # if defined (ldexp)
411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
412 # undef ldexp macro
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } function
444 _STLP_DEF_MATH_INLINE2I(ldexp, ldexp)
581 using ::ldexp;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 373 _STLP_MATH_INLINE2X(double, int, ldexp, ldexp)
410 # if defined (ldexp)
411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
412 # undef ldexp macro
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } function
444 _STLP_DEF_MATH_INLINE2I(ldexp, ldexp)
581 using ::ldexp;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 373 _STLP_MATH_INLINE2X(double, int, ldexp, ldexp)
410 # if defined (ldexp)
411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
412 # undef ldexp macro
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } function
444 _STLP_DEF_MATH_INLINE2I(ldexp, ldexp)
581 using ::ldexp;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 373 _STLP_MATH_INLINE2X(double, int, ldexp, ldexp)
410 # if defined (ldexp)
411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
412 # undef ldexp macro
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } function
444 _STLP_DEF_MATH_INLINE2I(ldexp, ldexp)
581 using ::ldexp;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 373 _STLP_MATH_INLINE2X(double, int, ldexp, ldexp)
410 # if defined (ldexp)
411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
412 # undef ldexp macro
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } function
444 _STLP_DEF_MATH_INLINE2I(ldexp, ldexp)
581 using ::ldexp;
  /bionic/libc/bionic/
ldexp.c 97 ldexp(double x, int n) function
  /external/chromium_org/base/
rand_util.cc 41 double result = ldexp(static_cast<double>(random_bits), -1 * kBits);
  /external/stlport/test/unit/
cmath_test.cpp 100 CPPUNIT_CHECK( are_equals(std::ldexp(1.0, 2), 4.0) );
125 CPPUNIT_CHECK( are_equals(std::ldexp(1.0f, 2), 4.0f) );
151 CPPUNIT_CHECK( are_equals(std::ldexp(1.0l, 2), 4.0l) );
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 100 CPPUNIT_CHECK( are_equals(std::ldexp(1.0, 2), 4.0) );
125 CPPUNIT_CHECK( are_equals(std::ldexp(1.0f, 2), 4.0f) );
151 CPPUNIT_CHECK( are_equals(std::ldexp(1.0l, 2), 4.0l) );
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 100 CPPUNIT_CHECK( are_equals(std::ldexp(1.0, 2), 4.0) );
125 CPPUNIT_CHECK( are_equals(std::ldexp(1.0f, 2), 4.0f) );
151 CPPUNIT_CHECK( are_equals(std::ldexp(1.0l, 2), 4.0l) );
  /external/bison/lib/
printf-frexp.c 45 # define LDEXP ldexpl
58 # define LDEXP ldexp
75 /* frexp and ldexp are usually faster than the loop below. */
83 x = LDEXP (x, exponent - (MIN_EXP - 1));
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_entropy.c 107 entropy,ldexp(nbits,-3),100*(nbits-ldexp(entropy,3))/nbits);
132 ldexp(nbits2,-3),ldexp(nbits,-3));
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 64 float __attribute__((overloadable)) ldexp(float v, int i) {return SC_ldexpf(v, i);} function
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 90 * Compute ldexp(a+b, scale) with a single rounding error. It is assumed
119 return (ldexp(sum.hi, scale));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 141 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 141 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 152 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 152 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 141 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 141 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /external/libvorbis/lib/
sharedbook.c 56 mant=rint(ldexp(val,(VQ_FMAN-1)-exp));
67 return(ldexp(mant,exp-(VQ_FMAN-1)-VQ_FEXP_BIAS));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 107 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  /prebuilts/gcc/linux-x86/host/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

Completed in 3721 milliseconds

12 3 4 5 6 7