HomeSort by relevance Sort by last modified time
    Searched refs:scalbn (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 1157 // scalbn
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);}
1171 #undef scalbn macro
1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1157 // scalbn
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);}
1171 #undef scalbn macro
1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1157 // scalbn
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);}
1171 #undef scalbn macro
1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1157 // scalbn
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);}
1171 #undef scalbn macro
1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
  /bionic/tests/
math_test.cpp 1125 TEST(math, scalbn) {
1126 ASSERT_DOUBLE_EQ(12.0, scalbn(3.0, 2));
1303 ASSERT_DOUBLE_EQ(1024.0, scalbn(dr, exp));
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 590 static_assert((std::is_same<decltype(scalbn((double)0, (int)0)), double>::value), "");
593 assert(scalbn(1, 1) == 2);
  /external/ltrace/etc/
libm.so.conf 368 double scalbn(double, int);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 595 static_assert((std::is_same<decltype(scalbn((double)0, (int)0)), double>::value), "");
598 assert(scalbn(1, 1) == 2);
  /development/ndk/platforms/android-13/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 284 double scalbn(double, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 276 double scalbn(double, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 282 double scalbn(double, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 282 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
math.h 282 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
math.h 282 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
math.h 282 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/
math.h 283 double scalbn(double, int) __NDK_FPABI_MATH__;

Completed in 684 milliseconds

1 2 34 5 6