HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 51 - 75 of 1501) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
57 __MATHCALL (asin,, (_Mdouble_ __x));
59 __MATHCALL (atan,, (_Mdouble_ __x));
61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
64 __MATHCALL (cos,, (_Mdouble_ __x));
66 __MATHCALL (sin,, (_Mdouble_ __x));
68 __MATHCALL (tan,, (_Mdouble_ __x));
73 __MATHCALL (cosh,, (_Mdouble_ __x));
75 __MATHCALL (sinh,, (_Mdouble_ __x));
77 __MATHCALL (tanh,, (_Mdouble_ __x));
    [all...]
byteswap.h 37 ({ register unsigned short int __v, __x = (x); \
38 if (__builtin_constant_p (__x)) \
39 __v = __bswap_constant_16 (__x); \
43 : "0" (__x) \
50 ({ register unsigned short int __x = (x); __bswap_constant_16 (__x); }))
70 ({ register unsigned int __v, __x = (x); \
71 if (__builtin_constant_p (__x)) \
72 __v = __bswap_constant_32 (__x); \
74 __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); \
    [all...]
mathinline.h 36 __NTH (__signbitf (float __x))
38 __extension__ union { float __f; int __i; } __u = { __f: __x };
42 __NTH (__signbit (double __x))
44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x };
48 __NTH (__signbitl (long double __x))
50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
57 __MATHCALL (asin,, (_Mdouble_ __x));
59 __MATHCALL (atan,, (_Mdouble_ __x));
61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
64 __MATHCALL (cos,, (_Mdouble_ __x));
66 __MATHCALL (sin,, (_Mdouble_ __x));
68 __MATHCALL (tan,, (_Mdouble_ __x));
73 __MATHCALL (cosh,, (_Mdouble_ __x));
75 __MATHCALL (sinh,, (_Mdouble_ __x));
77 __MATHCALL (tanh,, (_Mdouble_ __x));
    [all...]
byteswap.h 37 ({ register unsigned short int __v, __x = (x); \
38 if (__builtin_constant_p (__x)) \
39 __v = __bswap_constant_16 (__x); \
43 : "0" (__x) \
50 ({ register unsigned short int __x = (x); __bswap_constant_16 (__x); }))
70 ({ register unsigned int __v, __x = (x); \
71 if (__builtin_constant_p (__x)) \
72 __v = __bswap_constant_32 (__x); \
74 __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); \
    [all...]
mathinline.h 36 __NTH (__signbitf (float __x))
38 __extension__ union { float __f; int __i; } __u = { __f: __x };
42 __NTH (__signbit (double __x))
44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x };
48 __NTH (__signbitl (long double __x))
50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
  /external/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
byteswap.h 37 ({ register unsigned short int __v, __x = (x); \
38 if (__builtin_constant_p (__x)) \
39 __v = __bswap_constant_16 (__x); \
43 : "0" (__x) \
50 ({ register unsigned short int __x = (x); __bswap_constant_16 (__x); }))
70 ({ register unsigned int __v, __x = (x); \
71 if (__builtin_constant_p (__x)) \
72 __v = __bswap_constant_32 (__x); \
74 __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); \
    [all...]
mathinline.h 36 __NTH (__signbitf (float __x))
38 __extension__ union { float __f; int __i; } __u = { __f: __x };
42 __NTH (__signbit (double __x))
44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x };
48 __NTH (__signbitl (long double __x))
50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
  /bionic/libstdc++/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
88 return __x.first == __y.first && __x.second == __y.second;
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
94 return __x.first < __y.first ||
95 (!(__y.first < __x.first) && __x.second < __y.second);
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
100 return !(__x == __y);
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
88 return __x.first == __y.first && __x.second == __y.second;
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
94 return __x.first < __y.first ||
95 (!(__y.first < __x.first) && __x.second < __y.second);
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
100 return !(__x == __y);
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]

Completed in 2569 milliseconds

1 23 4 5 6 7 8 91011>>