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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
tbmintrin.h 39 __blcfill_u32(unsigned int __a)
41 return __a & (__a + 1);
45 __blci_u32(unsigned int __a)
47 return __a | ~(__a + 1);
51 __blcic_u32(unsigned int __a)
53 return ~__a & (__a + 1);
57 __blcmsk_u32(unsigned int __a)
    [all...]
altivec.h 40 vector signed char __a, vector signed char __b, vector unsigned char __c);
43 vec_perm(vector unsigned char __a, vector unsigned char __b,
47 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
54 vec_perm(vector unsigned short __a, vector unsigned short __b,
58 vector bool short __a, vector bool short __b, vector unsigned char __c);
60 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
64 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
69 vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
72 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
    [all...]
  /external/clang/test/Sema/
builtins-x86.c 13 __m128 test__builtin_ia32_cmpps(__m128 __a, __m128 __b) {
14 __builtin_ia32_cmpps(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}}
17 __m128d test__builtin_ia32_cmppd(__m128d __a, __m128d __b) {
18 __builtin_ia32_cmppd(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}}
21 __m128 test__builtin_ia32_cmpss(__m128 __a, __m128 __b) {
22 __builtin_ia32_cmpss(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}}
25 __m128d test__builtin_ia32_cmpsd(__m128d __a, __m128d __b) {
26 __builtin_ia32_cmpsd(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}}
29 __mmask16 test__builtin_ia32_cmpps512_mask(__m512d __a, __m512d __b) {
30 __builtin_ia32_cmpps512_mask(__a, __b, 32, -1, 0); // expected-error {{argument should be a value from 0 to 31}
    [all...]
  /external/clang/test/CodeGen/
sse-builtins.c 162 void test_extract_epi16(__m128i __a) {
166 _mm_extract_epi16(__a, 8);
169 __m128 test_mm_cmpeq_ss(__m128 __a, __m128 __b) {
172 return _mm_cmpeq_ss(__a, __b);
175 __m128 test_mm_cmplt_ss(__m128 __a, __m128 __b) {
178 return _mm_cmplt_ss(__a, __b);
181 __m128 test_mm_cmple_ss(__m128 __a, __m128 __b) {
184 return _mm_cmple_ss(__a, __b);
187 __m128 test_mm_cmpunord_ss(__m128 __a, __m128 __b) {
190 return _mm_cmpunord_ss(__a, __b)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h 164 operator&(syntax_option_type __a, syntax_option_type __b)
166 return (syntax_option_type)(static_cast<unsigned int>(__a)
171 operator|(syntax_option_type __a, syntax_option_type __b)
173 return (syntax_option_type)(static_cast<unsigned int>(__a)
178 operator^(syntax_option_type __a, syntax_option_type __b)
180 return (syntax_option_type)(static_cast<unsigned int>(__a)
185 operator~(syntax_option_type __a)
186 { return (syntax_option_type)(~static_cast<unsigned int>(__a)); }
189 operator&=(syntax_option_type& __a, syntax_option_type __b)
190 { return __a = __a & __b;
    [all...]
  /external/clang/lib/Headers/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
altivec.h 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a,
    [all...]
  /development/ndk/platforms/android-3/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
cputime.h 22 #define cputime_add(__a, __b) ((__a) + (__b))
23 #define cputime_sub(__a, __b) ((__a) - (__b))
24 #define cputime_div(__a, __n) ((__a) / (__n))
25 #define cputime_halve(__a) ((__a) >> 1)
26 #define cputime_eq(__a, __b) ((__a) == (__b)
    [all...]

Completed in 1091 milliseconds

1 2 3 4 5 6 7 8 91011>>