HomeSort by relevance Sort by last modified time
    Searched full:scalbnf (Results 26 - 50 of 200) sorted by null

12 3 4 5 6 7 8

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 203 scalbnf
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 155 scalbnf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 168 scalbnf
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbln.c 60 return (scalbnf(x, in));
e_powf.c 246 if((j>>23)<=0) z = scalbnf(z,n); /* subnormal output */
  /cts/tests/tests/bionic/
bionic-unit-tests-cts_list.txt 403 scalbnf
  /bionic/tests/
math_test.cpp 983 TEST(math, scalbnf) {
984 ASSERT_FLOAT_EQ(12.0f, scalbnf(3.0f, 2));
1120 ASSERT_FLOAT_EQ(1024.0f, scalbnf(fr, exp));
1175 ASSERT_FLOAT_EQ(14.1f, scalbnf(fr, exp));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 129 #undef scalbnf
280 using ::scalbnf;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 129 #undef scalbnf
280 using ::scalbnf;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 129 #undef scalbnf
280 using ::scalbnf;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 129 #undef scalbnf
280 using ::scalbnf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 129 #undef scalbnf
280 using ::scalbnf;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 285 float scalbnf(float x, int ex);
    [all...]
  /bionic/libm/include/
math.h 356 float scalbnf(float, int);
  /development/ndk/platforms/android-3/include/
math.h 363 float scalbnf(float, int);

Completed in 1719 milliseconds

12 3 4 5 6 7 8