HomeSort by relevance Sort by last modified time
    Searched refs:scalbnl (Results 1 - 16 of 16) sorted by null

  /bionic/libm/
significandl.c 31 return scalbnl(x, -ilogbl(x));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbln.c 75 return (scalbnl(x, (int)n));
s_scalbnl.c 18 * scalbnl (long double x, int n)
19 * scalbnl(x,n) returns x* 2**n computed by exponent
26 * where long double is the same as double, scalbnl() is an alias
45 scalbnl (long double x, int n) function
71 __strong_reference(scalbnl, ldexpl);
s_scalbn.c 65 __weak_reference(scalbn, scalbnl);
  /external/clang/test/CodeGen/
libcall-declarations.c 159 long double scalbnl(long double, int exp);
293 F(scalblnf), F(scalblnl), F(scalbn), F(scalbnf), F(scalbnl),
458 // CHECK-NOERRNO: declare x86_fp80 @scalbnl(x86_fp80, i32) [[NUW]]
  /bionic/libm/include/
math.h 454 long double scalbnl(long double, int);
  /bionic/tests/
math_test.cpp 1141 TEST(math, scalbnl) {
1142 ASSERT_DOUBLE_EQ(12.0L, scalbnl(3.0L, 2));
1284 ASSERT_DOUBLE_EQ(1024.0L, scalbnl(ldr, exp));
    [all...]
  /external/ltrace/etc/
libm.so.conf 370 ldouble scalbnl(ldouble, int);
  /development/ndk/platforms/android-13/include/
math.h 477 long double scalbnl(long double, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 480 long double scalbnl(long double, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 472 long double scalbnl(long double, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 472 long double scalbnl(long double, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 454 long double scalbnl(long double, int) __NDK_FPABI_MATH__;
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 590 static_assert((std::is_same<decltype(scalbnl(0, (int)0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1169 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 67 milliseconds