/bionic/libc/bionic/ |
erand48.c | 22 return ldexp((double) xseed[0], -48) + 23 ldexp((double) xseed[1], -32) + 24 ldexp((double) xseed[2], -16);
|
/external/llvm/test/CodeGen/Mips/ |
2008-11-10-xint_to_fp.ll | 19 tail call double @ldexp( double %1, i32 -48 ) nounwind ; <double>:2 [#uses=1] 23 tail call double @ldexp( double %5, i32 -32 ) nounwind ; <double>:6 [#uses=1] 28 tail call double @ldexp( double %10, i32 -16 ) nounwind ; <double>:11 [#uses=1] 35 declare double @ldexp(double, i32) 43 tail call double @ldexp( double %2, i32 -48 ) nounwind ; <double>:3 [#uses=1] 47 tail call double @ldexp( double %6, i32 -32 ) nounwind ; <double>:7 [#uses=1] 52 tail call double @ldexp( double %11, i32 -16 ) nounwind ; <double>:12 [#uses=1]
|
/external/llvm/test/FrontendC/ |
libcalls-d.c | 6 // RUN: %llvmgcc %s -S -O1 -o - | grep {call.*ldexp}
|
libcalls-ld.c | 6 // RUN: %llvmgcc %s -S -O1 -o - | grep {call.*ldexp}
|
libcalls.c | 6 // RUN: %llvmgcc %s -S -O1 -o - | grep {call.*ldexp}
|
/external/llvm/test/CodeGen/X86/ |
2006-08-07-CycleInDAG.ll | 12 %tmp13.i12.i = tail call double @ldexp( double 0.000000e+00, i32 0 ) ; <double> [#uses=1] 31 declare double @ldexp(double, i32)
|
/external/llvm/test/CodeGen/ARM/ |
2009-08-21-PostRAKill3.ll | 19 %exp2 = call double @ldexp(double 1.000000e+00, i32 %level) nounwind ; <double> [#uses=1] 32 declare double @ldexp(double, i32)
|
/frameworks/compile/slang/tests/P_math_fp/ |
math_fp.rs | 111 TEST_FUNC_2IN(ldexp); 112 TEST_FUNC_2I(ldexp);
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libm.so.functions.txt | 154 ldexp
|
/external/chromium/base/ |
rand_util.cc | 34 double result = ldexp(static_cast<double>(random_bits), -1 * kBits);
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
exp2.ll | 1 ; RUN: opt < %s -simplify-libcalls -S | grep {call.*ldexp} | count 4
|
/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;
|
/bionic/libm/src/ |
s_fma.c | 165 zs = ldexp(zs, -spread); 179 p = ldexp(copysign(0x1p-1022, r), -spread); 186 return (ldexp(r, spread));
|
/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) );
|
/bionic/libstdc++/include/ |
cmath | 59 using ::ldexp;
|
/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/gabi++/include/ |
cmath | 59 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;
|
/ndk/sources/cxx-stl/system/include/ |
cmath | 59 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-r5/sources/cxx-stl/system/include/ |
cmath | 59 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;
|