Searched refs:__c0 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Ddiv_qr_1n_pi2.c96 UWtype __s0, __s1, __c0, __c1; \
99 __c0 = __s0 < (a0); \
102 __s1 = __s1 + __c0; \
104 (s2) += __c1 + (__s1 < __c0); \
H A Ddiv_qr_1n_pi1.c147 UWtype __s0, __s1, __c0, __c1; \
150 __c0 = __s0 < (a0); \
153 __s1 = __s1 + __c0; \
155 (m) = - (__c1 + (__s1 < __c0)); \
H A Ddiv_qr_1u_pi2.c95 UWtype __s0, __s1, __c0, __c1; \
98 __c0 = __s0 < (a0); \
101 __s1 = __s1 + __c0; \
103 (s2) += __c1 + (__s1 < __c0); \
H A Ddiv_qr_2.c101 UWtype __s0, __s1, __c0, __c1; \
104 __c0 = __s0 < (a0); \
107 __s1 = __s1 + __c0; \
109 (s2) += __c1 + (__s1 < __c0); \
H A Dmod_1_1.c146 UWtype __s0, __s1, __c0, __c1; \
149 __c0 = __s0 < (a0); \
152 __s1 = __s1 + __c0; \
154 (m) = - (__c1 + (__s1 < __c0)); \
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dwasm_simd128.h211 wasm_i8x16_make(int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, int8_t __c4, argument
215 return (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5,
221 wasm_i16x8_make(int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, argument
223 return (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7};
226 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i32x4_make(int32_t __c0, argument
230 return (v128_t)(__i32x4){__c0, __c1, __c2, __c3};
233 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i64x2_make(int64_t __c0, argument
235 return (v128_t)(__i64x2){__c0, __c1};
238 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_f32x4_make(float __c0, argument
242 return (v128_t)(__f32x4){__c0, __c
245 wasm_f64x2_make(double __c0, double __c1) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dmultiway_merge.h290 #define _GLIBCXX_PARALLEL_MERGE_3_CASE(__a, __b, __c, __c0, __c1) \
297 if (__seq ## __a __c0 __seq ## __b) goto __s ## __a ## __b ## __c; \
413 __c0, __c1, __c2) \
420 if (__seq ## __a __c0 __seq ## __b) \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dmultiway_merge.h290 #define _GLIBCXX_PARALLEL_MERGE_3_CASE(__a, __b, __c, __c0, __c1) \
297 if (__seq ## __a __c0 __seq ## __b) goto __s ## __a ## __b ## __c; \
413 __c0, __c1, __c2) \
420 if (__seq ## __a __c0 __seq ## __b) \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Darm_neon.h16763 float64_t __c0 = __aarch64_vget_lane_any (__c, __lane); local
16764 return (float64x1_t) {__builtin_fma (__b[0], __c0, __a[0])};
16936 float64_t __c0 = __aarch64_vget_lane_any (__c, __lane); local
16937 return (float64x1_t) {__builtin_fma (-__b[0], __c0, __a[0])};
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Darm_neon.h14696 float64_t __c0 = __aarch64_vget_lane_any (__c, __lane); local
14697 return (float64x1_t) {__builtin_fma (__b[0], __c0, __a[0])};
14869 float64_t __c0 = __aarch64_vget_lane_any (__c, __lane); local
14870 return (float64x1_t) {__builtin_fma (-__b[0], __c0, __a[0])};

Completed in 274 milliseconds