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

1 2 34 5 6 7 8 910

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
math.h 83 using std::tr1::scalbn;
cmath 134 #undef scalbn
287 using ::scalbn;
928 scalbn(float __x, int __ex)
932 scalbn(long double __x, int __ex)
938 scalbn(_Tp __x, int __ex)
    [all...]
  /bionic/tests/
math_test.cpp 979 TEST(math, scalbn) {
980 ASSERT_FLOAT_EQ(12.0, scalbn(3.0, 2));
1114 ASSERT_FLOAT_EQ(1024.0, scalbn(dr, exp));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 948 #undef scalbn
1095 using ::scalbn;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cmath 135 #undef scalbn
288 using ::scalbn;
961 scalbn(float __x, int __ex)
965 scalbn(long double __x, int __ex)
971 scalbn(_Tp __x, int __ex)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath 948 #undef scalbn
1095 using ::scalbn;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
cmath 135 #undef scalbn
288 using ::scalbn;
961 scalbn(float __x, int __ex)
965 scalbn(long double __x, int __ex)
971 scalbn(_Tp __x, int __ex)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 948 #undef scalbn
1095 using ::scalbn;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 135 #undef scalbn
288 using ::scalbn;
961 scalbn(float __x, int __ex)
965 scalbn(long double __x, int __ex)
971 scalbn(_Tp __x, int __ex)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 1025 #undef scalbn
1172 using ::scalbn;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 135 #undef scalbn
288 using ::scalbn;
929 scalbn(float __x, int __ex)
933 scalbn(long double __x, int __ex)
939 scalbn(_Tp __x, int __ex)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 948 #undef scalbn
1095 using ::scalbn;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 135 #undef scalbn
288 using ::scalbn;
961 scalbn(float __x, int __ex)
965 scalbn(long double __x, int __ex)
971 scalbn(_Tp __x, int __ex)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 1025 #undef scalbn
1172 using ::scalbn;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 135 #undef scalbn
288 using ::scalbn;
929 scalbn(float __x, int __ex)
933 scalbn(long double __x, int __ex)
939 scalbn(_Tp __x, int __ex)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath 1022 #undef scalbn
1169 using ::scalbn;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
complex 677 __c = scalbn(__c, -__ilogbw);
678 __d = scalbn(__d, -__ilogbw);
681 _Tp __x = scalbn((__a * __c + __b * __d) / __denom, -__ilogbw);
682 _Tp __y = scalbn((__b * __c - __a * __d) / __denom, -__ilogbw);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 293 __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 293 __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 293 __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_sqrt.h 105 double SDL_NAME(scalbn) (double x, int n) function
107 double SDL_NAME(scalbn) (x,n)
  /bionic/libm/include/
math.h 272 double scalbn(double, int);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 303 if((j>>20)<=0) z = scalbn(z,n); /* subnormal output */
  /development/ndk/platforms/android-3/include/
math.h 282 double scalbn(double, int);

Completed in 530 milliseconds

1 2 34 5 6 7 8 910