/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/m68k/ |
H A D | atomicity.h | 40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/m68k/ |
H A D | atomicity.h | 40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
H A D | gthr-vxworks.c | 77 __gthread_once_t *__temp = __guard; in __gthread_once() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
H A D | gthr-vxworks.c | 76 __gthread_once_t *__temp = __guard; in __gthread_once() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | xmmintrin.h | 533 __v4sf __temp = (__v4sf ) vec_cmpeq ((__v4sf) __A, (__v4sf)__B); in _mm_cmpneq_ps() local 995 __v4sf __temp, __rounded; in _mm_cvtps_pi32() local 1017 float __temp = __A[0]; in _mm_cvttss_si32() local 1033 float __temp = __A[0]; in _mm_cvttss_si64() local 1043 float __temp = __A[0]; in _mm_cvttss_si64x() local 1053 __v4sf __temp; in _mm_cvttps_pi32() local 1073 float __temp = __B; in _mm_cvtsi32_ss() local 1090 float __temp = __B; in _mm_cvtsi64_ss() local 1223 __vector signed int __temp; in _mm_cvtps_pi16() local
|
H A D | emmintrin.h | 402 __v2df __temp = (__v2df) vec_cmpeq ((__v2df) __A, (__v2df)__B); in _mm_cmpneq_pd() local 871 __v4si __result, __temp; in _mm_cvtpd_epi32() local 913 __v4si __temp; in _mm_cvtpd_ps() local 944 __v4si __temp; in _mm_cvttpd_epi32() local 992 __v4si __temp; in _mm_cvtpi32_pd() local 1164 __v4sf __temp = vec_splat ((__v4sf)__B, 0); in _mm_cvtss_sd() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | xmmintrin.h | 533 __v4sf __temp = (__v4sf ) vec_cmpeq ((__v4sf) __A, (__v4sf)__B); in _mm_cmpneq_ps() local 995 __v4sf __temp, __rounded; in _mm_cvtps_pi32() local 1017 float __temp = __A[0]; in _mm_cvttss_si32() local 1033 float __temp = __A[0]; in _mm_cvttss_si64() local 1043 float __temp = __A[0]; in _mm_cvttss_si64x() local 1053 __v4sf __temp; in _mm_cvttps_pi32() local 1073 float __temp = __B; in _mm_cvtsi32_ss() local 1090 float __temp = __B; in _mm_cvtsi64_ss() local 1223 __vector signed int __temp; in _mm_cvtps_pi16() local
|
H A D | emmintrin.h | 402 __v2df __temp = (__v2df) vec_cmpeq ((__v2df) __A, (__v2df)__B); in _mm_cmpneq_pd() local 867 __v4si __result, __temp; in _mm_cvtpd_epi32() local 909 __v4si __temp; in _mm_cvtpd_ps() local 940 __v4si __temp; in _mm_cvttpd_epi32() local 988 __v4si __temp; in _mm_cvtpi32_pd() local 1160 __v4sf __temp = vec_splat ((__v4sf)__B, 0); in _mm_cvtss_sd() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | arm_neon.h | 11356 int8x16_t __temp = vcombine_s8 (__tab, vcreate_s8 (__AARCH64_UINT64_C (0x0))); in vtbl1_s8() local 11369 uint8x16_t __temp = vcombine_u8 (__tab, vcreate_u8 (__AARCH64_UINT64_C (0x0))); in vtbl1_u8() local 11382 poly8x16_t __temp = vcombine_p8 (__tab, vcreate_p8 (__AARCH64_UINT64_C (0x0))); in vtbl1_p8() local 11395 int8x16_t __temp = vcombine_s8 (__tab.val[0], __tab.val[1]); in vtbl2_s8() local 11408 uint8x16_t __temp = vcombine_u8 (__tab.val[0], __tab.val[1]); in vtbl2_u8() local 11421 poly8x16_t __temp = vcombine_p8 (__tab.val[0], __tab.val[1]); in vtbl2_p8() local 11434 int8x16x2_t __temp; in vtbl3_s8() local 11451 uint8x16x2_t __temp; in vtbl3_u8() local 11468 poly8x16x2_t __temp; in vtbl3_p8() local 11485 int8x16x2_t __temp; in vtbl4_s8() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | forward_list.tcc | 84 _Node* __temp = __curr; in _M_erase_after() local
|
H A D | forward_list.h | 96 while (_Fwd_list_node_base* __temp = __tail->_M_next) in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | forward_list.tcc | 84 _Node* __temp = __curr; in _M_erase_after() local
|
H A D | forward_list.h | 96 while (_Fwd_list_node_base* __temp = __tail->_M_next) in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | bessel_function.tcc | 286 _Tp __temp = __p * __dlr - __q * __dli; in __bessel_jn() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | bessel_function.tcc | 286 _Tp __temp = __p * __dlr - __q * __dli; in __bessel_jn() local
|