HomeSort by relevance Sort by last modified time
    Searched full:ldexp (Results 1 - 25 of 889) 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.])
  /prebuilts/go/darwin-x86/src/math/
ldexp_amd64.s 7 TEXT ·Ldexp(SB),NOSPLIT,$0
8 JMP ·ldexp(SB)
ldexp_arm.s 7 TEXT ·Ldexp(SB),NOSPLIT,$0
8 B ·ldexp(SB)
ldexp.go 7 // Ldexp is the inverse of Frexp.
11 // Ldexp(±0, exp) = ±0
12 // Ldexp(±Inf, exp) = ±Inf
13 // Ldexp(NaN, exp) = NaN
14 func Ldexp(frac float64, exp int) float64
16 func ldexp(frac float64, exp int) float64 { func
ldexp_386.s 7 // func Ldexp(frac float64, exp int) float64
8 TEXT ·Ldexp(SB),NOSPLIT,$0
stubs_arm64.s 54 TEXT ·Ldexp(SB),NOSPLIT,$0
55 B ·ldexp(SB)
stubs_ppc64x.s 54 TEXT ·Ldexp(SB),NOSPLIT,$0
55 BR ·ldexp(SB)
  /prebuilts/go/linux-x86/src/math/
ldexp_amd64.s 7 TEXT ·Ldexp(SB),NOSPLIT,$0
8 JMP ·ldexp(SB)
ldexp_arm.s 7 TEXT ·Ldexp(SB),NOSPLIT,$0
8 B ·ldexp(SB)
ldexp.go 7 // Ldexp is the inverse of Frexp.
11 // Ldexp(±0, exp) = ±0
12 // Ldexp(±Inf, exp) = ±Inf
13 // Ldexp(NaN, exp) = NaN
14 func Ldexp(frac float64, exp int) float64
16 func ldexp(frac float64, exp int) float64 { func
ldexp_386.s 7 // func Ldexp(frac float64, exp int) float64
8 TEXT ·Ldexp(SB),NOSPLIT,$0
stubs_arm64.s 54 TEXT ·Ldexp(SB),NOSPLIT,$0
55 B ·ldexp(SB)
stubs_ppc64x.s 54 TEXT ·Ldexp(SB),NOSPLIT,$0
55 BR ·ldexp(SB)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestLdexp.rs 26 return ldexp(inMantissa, inExponent);
31 return ldexp(inMantissa, inExponent);
36 return ldexp(inMantissa, inExponent);
41 return ldexp(inMantissa, inExponent);
46 return ldexp(inMantissa, inExponent);
51 return ldexp(inMantissa, inExponent);
56 return ldexp(inMantissa, inExponent);
  /external/llvm/test/CodeGen/AMDGPU/
llvm.AMDGPU.ldexp.ll 4 declare float @llvm.AMDGPU.ldexp.f32(float, i32) nounwind readnone
5 declare double @llvm.AMDGPU.ldexp.f64(double, i32) nounwind readnone
11 %result = call float @llvm.AMDGPU.ldexp.f32(float %a, i32 %b) nounwind readnone
20 %result = call double @llvm.AMDGPU.ldexp.f64(double %a, i32 %b) nounwind readnone
  /toolchain/binutils/binutils-2.25/ld/po/
POTFILES.in 13 ldexp.c
14 ldexp.h
  /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/Transforms/InstCombine/
exp2-1.ll 3 ; RUN: opt < %s -instcombine -S | FileCheck %s -check-prefix=CHECK -check-prefix=INTRINSIC -check-prefix=LDEXP -check-prefix=LDEXPF
4 ; RUN: opt < %s -instcombine -S -mtriple=i386-pc-win32 | FileCheck %s -check-prefix=INTRINSIC -check-prefix=LDEXP -check-prefix=NOLDEXPF
12 ; Check exp2(sitofp(x)) -> ldexp(1.0, sext(x)).
18 ; CHECK: call double @ldexp
26 ; CHECK: call double @ldexp
34 ; CHECK: call double @ldexp
46 ; Check exp2(uitofp(x)) -> ldexp(1.0, zext(x)).
60 ; CHECK: call double @ldexp
68 ; CHECK: call double @ldexp
87 ; LDEXP: call double @ldex
    [all...]
  /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));

Completed in 2409 milliseconds

1 2 3 4 5 6 7 8 91011>>