HomeSort by relevance Sort by last modified time
    Searched full:__exp (Results 1 - 25 of 34) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
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/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
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.7-4.6/x86_64-linux/include/c++/4.6.x-google/
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.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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
locale 552 static int __stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp,
632 __num_get<_CharT>::__stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp, char* __a, char*& __a_end,
663 if (__a_end == __a || (__a_end[-1] & 0x5F) == (__exp & 0x7F))
671 __exp = 'P';
672 else if ((__x & 0x5F) == __exp)
674 __exp |= 0x80;
    [all...]
regex     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_before.h 132 struct __exp struct
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 132 struct __exp struct
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 132 struct __exp struct
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 132 struct __exp struct

Completed in 821 milliseconds

1 2