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

1 23

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 472 long double scalbnl(long double, int);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 472 long double scalbnl(long double, int);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 472 long double scalbnl(long double, int);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 472 long double scalbnl(long double, int);
  /bionic/libm/include/
math.h 436 long double scalbnl(long double, int);
  /bionic/tests/
math_test.cpp 987 TEST(math, scalbnl) {
988 ASSERT_FLOAT_EQ(12.0, scalbnl(3.0, 2));
1126 ASSERT_FLOAT_EQ(1024.0, scalbnl(ldr, exp));
  /external/qemu/fpu/
softfloat-native.h 528 return scalbnl(a, n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.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);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1169 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 571 milliseconds

1 23