HomeSort by relevance Sort by last modified time
    Searched full:__a1 (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGen/
pragma-weak.c 20 // CHECK: @a1 = alias weak void ()* @__a1
136 void __a1(void) __attribute((noinline));
137 #pragma weak a1 = __a1
138 void __a1(void) {} function
139 // CHECK: define void @__a1() {{.*}} noinline
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
ratio 94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
98 static_assert(__a1 == 0 || __b1 == 0,
100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1),
104 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
tuple 318 tuple(const _T1& __a1, const _T2& __a2)
319 : _Inherited(__a1, __a2) { }
323 tuple(_U1&& __a1, _U2&& __a2)
324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
ratio 94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
98 static_assert(__a1 == 0 || __b1 == 0,
100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1),
104 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
tuple 318 tuple(const _T1& __a1, const _T2& __a2)
319 : _Inherited(__a1, __a2) { }
323 tuple(_U1&& __a1, _U2&& __a2)
324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
ratio 94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
98 static_assert(__a1 == 0 || __b1 == 0,
100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1),
104 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
tuple 318 tuple(const _T1& __a1, const _T2& __a2)
319 : _Inherited(__a1, __a2) { }
323 tuple(_U1&& __a1, _U2&& __a2)
324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
ratio 94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
98 static_assert(__a1 == 0 || __b1 == 0,
100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1),
104 static_assert((__a0 * __b1 + __b0 * __a1) * __c <=
tuple 318 tuple(const _T1& __a1, const _T2& __a2)
319 : _Inherited(__a1, __a2) { }
323 tuple(_U1&& __a1, _U2&& __a2)
324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h     [all...]
  /external/stlport/stlport/stl/
_pthread_alloc.h 388 inline bool operator==(const per_thread_allocator<_T1>& __a1,
390 { return __a1._M_state == __a2._M_state; }
394 inline bool operator!=(const per_thread_allocator<_T1>& __a1,
396 { return __a1._M_state != __a2._M_state; }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 388 inline bool operator==(const per_thread_allocator<_T1>& __a1,
390 { return __a1._M_state == __a2._M_state; }
394 inline bool operator!=(const per_thread_allocator<_T1>& __a1,
396 { return __a1._M_state != __a2._M_state; }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 388 inline bool operator==(const per_thread_allocator<_T1>& __a1,
390 { return __a1._M_state == __a2._M_state; }
394 inline bool operator!=(const per_thread_allocator<_T1>& __a1,
396 { return __a1._M_state != __a2._M_state; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 388 inline bool operator==(const per_thread_allocator<_T1>& __a1,
390 { return __a1._M_state == __a2._M_state; }
394 inline bool operator!=(const per_thread_allocator<_T1>& __a1,
396 { return __a1._M_state != __a2._M_state; }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 388 inline bool operator==(const per_thread_allocator<_T1>& __a1,
390 { return __a1._M_state == __a2._M_state; }
394 inline bool operator!=(const per_thread_allocator<_T1>& __a1,
396 { return __a1._M_state != __a2._M_state; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
modified_bessel_func.tcc 201 _Tp __a1 = _Tp(0.25L) - __mu2;
202 _Tp __q = __c = __a1;
203 _Tp __a = -__a1;
226 __h = __a1 * __h;
tuple 174 tuple(typename __add_c_ref<_T1>::type __a1,
176 : _Inherited(__a1, __a2) { }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
modified_bessel_func.tcc 201 _Tp __a1 = _Tp(0.25L) - __mu2;
202 _Tp __q = __c = __a1;
203 _Tp __a = -__a1;
226 __h = __a1 * __h;
tuple 174 tuple(typename __add_c_ref<_T1>::type __a1,
176 : _Inherited(__a1, __a2) { }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
modified_bessel_func.tcc 201 _Tp __a1 = _Tp(0.25L) - __mu2;
202 _Tp __q = __c = __a1;
203 _Tp __a = -__a1;
226 __h = __a1 * __h;
tuple 174 tuple(typename __add_c_ref<_T1>::type __a1,
176 : _Inherited(__a1, __a2) { }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
modified_bessel_func.tcc 201 _Tp __a1 = _Tp(0.25L) - __mu2;
202 _Tp __q = __c = __a1;
203 _Tp __a = -__a1;
226 __h = __a1 * __h;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1,
465 const linear_congruential<_UIntType1, __a1, __c1,
481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1,
486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr);
637 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
656 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1,
465 const linear_congruential<_UIntType1, __a1, __c1,
481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1,
486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr);
637 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
656 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1,
465 const linear_congruential<_UIntType1, __a1, __c1,
481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1,
486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr);
637 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
656 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
    [all...]

Completed in 616 milliseconds

1 2 3 4 5