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

1 2

  /prebuilts/go/darwin-x86/src/math/
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
  /prebuilts/go/linux-x86/src/math/
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
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 98 ldexp(double x, int n) function
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 579 __NTH (ldexp (double __x, int __y)) function
  /prebuilts/ndk/current/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/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 141 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 297 #define ldexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, ldexp) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 297 #define ldexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, ldexp) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 141 #define ldexp(x,y) __TGMATH_REAL_1_2(x, y, ldexp) macro
  /external/clang/lib/Headers/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 48 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } function
352 static_assert((std::is_same<decltype(std::ldexp((float)0, ip)), float>::value), "");
353 static_assert((std::is_same<decltype(std::ldexp((bool)0, ip)), double>::value), "");
354 static_assert((std::is_same<decltype(std::ldexp((unsigned short)0, ip)), double>::value), "");
355 static_assert((std::is_same<decltype(std::ldexp((int)0, ip)), double>::value), "");
356 static_assert((std::is_same<decltype(std::ldexp((unsigned int)0, ip)), double>::value), "");
357 static_assert((std::is_same<decltype(std::ldexp((long)0, ip)), double>::value), "");
358 static_assert((std::is_same<decltype(std::ldexp((unsigned long)0, ip)), double>::value), "");
359 static_assert((std::is_same<decltype(std::ldexp((long long)0, ip)), double>::value), "");
360 static_assert((std::is_same<decltype(std::ldexp((unsigned long long)0, ip)), double>::value), "")
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro

Completed in 870 milliseconds

1 2