HomeSort by relevance Sort by last modified time
    Searched refs:ldexp (Results 1 - 25 of 60) sorted by null

1 2 3

  /bionic/libc/bionic/
erand48.c 22 return ldexp((double) xseed[0], -48) +
23 ldexp((double) xseed[1], -32) +
24 ldexp((double) xseed[2], -16);
ldexp.c 97 ldexp(double x, int n) function
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 57 using ::ldexp;
  /bionic/libstdc++/include/
cmath 59 using ::ldexp;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 59 using ::ldexp;
  /ndk/sources/cxx-stl/system/include/
cmath 59 using ::ldexp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 57 using ::ldexp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 57 using ::ldexp;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cmath 59 using ::ldexp;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cmath 59 using ::ldexp;
  /bionic/libm/bsdsrc/
b_log.c 385 g = ldexp(x, -m);
388 g = ldexp(g, -j);
446 g = ldexp(x, -m);
449 g = ldexp(g, -j);
  /external/chromium/base/
rand_util.cc 34 double result = ldexp(static_cast<double>(random_bits), -1 * kBits);
  /bionic/libm/src/
s_fma.c 165 zs = ldexp(zs, -spread);
179 p = ldexp(copysign(0x1p-1022, r), -spread);
186 return (ldexp(r, spread));
s_scalbn.c 65 ldexp (double x, int n) function
  /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;
  /prebuilt/ndk/android-ndk-r5/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;
  /prebuilt/ndk/android-ndk-r6/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;
  /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) );
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 144 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 141 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 141 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 144 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro

Completed in 1135 milliseconds

1 2 3