HomeSort by relevance Sort by last modified time
    Searched full:__x (Results 26 - 50 of 1860) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
bmiintrin.h 36 __lzcnt_u16 (unsigned short __X)
38 return __builtin_clzs (__X);
42 __tzcnt_u16 (unsigned short __X)
44 return __builtin_ctzs (__X);
49 __andn_u32 (unsigned int __X, unsigned int __Y)
51 unsigned int tmp = ~(__X) & (__Y);
56 __bextr_u32 (unsigned int __X, unsigned int __Y)
58 return __builtin_ia32_bextr_u32 (__X, __Y);
62 __blsi_u32 (unsigned int __X)
64 unsigned int tmp = (__X) & (-(__X))
    [all...]
tbmintrin.h 37 __bextri_u32 (unsigned int __X, const unsigned int __I)
39 return __builtin_ia32_bextri_u32 (__X, __I);
48 __blcfill_u32 (unsigned int __X)
50 unsigned int tmp = (__X) & ((__X) + 1);
55 __blci_u32 (unsigned int __X)
57 unsigned int tmp = (__X) | (~((__X) + 1));
62 __blcic_u32 (unsigned int __X)
64 unsigned int tmp = (~(__X)) & ((__X) + 1)
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
bmiintrin.h 36 __lzcnt_u16 (unsigned short __X)
38 return __builtin_clzs (__X);
42 __tzcnt_u16 (unsigned short __X)
44 return __builtin_ctzs (__X);
49 __andn_u32 (unsigned int __X, unsigned int __Y)
51 unsigned int tmp = ~(__X) & (__Y);
56 __bextr_u32 (unsigned int __X, unsigned int __Y)
58 return __builtin_ia32_bextr_u32 (__X, __Y);
62 __blsi_u32 (unsigned int __X)
64 unsigned int tmp = (__X) & (-(__X))
    [all...]
tbmintrin.h 37 __bextri_u32 (unsigned int __X, const unsigned int __I)
39 return __builtin_ia32_bextri_u32 (__X, __I);
48 __blcfill_u32 (unsigned int __X)
50 unsigned int tmp = (__X) & ((__X) + 1);
55 __blci_u32 (unsigned int __X)
57 unsigned int tmp = (__X) | (~((__X) + 1));
62 __blcic_u32 (unsigned int __X)
64 unsigned int tmp = (~(__X)) & ((__X) + 1)
    [all...]
  /external/clang/test/CodeGen/
