/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/decimal/ |
decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) 125 if (__exponent < 0) 128 __exponent = -__exponent; 133 for (int __i = 0; __i < __exponent; ++__i) 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) 143 if (__exponent < 0) 146 __exponent = -__exponent; 151 for (int __i = 0; __i < __exponent; ++__i [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/decimal/ |
decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) 125 if (__exponent < 0) 128 __exponent = -__exponent; 133 for (int __i = 0; __i < __exponent; ++__i) 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) 143 if (__exponent < 0) 146 __exponent = -__exponent; 151 for (int __i = 0; __i < __exponent; ++__i [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/decimal/ |
decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) 125 if (__exponent < 0) 128 __exponent = -__exponent; 133 for (int __i = 0; __i < __exponent; ++__i) 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) 143 if (__exponent < 0) 146 __exponent = -__exponent; 151 for (int __i = 0; __i < __exponent; ++__i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/ |
decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) 125 if (__exponent < 0) 128 __exponent = -__exponent; 133 for (int __i = 0; __i < __exponent; ++__i) 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) 143 if (__exponent < 0) 146 __exponent = -__exponent; 151 for (int __i = 0; __i < __exponent; ++__i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/ |
decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) 125 if (__exponent < 0) 128 __exponent = -__exponent; 133 for (int __i = 0; __i < __exponent; ++__i) 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) 143 if (__exponent < 0) 146 __exponent = -__exponent; 151 for (int __i = 0; __i < __exponent; ++__i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/ |
decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) 125 if (__exponent < 0) 128 __exponent = -__exponent; 133 for (int __i = 0; __i < __exponent; ++__i) 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) 143 if (__exponent < 0) 146 __exponent = -__exponent; 151 for (int __i = 0; __i < __exponent; ++__i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/ |
decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) 125 if (__exponent < 0) 128 __exponent = -__exponent; 133 for (int __i = 0; __i < __exponent; ++__i) 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) 143 if (__exponent < 0) 146 __exponent = -__exponent; 151 for (int __i = 0; __i < __exponent; ++__i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/ |
decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) 125 if (__exponent < 0) 128 __exponent = -__exponent; 133 for (int __i = 0; __i < __exponent; ++__i) 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) 143 if (__exponent < 0) 146 __exponent = -__exponent; 151 for (int __i = 0; __i < __exponent; ++__i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/decimal/ |
decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) 125 if (__exponent < 0) 128 __exponent = -__exponent; 133 for (int __i = 0; __i < __exponent; ++__i) 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) 143 if (__exponent < 0) 146 __exponent = -__exponent; 151 for (int __i = 0; __i < __exponent; ++__i [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathinline.h | 302 register long double __exponent; \ 317 : "=t" (__value), "=u" (__exponent) : "0" (__x)); \ 321 : "=t" (__value) : "0" (__value), "u" (__exponent)); \ 378 register long double __exponent; \ 389 : "=t" (__value), "=u" (__exponent) : "0" (__x)); \ 392 : "=t" (__temp) : "0" (1.0), "u" (__exponent)); \ 404 register long double __exponent; \ 413 : "=t" (__value), "=u" (__exponent) : "0" (__x)); \ 417 : "=t" (__value) : "0" (__value), "u" (__exponent)); \
|
mathcalls.h | 104 __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent)); 107 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 104 __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent)); 107 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
mathcalls.h | 104 __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent)); 107 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
ropeimpl.h | 1532 size_t __exponent; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
ropeimpl.h | 1532 size_t __exponent; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
ropeimpl.h | 1532 size_t __exponent; local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 1531 size_t __exponent; local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 1531 size_t __exponent; local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 1531 size_t __exponent; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
ropeimpl.h | 1531 size_t __exponent; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
ropeimpl.h | 1533 size_t __exponent; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
ropeimpl.h | 1533 size_t __exponent; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
ropeimpl.h | 1533 size_t __exponent; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
ropeimpl.h | 1533 size_t __exponent; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
ropeimpl.h | 1532 size_t __exponent; local [all...] |