| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
| random.tcc | 352 result_type __z = _M_x[_M_p++]; 353 __z ^= (__z >> __u); 354 __z ^= (__z << __s) & __b; 355 __z ^= (__z << __t) & __c; 356 __z ^= (__z >> __l); 358 return __z; [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
| random.tcc | 352 result_type __z = _M_x[_M_p++]; 353 __z ^= (__z >> __u); 354 __z ^= (__z << __s) & __b; 355 __z ^= (__z << __t) & __c; 356 __z ^= (__z >> __l); 358 return __z; [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
| random.tcc | 352 result_type __z = _M_x[_M_p++]; 353 __z ^= (__z >> __u); 354 __z ^= (__z << __s) & __b; 355 __z ^= (__z << __t) & __c; 356 __z ^= (__z >> __l); 358 return __z; [all...] |
| /external/stlport/stlport/stl/debug/ |
| _hashtable.h | 326 void max_load_factor(float __z) { 327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT) 328 _M_non_dbg_impl.max_load_factor(__z);
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _hashtable.h | 326 void max_load_factor(float __z) { 327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT) 328 _M_non_dbg_impl.max_load_factor(__z);
|
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _hashtable.h | 326 void max_load_factor(float __z) { 327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT) 328 _M_non_dbg_impl.max_load_factor(__z);
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _hashtable.h | 326 void max_load_factor(float __z) { 327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT) 328 _M_non_dbg_impl.max_load_factor(__z);
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _hashtable.h | 326 void max_load_factor(float __z) { 327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT) 328 _M_non_dbg_impl.max_load_factor(__z);
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _hashtable.h | 326 void max_load_factor(float __z) { 327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT) 328 _M_non_dbg_impl.max_load_factor(__z);
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
| _hashtable.h | 326 void max_load_factor(float __z) { 327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT) 328 _M_non_dbg_impl.max_load_factor(__z);
|
| /external/clang/unittests/Basic/ |
| CharInfoTest.cpp | 480 EXPECT_TRUE(isValidIdentifier("__z")); 482 EXPECT_TRUE(isValidIdentifier("__Z"));
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
| cmath | 497 fma(float __x, float __y, float __z) 498 { return __builtin_fmaf(__x, __y, __z); } 501 fma(long double __x, long double __y, long double __z) 502 { return __builtin_fmal(__x, __y, __z); } 506 fma(_Tp __x, _Up __y, _Vp __z) 509 return fma(__type(__x), __type(__y), __type(__z));
|
| hashtable_policy.h | 417 _Prime_rehash_policy(float __z = 1.0) 418 : _M_max_load_factor(__z), _M_growth_factor(2.f), _M_next_resize(0) { } 633 max_load_factor(float __z) 636 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
| cmath | 497 fma(float __x, float __y, float __z) 498 { return __builtin_fmaf(__x, __y, __z); } 501 fma(long double __x, long double __y, long double __z) 502 { return __builtin_fmal(__x, __y, __z); } 506 fma(_Tp __x, _Up __y, _Vp __z) 509 return fma(__type(__x), __type(__y), __type(__z));
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
| cmath | 497 fma(float __x, float __y, float __z) 498 { return __builtin_fmaf(__x, __y, __z); } 501 fma(long double __x, long double __y, long double __z) 502 { return __builtin_fmal(__x, __y, __z); } 506 fma(_Tp __x, _Up __y, _Vp __z) 509 return fma(__type(__x), __type(__y), __type(__z));
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
| cmath | 497 fma(float __x, float __y, float __z) 498 { return __builtin_fmaf(__x, __y, __z); } 501 fma(long double __x, long double __y, long double __z) 502 { return __builtin_fmal(__x, __y, __z); } 506 fma(_Tp __x, _Up __y, _Vp __z) 509 return fma(__type(__x), __type(__y), __type(__z));
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
| cmath | 497 fma(float __x, float __y, float __z) 498 { return __builtin_fmaf(__x, __y, __z); } 501 fma(long double __x, long double __y, long double __z) 502 { return __builtin_fmal(__x, __y, __z); } 506 fma(_Tp __x, _Up __y, _Vp __z) 509 return fma(__type(__x), __type(__y), __type(__z));
|
| /external/clang/lib/Headers/ |
| xmmintrin.h | 600 _mm_set_ps(float __z, float __y, float __x, float __w) 602 return (__m128){ __w, __x, __y, __z }; 606 _mm_setr_ps(float __z, float __y, float __x, float __w) 608 return (__m128){ __z, __y, __x, __w };
|
| /external/kernel-headers/original/linux/ |
| mmzone.h | 86 #define zone_pcp(__z, __cpu) ((__z)->pageset[(__cpu)]) 88 #define zone_pcp(__z, __cpu) (&(__z)->pageset[(__cpu)])
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
| stdatomic.h | 141 __atomic_flag_for_address(const volatile void* __z) __attribute__((const));
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
| hashtable_policy.h | 390 _Prime_rehash_policy(float __z = 1.0) 391 : _M_max_load_factor(__z), _M_growth_factor(2.f), _M_next_resize(0) { } 625 max_load_factor(float __z) 628 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
| hashtable_policy.h | 383 _Prime_rehash_policy(float __z = 1.0) 384 : _M_max_load_factor(__z), _M_growth_factor(2.f), _M_next_resize(0) { } 551 max_load_factor(float __z) 554 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
| hashtable_policy.h | 390 _Prime_rehash_policy(float __z = 1.0) 391 : _M_max_load_factor(__z), _M_growth_factor(2.f), _M_next_resize(0) { } 625 max_load_factor(float __z) 628 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
| hashtable_policy.h | 383 _Prime_rehash_policy(float __z = 1.0) 384 : _M_max_load_factor(__z), _M_growth_factor(2.f), _M_next_resize(0) { } 551 max_load_factor(float __z) 554 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
| stdatomic.h | 141 __atomic_flag_for_address(const volatile void* __z) __attribute__((const));
|