/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cmath | 284 frexp(float __x, int* __exp) 285 { return __builtin_frexpf(__x, __exp); } 288 frexp(long double __x, int* __exp) 289 { return __builtin_frexpl(__x, __exp); } 294 frexp(_Tp __x, int* __exp) 295 { return __builtin_frexp(__x, __exp); } 300 ldexp(float __x, int __exp) 301 { return __builtin_ldexpf(__x, __exp); } 304 ldexp(long double __x, int __exp) 305 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cmath | 284 frexp(float __x, int* __exp) 285 { return __builtin_frexpf(__x, __exp); } 288 frexp(long double __x, int* __exp) 289 { return __builtin_frexpl(__x, __exp); } 294 frexp(_Tp __x, int* __exp) 295 { return __builtin_frexp(__x, __exp); } 300 ldexp(float __x, int __exp) 301 { return __builtin_ldexpf(__x, __exp); } 304 ldexp(long double __x, int __exp) 305 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cmath | 284 frexp(float __x, int* __exp) 285 { return __builtin_frexpf(__x, __exp); } 288 frexp(long double __x, int* __exp) 289 { return __builtin_frexpl(__x, __exp); } 294 frexp(_Tp __x, int* __exp) 295 { return __builtin_frexp(__x, __exp); } 300 ldexp(float __x, int __exp) 301 { return __builtin_ldexpf(__x, __exp); } 304 ldexp(long double __x, int __exp) 305 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cmath | 284 frexp(float __x, int* __exp) 285 { return __builtin_frexpf(__x, __exp); } 288 frexp(long double __x, int* __exp) 289 { return __builtin_frexpl(__x, __exp); } 294 frexp(_Tp __x, int* __exp) 295 { return __builtin_frexp(__x, __exp); } 300 ldexp(float __x, int __exp) 301 { return __builtin_ldexpf(__x, __exp); } 304 ldexp(long double __x, int __exp) 305 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/decimal/ |
decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/decimal/ |
decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/decimal/ |
decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/ |
decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/ |
decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/ |
decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/ |
decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/ |
decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/decimal/ |
decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
cmath | 275 frexp(float __x, int* __exp) 276 { return __builtin_frexpf(__x, __exp); } 279 frexp(long double __x, int* __exp) 280 { return __builtin_frexpl(__x, __exp); } 285 frexp(_Tp __x, int* __exp) 286 { return __builtin_frexp(__x, __exp); } 291 ldexp(float __x, int __exp) 292 { return __builtin_ldexpf(__x, __exp); } 295 ldexp(long double __x, int __exp) 296 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 319 frexp(float __x, int* __exp) 320 { return __builtin_frexpf(__x, __exp); } 323 frexp(long double __x, int* __exp) 324 { return __builtin_frexpl(__x, __exp); } 331 frexp(_Tp __x, int* __exp) 332 { return __builtin_frexp(__x, __exp); } 338 ldexp(float __x, int __exp) 339 { return __builtin_ldexpf(__x, __exp); } 342 ldexp(long double __x, int __exp) 343 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cmath | 319 frexp(float __x, int* __exp) 320 { return __builtin_frexpf(__x, __exp); } 323 frexp(long double __x, int* __exp) 324 { return __builtin_frexpl(__x, __exp); } 331 frexp(_Tp __x, int* __exp) 332 { return __builtin_frexp(__x, __exp); } 338 ldexp(float __x, int __exp) 339 { return __builtin_ldexpf(__x, __exp); } 342 ldexp(long double __x, int __exp) 343 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cmath | 275 frexp(float __x, int* __exp) 276 { return __builtin_frexpf(__x, __exp); } 279 frexp(long double __x, int* __exp) 280 { return __builtin_frexpl(__x, __exp); } 285 frexp(_Tp __x, int* __exp) 286 { return __builtin_frexp(__x, __exp); } 291 ldexp(float __x, int __exp) 292 { return __builtin_ldexpf(__x, __exp); } 295 ldexp(long double __x, int __exp) 296 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cmath | 322 frexp(float __x, int* __exp) 323 { return __builtin_frexpf(__x, __exp); } 326 frexp(long double __x, int* __exp) 327 { return __builtin_frexpl(__x, __exp); } 334 frexp(_Tp __x, int* __exp) 335 { return __builtin_frexp(__x, __exp); } 341 ldexp(float __x, int __exp) 342 { return __builtin_ldexpf(__x, __exp); } 345 ldexp(long double __x, int __exp) 346 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cmath | 275 frexp(float __x, int* __exp) 276 { return __builtin_frexpf(__x, __exp); } 279 frexp(long double __x, int* __exp) 280 { return __builtin_frexpl(__x, __exp); } 285 frexp(_Tp __x, int* __exp) 286 { return __builtin_frexp(__x, __exp); } 291 ldexp(float __x, int __exp) 292 { return __builtin_ldexpf(__x, __exp); } 295 ldexp(long double __x, int __exp) 296 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cmath | 322 frexp(float __x, int* __exp) 323 { return __builtin_frexpf(__x, __exp); } 326 frexp(long double __x, int* __exp) 327 { return __builtin_frexpl(__x, __exp); } 334 frexp(_Tp __x, int* __exp) 335 { return __builtin_frexp(__x, __exp); } 341 ldexp(float __x, int __exp) 342 { return __builtin_ldexpf(__x, __exp); } 345 ldexp(long double __x, int __exp) 346 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cmath | 319 frexp(float __x, int* __exp) 320 { return __builtin_frexpf(__x, __exp); } 323 frexp(long double __x, int* __exp) 324 { return __builtin_frexpl(__x, __exp); } 331 frexp(_Tp __x, int* __exp) 332 { return __builtin_frexp(__x, __exp); } 338 ldexp(float __x, int __exp) 339 { return __builtin_ldexpf(__x, __exp); } 342 ldexp(long double __x, int __exp) 343 { return __builtin_ldexpl(__x, __exp); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cmath | 319 frexp(float __x, int* __exp) 320 { return __builtin_frexpf(__x, __exp); } 323 frexp(long double __x, int* __exp) 324 { return __builtin_frexpl(__x, __exp); } 331 frexp(_Tp __x, int* __exp) 332 { return __builtin_frexp(__x, __exp); } 338 ldexp(float __x, int __exp) 339 { return __builtin_ldexpf(__x, __exp); } 342 ldexp(long double __x, int __exp) 343 { return __builtin_ldexpl(__x, __exp); } [all...] |
/external/libcxx/include/ |
regex | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
regex | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
regex | [all...] |