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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/m4/
ldexp.m4 0 # ldexp.m4 serial 1
12 AC_CACHE_CHECK([whether ldexp() can be used with libm],
22 double (*funcptr) (double, int) = ldexp;
24 [[return ldexp (x, -1) > 0;]])],
36 dnl Test whether ldexp() can be used without linking with libm.
40 AC_CACHE_CHECK([whether ldexp() can be used without linking with libm],
48 double (*funcptr) (double, int) = ldexp;
50 [[return ldexp (x, -1) > 0;]])],
printf-frexp.m4 22 AC_CACHE_CHECK([whether ldexp can be used without linking with libm],
30 [[return ldexp (x, y) < 1;]])],
36 [Define if the ldexp function is available in libc.])
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestLdexp.rs 26 return ldexp(inX, inY);
31 return ldexp(inX, inY);
36 return ldexp(inX, inY);
41 return ldexp(inX, inY);
46 return ldexp(inX, inY);
51 return ldexp(inX, inY);
56 return ldexp(inX, inY);
  /external/llvm/test/Transforms/InstCombine/
exp2-1.ll 11 ; Check exp2(sitofp(x)) -> ldexp(1.0, sext(x)).
17 ; CHECK: call double @ldexp
25 ; CHECK: call double @ldexp
33 ; CHECK: call double @ldexp
45 ; Check exp2(uitofp(x)) -> ldexp(1.0, zext(x)).
59 ; CHECK: call double @ldexp
67 ; CHECK: call double @ldexp
87 ; CHECK: call double @ldexp
88 ; CHECK-WIN: call double @ldexp
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
erand48.c 39 return ldexp((double) xseed[0], -48) +
40 ldexp((double) xseed[1], -32) +
41 ldexp((double) xseed[2], -16);
  /external/llvm/test/CodeGen/Mips/
2008-11-10-xint_to_fp.ll 18 tail call double @ldexp( double %1, i32 -48 ) nounwind ; <double>:2 [#uses=1]
22 tail call double @ldexp( double %5, i32 -32 ) nounwind ; <double>:6 [#uses=1]
27 tail call double @ldexp( double %10, i32 -16 ) nounwind ; <double>:11 [#uses=1]
34 declare double @ldexp(double, i32)
42 tail call double @ldexp( double %2, i32 -48 ) nounwind ; <double>:3 [#uses=1]
46 tail call double @ldexp( double %6, i32 -32 ) nounwind ; <double>:7 [#uses=1]
51 tail call double @ldexp( double %11, i32 -16 ) nounwind ; <double>:12 [#uses=1]
  /external/clang/test/CodeGen/
libcalls-d.c 6 // RUN: %clang_cc1 %s -emit-llvm -O1 -o - | grep {call.*ldexp}
  /external/libcxx/test/support/
hexfloat.h 31 value_ = std::ldexp(m1 + s * std::ldexp(T(m0), -static_cast<int>(n -
  /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)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
hexfloat.h 31 value_ = std::ldexp(m1 + s * std::ldexp(T(m0), -static_cast<int>(n -
  /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/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);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/lib/
libm.so 

Completed in 5799 milliseconds

1 2 3 4 5 6 7 8 91011>>