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

1 2 3 4 5

  /bionic/libc/upstream-netbsd/libc/stdlib/
erand48.c 39 return ldexp((double) xseed[0], -48) +
40 ldexp((double) xseed[1], -32) +
41 ldexp((double) xseed[2], -16);
  /ndk/sources/cxx-stl/llvm-libc++/test/support/
hexfloat.h 31 value_ = std::ldexp(m1 + s * std::ldexp(T(m0), -static_cast<int>(n -
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 57 using ::ldexp;
  /external/ceres-solver/internal/ceres/
polynomial_solver.cc 79 const double scaled_col_norm = std::ldexp(col_norm, exponent);
80 const double scaled_row_norm = std::ldexp(row_norm, -exponent);
86 companion_matrix_offdiagonal.row(i) *= std::ldexp(1.0, -exponent);
87 companion_matrix_offdiagonal.col(i) *= std::ldexp(1.0, exponent);
  /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;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 57 using ::ldexp;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 57 using ::ldexp;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 59 using ::ldexp;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 59 using ::ldexp;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 59 using ::ldexp;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 59 using ::ldexp;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 59 using ::ldexp;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 59 using ::ldexp;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 94 * Compute ldexp(a+b, scale) with a single rounding error. It is assumed
127 return (ldexp(sum.hi, scale));
236 zs = ldexp(zs, -spread);
262 return (xy.hi + vzs + ldexp(xy.lo, spread));
272 return (ldexp(r.hi + adj, spread));
277 return (ldexp(r.hi + adj, spread));
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_log.c 383 g = ldexp(x, -m);
386 g = ldexp(g, -j);
444 g = ldexp(x, -m);
447 g = ldexp(g, -j);
  /external/bison/lib/
ldexpl.c 31 return ldexp (x, exp);
  /external/chromium/base/
rand_util.cc 34 double result = ldexp(static_cast<double>(random_bits), -1 * kBits);
  /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;
  /prebuilts/ndk/5/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/ndk/6/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/ndk/7/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/ndk/8/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;

Completed in 1585 milliseconds

1 2 3 4 5