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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbln.c 49 scalblnf (float x, long n) function
  /external/clang/test/CodeGen/
libcall-declarations.c 155 float scalblnf(float, long int exp);
293 F(scalblnf), F(scalblnl), F(scalbn), F(scalbnf), F(scalbnl),
454 // CHECK-NOERRNO: declare float @scalblnf(float, i64) [[NUW]]
  /bionic/libm/include/
math.h 360 float scalblnf(float, long);
  /external/chromium_org/v8/test/mjsunit/tools/
tickprocessor.js 103 '0002aaa0 0000000d W scalblnf',
116 ['scalblnf', 0x0002aaa0, 0x0002aaa0 + 0xd],
  /external/ltrace/etc/
libm.so.conf 373 float scalblnf(float, long);
  /development/ndk/platforms/android-13/include/
math.h 365 float scalblnf(float, long) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 367 float scalblnf(float, long) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 362 float scalblnf(float, long) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 362 float scalblnf(float, long) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 360 float scalblnf(float, long) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 1125 TEST(math, scalblnf) {
1126 ASSERT_FLOAT_EQ(12.0f, scalblnf(3.0f, 2L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 581 static_assert((std::is_same<decltype(scalblnf(0, (long)0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1178 __tg_scalbln(float __x, long __y) {return scalblnf(__x, __y);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 825 milliseconds