bmi-builtins.c 8 unsigned short test__tzcnt_u16(unsigned short __X) {
10 return __tzcnt_u16(__X);
13 unsigned int test__andn_u32(unsigned int __X, unsigned int __Y) {
16 return __andn_u32(__X, __Y);
19 unsigned int test__bextr_u32(unsigned int __X, unsigned int __Y) {
21 return __bextr_u32(__X, __Y);
24 unsigned int test__blsi_u32(unsigned int __X) {
27 return __blsi_u32(__X);
30 unsigned int test__blsmsk_u32(unsigned int __X) {
33 return __blsmsk_u32(__X);
    [all...]
lzcnt-builtins.c 8 unsigned short test__lzcnt16(unsigned short __X)
11 return __lzcnt16(__X);
14 unsigned int test_lzcnt32(unsigned int __X)
17 return __lzcnt32(__X);
20 unsigned long long test__lzcnt64(unsigned long long __X)
23 return __lzcnt64(__X);
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
tbmintrin.h 37 __bextri_u32 (unsigned int __X, const unsigned int __I)
39 return __builtin_ia32_bextri_u32 (__X, __I);
48 __blcfill_u32 (unsigned int __X)
50 unsigned int tmp = (__X) & ((__X) + 1);
55 __blci_u32 (unsigned int __X)
57 unsigned int tmp = (__X) | (~((__X) + 1));
62 __blcic_u32 (unsigned int __X)
64 unsigned int tmp = (~(__X)) & ((__X) + 1)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
tbmintrin.h 37 __bextri_u32 (unsigned int __X, const unsigned int __I)
39 return __builtin_ia32_bextri_u32 (__X, __I);
48 __blcfill_u32 (unsigned int __X)
50 unsigned int tmp = (__X) & ((__X) + 1);
55 __blci_u32 (unsigned int __X)
57 unsigned int tmp = (__X) | (~((__X) + 1));
62 __blcic_u32 (unsigned int __X)
64 unsigned int tmp = (~(__X)) & ((__X) + 1)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 86 __pow_helper(_Tp __x, int __n)
89 ? _Tp(1)/__cmath_power(__x, -__n)
90 : __cmath_power(__x, __n);
94 abs(double __x)
95 { return __builtin_fabs(__x); }
98 abs(float __x)
99 { return __builtin_fabsf(__x); }
102 abs(long double __x)
103 { return __builtin_fabsl(__x); }
108 acos(float __x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cmath 86 __pow_helper(_Tp __x, int __n)
89 ? _Tp(1)/__cmath_power(__x, -__n)
90 : __cmath_power(__x, __n);
94 abs(double __x)
95 { return __builtin_fabs(__x); }
98 abs(float __x)
99 { return __builtin_fabsf(__x); }
102 abs(long double __x)
103 { return __builtin_fabsl(__x); }
108 acos(float __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cmath 86 __pow_helper(_Tp __x, int __n)
89 ? _Tp(1)/__cmath_power(__x, -__n)
90 : __cmath_power(__x, __n);
94 abs(double __x)
95 { return __builtin_fabs(__x); }
98 abs(float __x)
99 { return __builtin_fabsf(__x); }
102 abs(long double __x)
103 { return __builtin_fabsl(__x); }
108 acos(float __x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cmath 86 __pow_helper(_Tp __x, int __n)
89 ? _Tp(1)/__cmath_power(__x, -__n)
90 : __cmath_power(__x, __n);
94 abs(double __x)
95 { return __builtin_fabs(__x); }
98 abs(float __x)
99 { return __builtin_fabsf(__x); }
102 abs(long double __x)
103 { return __builtin_fabsl(__x); }
108 acos(float __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cmath 86 __pow_helper(_Tp __x, int __n)
89 ? _Tp(1)/__cmath_power(__x, -__n)
90 : __cmath_power(__x, __n);
94 abs(double __x)
95 { return __builtin_fabs(__x); }
98 abs(float __x)
99 { return __builtin_fabsf(__x); }
102 abs(long double __x)
103 { return __builtin_fabsl(__x); }
108 acos(float __x)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
cmath 319 __libcpp_signbit(_A1 __x) _NOEXCEPT
321 return signbit(__x);
329 signbit(_A1 __x) _NOEXCEPT
331 return __libcpp_signbit((typename std::__promote<_A1>::type)__x);
343 __libcpp_fpclassify(_A1 __x) _NOEXCEPT
345 return fpclassify(__x);
353 fpclassify(_A1 __x) _NOEXCEPT
355 return __libcpp_fpclassify((typename std::__promote<_A1>::type)__x);
367 __libcpp_isfinite(_A1 __x) _NOEXCEPT
369 return isfinite(__x);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 321 acosh(float __x)
322 { return __builtin_acoshf(__x); }
325 acosh(long double __x)
326 { return __builtin_acoshl(__x); }
330 acosh(_Tp __x)
333 return acosh(__type(__x));
339 asinh(float __x)
340 { return __builtin_asinhf(__x); }
343 asinh(long double __x)
344 { return __builtin_asinhl(__x); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 321 acosh(float __x)
322 { return __builtin_acoshf(__x); }
325 acosh(long double __x)
326 { return __builtin_acoshl(__x); }
330 acosh(_Tp __x)
333 return acosh(__type(__x));
339 asinh(float __x)
340 { return __builtin_asinhf(__x); }
343 asinh(long double __x)
344 { return __builtin_asinhl(__x); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 321 acosh(float __x)
322 { return __builtin_acoshf(__x); }
325 acosh(long double __x)
326 { return __builtin_acoshl(__x); }
330 acosh(_Tp __x)
333 return acosh(__type(__x));
339 asinh(float __x)
340 { return __builtin_asinhf(__x); }
343 asinh(long double __x)
344 { return __builtin_asinhl(__x); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 321 acosh(float __x)
322 { return __builtin_acoshf(__x); }
325 acosh(long double __x)
326 { return __builtin_acoshl(__x); }
330 acosh(_Tp __x)
333 return acosh(__type(__x));
339 asinh(float __x)
340 { return __builtin_asinhf(__x); }
343 asinh(long double __x)
344 { return __builtin_asinhl(__x); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 321 acosh(float __x)
322 { return __builtin_acoshf(__x); }
325 acosh(long double __x)
326 { return __builtin_acoshl(__x); }
330 acosh(_Tp __x)
333 return acosh(__type(__x));
339 asinh(float __x)
340 { return __builtin_asinhf(__x); }
343 asinh(long double __x)
344 { return __builtin_asinhl(__x); }
    [all...]
  /external/clang/lib/Headers/
bmiintrin.h 36 __tzcnt_u16(unsigned short __X)
38 return __builtin_ctzs(__X);
42 __andn_u32(unsigned int __X, unsigned int __Y)
44 return ~__X & __Y;
48 __bextr_u32(unsigned int __X, unsigned int __Y)
50 return __builtin_ia32_bextr_u32(__X, __Y);
54 __blsi_u32(unsigned int __X)
56 return __X & -__X;
60 __blsmsk_u32(unsigned int __X)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
bmiintrin.h 36 __tzcnt_u16(unsigned short __X)
38 return __builtin_ctzs(__X);
42 __andn_u32(unsigned int __X, unsigned int __Y)
44 return ~__X & __Y;
48 __bextr_u32(unsigned int __X, unsigned int __Y)
50 return __builtin_ia32_bextr_u32(__X, __Y);
54 __blsi_u32(unsigned int __X)
56 return __X & -__X;
60 __blsmsk_u32(unsigned int __X)
    [all...]

Completed in 892 milliseconds

12 3 4 5 6 7 8 91011>>