HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 1 - 25 of 565) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Headers/
tgmath.h 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x)))
57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
67 __tg_acos(float __x) {return acosf(__x);}
71 __tg_acos(double __x) {return acos(__x);}
    [all...]
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x)))
57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
67 __tg_acos(float __x) {return acosf(__x);}
71 __tg_acos(double __x) {return acos(__x);}
    [all...]
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x)))
57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
67 __tg_acos(float __x) {return acosf(__x);}
71 __tg_acos(double __x) {return acos(__x);}
    [all...]
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x)))
57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
67 __tg_acos(float __x) {return acosf(__x);}
71 __tg_acos(double __x) {return acos(__x);}
    [all...]
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x)))
57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
67 __tg_acos(float __x) {return acosf(__x);}
71 __tg_acos(double __x) {return acos(__x);}
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hash_fun.h 97 operator()(char __x) const
98 { return __x; }
105 operator()(unsigned char __x) const
106 { return __x; }
113 operator()(unsigned char __x) const
114 { return __x; }
121 operator()(short __x) const
122 { return __x; }
129 operator()(unsigned short __x) const
130 { return __x; }
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_fun.h 97 operator()(char __x) const
98 { return __x; }
105 operator()(unsigned char __x) const
106 { return __x; }
113 operator()(unsigned char __x) const
114 { return __x; }
121 operator()(short __x) const
122 { return __x; }
129 operator()(unsigned short __x) const
130 { return __x; }
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_fun.h 97 operator()(char __x) const
98 { return __x; }
105 operator()(unsigned char __x) const
106 { return __x; }
113 operator()(unsigned char __x) const
114 { return __x; }
121 operator()(short __x) const
122 { return __x; }
129 operator()(unsigned short __x) const
130 { return __x; }
    [all...]
  /external/llvm/test/FrontendC/
2010-01-18-Inlined-Debug.c 5 static inline int foo(double __x) { return __x; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /external/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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...]
  /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>
  /prebuilt/ndk/android-ndk-r5/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>
  /prebuilt/ndk/android-ndk-r6/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>

Completed in 450 milliseconds

1 2 3 4 5 6 7 8 91011>>