| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | lasxintrin.h | 45 __lasx_xvsll_b(__m256i _1, __m256i _2) { in __lasx_xvsll_b() argument 46 return (__m256i)__builtin_lasx_xvsll_b((v32i8)_1, (v32i8)_2); in __lasx_xvsll_b() 51 __lasx_xvsll_h(__m256i _1, __m256i _2) { in __lasx_xvsll_h() argument 52 return (__m256i)__builtin_lasx_xvsll_h((v16i16)_1, (v16i16)_2); in __lasx_xvsll_h() 57 __lasx_xvsll_w(__m256i _1, __m256i _2) { in __lasx_xvsll_w() argument 58 return (__m256i)__builtin_lasx_xvsll_w((v8i32)_1, (v8i32)_2); in __lasx_xvsll_w() 63 __lasx_xvsll_d(__m256i _1, __m256i _2) { in __lasx_xvsll_d() argument 64 return (__m256i)__builtin_lasx_xvsll_d((v4i64)_1, (v4i64)_2); in __lasx_xvsll_d() 67 #define __lasx_xvslli_b(/*__m256i*/ _1, /*ui3*/ _2) \ argument 68 ((__m256i)__builtin_lasx_xvslli_b((v32i8)(_1), (_2))) [all …]
|
| H A D | lsxintrin.h | 41 __lsx_vsll_b(__m128i _1, __m128i _2) { in __lsx_vsll_b() argument 42 return (__m128i)__builtin_lsx_vsll_b((v16i8)_1, (v16i8)_2); in __lsx_vsll_b() 47 __lsx_vsll_h(__m128i _1, __m128i _2) { in __lsx_vsll_h() argument 48 return (__m128i)__builtin_lsx_vsll_h((v8i16)_1, (v8i16)_2); in __lsx_vsll_h() 53 __lsx_vsll_w(__m128i _1, __m128i _2) { in __lsx_vsll_w() argument 54 return (__m128i)__builtin_lsx_vsll_w((v4i32)_1, (v4i32)_2); in __lsx_vsll_w() 59 __lsx_vsll_d(__m128i _1, __m128i _2) { in __lsx_vsll_d() argument 60 return (__m128i)__builtin_lsx_vsll_d((v2i64)_1, (v2i64)_2); in __lsx_vsll_d() 63 #define __lsx_vslli_b(/*__m128i*/ _1, /*ui3*/ _2) \ argument 64 ((__m128i)__builtin_lsx_vslli_b((v16i8)(_1), (_2))) [all …]
|
| H A D | larchintrin.h | 60 __crc_w_b_w(char _1, int _2) { in __crc_w_b_w() argument 61 return (int)__builtin_loongarch_crc_w_b_w((char)_1, (int)_2); in __crc_w_b_w() 66 __crc_w_h_w(short _1, int _2) { in __crc_w_h_w() argument 67 return (int)__builtin_loongarch_crc_w_h_w((short)_1, (int)_2); in __crc_w_h_w() 72 __crc_w_w_w(int _1, int _2) { in __crc_w_w_w() argument 73 return (int)__builtin_loongarch_crc_w_w_w((int)_1, (int)_2); in __crc_w_w_w() 78 __crc_w_d_w(long int _1, int _2) { in __crc_w_d_w() argument 79 return (int)__builtin_loongarch_crc_w_d_w((long int)_1, (int)_2); in __crc_w_d_w() 84 __crcc_w_b_w(char _1, int _2) { in __crcc_w_b_w() argument 85 return (int)__builtin_loongarch_crcc_w_b_w((char)_1, (int)_2); in __crcc_w_b_w() [all …]
|
| /src/contrib/atf/atf-c/ |
| H A D | macros_test.c | 420 H_CHECK_EQ(1_2, 1, 2); 422 H_CHECK_EQ(2_2, 2, 2); 424 H_CHECK_EQ_MSG(1_2, 1, 2, "1 does not match 2"); 426 H_CHECK_EQ_MSG(2_2, 2, 2, "2 does not match 2"); 439 { H_CHECK_EQ_HEAD_NAME(1_2), H_CHECK_EQ_BODY_NAME(1_2), in ATF_TC_BODY() 443 { H_CHECK_EQ_HEAD_NAME(2_2), H_CHECK_EQ_BODY_NAME(2_2), in ATF_TC_BODY() 447 { H_CHECK_EQ_MSG_HEAD_NAME(1_2), H_CHECK_EQ_MSG_BODY_NAME(1_2), in ATF_TC_BODY() 451 { H_CHECK_EQ_MSG_HEAD_NAME(2_2), H_CHECK_EQ_MSG_BODY_NAME(2_2), in ATF_TC_BODY() 459 H_CHECK_STREQ(1_2, "1", "2"); 461 H_CHECK_STREQ(2_2, "2", "2"); [all …]
|
| /src/contrib/bc/tests/dc/ |
| H A D | modulus.txt | 12 _2 1%pR 18 2 _2%pR 26 _2 _1%pR 27 _2 _2%pR 28 _2 _3%pR 45 _2 1%pR 51 2 _2%pR 59 _2 _1%pR 60 _2 _2%pR 61 _2 _3%pR
|
| H A D | shift.txt | 24 _2 0HpR 27 _2.00000000 0HpR 30 _2.00000000 5HpR 34 _2 0hpR 37 _2.00000000 0hpR 40 _2.00000000 5hpR
|
| H A D | power.txt | 27 _2 1^pR 28 _2 2^pR 35 _1 _2^pR 36 _2 _1^pR 37 _2 _2^pR
|
| H A D | boolean.txt | 7 _1 _2(pR 14 _1 _2{pR 21 _1 _2)pR 28 _1 _2}pR
|
| /src/contrib/gdtoa/ |
| H A D | strtorQ.c | 44 #define _2 2 macro 50 #define _2 1 macro 69 L[_2] = bits[1]; 76 L[_2] = bits[1]; 84 L[_2] = bits[1]; 91 L[_1] = L[_2] = L[_3] = 0;
|
| H A D | strtopQ.c | 42 #define _2 2 macro 48 #define _2 1 macro 80 L[_2] = bits[1]; 87 L[_2] = bits[1]; 94 L[_1] = L[_2] = L[_3] = 0;
|
| H A D | strtorx.c | 44 #define _2 2 macro 51 #define _2 2 macro 78 L[_2] = (UShort)bits[1]; 86 L[_2] = (UShort)bits[1]; 93 L[_2] = L[_3] = L[_4] = 0;
|
| H A D | strtopxL.c | 42 #define _2 2 macro 47 #define _2 0 macro 78 L[_2] = bits[0]; 86 L[_2] = 0;
|
| H A D | strtopx.c | 42 #define _2 2 macro 49 #define _2 2 macro 89 L[_2] = (UShort)bits[1]; 96 L[_2] = L[_3] = L[_4] = 0;
|
| H A D | strtorxL.c | 42 #define _2 2 macro 47 #define _2 0 macro 68 L[_2] = bits[0]; 74 L[_2] = 0;
|
| H A D | g_xLfmt.c | 42 #define _2 2 macro 47 #define _2 0 macro 75 bits[0] = L[_2];
|
| H A D | g_xfmt.c | 42 #define _2 2 macro 49 #define _2 2 macro 79 bits[1] = (L[_1] << 16) | L[_2];
|
| H A D | g_Qfmt.c | 42 #define _2 2 macro 48 #define _2 1 macro 78 bits[1] = L[_2];
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 30 #define _REG_CNT(_0, _1, _2, _3, _4, _5, _6, _7, N, ...) N argument 35 #define VR2_(_1, _2, REG, ...) "%[w"#REG"]" argument 36 #define VR3_(_1, _2, _3, REG, ...) "%[w"#REG"]" argument 37 #define VR4_(_1, _2, _3, _4, REG, ...) "%[w"#REG"]" argument 38 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "%[w"#REG"]" argument 39 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "%[w"#REG"]" argument 40 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "%[w"#REG"]" argument 64 #define RVR2_(_1, _2, REG, ...) [w##REG] "v" (w##REG) argument 65 #define RVR3_(_1, _2, _3, REG, ...) [w##REG] "v" (w##REG) argument 66 #define RVR4_(_1, _2, _3, _4, REG, ...) [w##REG] "v" (w##REG) argument [all …]
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 33 #define _REG_CNT(_0, _1, _2, _3, _4, _5, _6, _7, N, ...) N argument 38 #define VR2_(_1, _2, REG, ...) "%[w"#REG"]" argument 39 #define VR3_(_1, _2, _3, REG, ...) "%[w"#REG"]" argument 40 #define VR4_(_1, _2, _3, _4, REG, ...) "%[w"#REG"]" argument 41 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "%[w"#REG"]" argument 42 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "%[w"#REG"]" argument 43 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "%[w"#REG"]" argument 67 #define RVR2_(_1, _2, REG, ...) [w##REG] "w" (w##REG) argument 68 #define RVR3_(_1, _2, _3, REG, ...) [w##REG] "w" (w##REG) argument 69 #define RVR4_(_1, _2, _3, _4, REG, ...) [w##REG] "w" (w##REG) argument [all …]
|
| H A D | vdev_raidz_math_avx512f.c | 39 #define _REG_CNT(_0, _1, _2, _3, _4, _5, _6, _7, N, ...) N argument 44 #define VR2_(_1, _2, REG, ...) "zmm"#REG argument 45 #define VR3_(_1, _2, _3, REG, ...) "zmm"#REG argument 46 #define VR4_(_1, _2, _3, _4, REG, ...) "zmm"#REG argument 47 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "zmm"#REG argument 48 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "zmm"#REG argument 49 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "zmm"#REG argument 62 #define VRy2_(_1, _2, REG, ...) "ymm"#REG argument 63 #define VRy3_(_1, _2, _3, REG, ...) "ymm"#REG argument 64 #define VRy4_(_1, _2, _3, _4, REG, ...) "ymm"#REG argument [all …]
|
| H A D | vdev_raidz_math_ssse3.c | 37 #define _REG_CNT(_0, _1, _2, _3, _4, _5, _6, _7, N, ...) N argument 42 #define VR2_(_1, _2, REG, ...) "xmm"#REG argument 43 #define VR3_(_1, _2, _3, REG, ...) "xmm"#REG argument 44 #define VR4_(_1, _2, _3, _4, REG, ...) "xmm"#REG argument 45 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "xmm"#REG argument 46 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "xmm"#REG argument 47 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "xmm"#REG argument
|
| H A D | vdev_raidz_math_avx512bw.c | 40 #define _REG_CNT(_0, _1, _2, _3, _4, _5, _6, _7, N, ...) N argument 45 #define VR2_(_1, _2, REG, ...) "zmm"#REG argument 46 #define VR3_(_1, _2, _3, REG, ...) "zmm"#REG argument 47 #define VR4_(_1, _2, _3, _4, REG, ...) "zmm"#REG argument 48 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "zmm"#REG argument 49 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "zmm"#REG argument 50 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "zmm"#REG argument
|
| H A D | vdev_raidz_math_avx2.c | 36 #define _REG_CNT(_0, _1, _2, _3, _4, _5, _6, _7, N, ...) N argument 41 #define VR2_(_1, _2, REG, ...) "ymm"#REG argument 42 #define VR3_(_1, _2, _3, REG, ...) "ymm"#REG argument 43 #define VR4_(_1, _2, _3, _4, REG, ...) "ymm"#REG argument 44 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "ymm"#REG argument 45 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "ymm"#REG argument 46 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "ymm"#REG argument
|
| /src/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-pp.h | 5 #define GMOCK_PP_CAT(_1, _2) GMOCK_PP_INTERNAL_CAT(_1, _2) argument 152 #define GMOCK_PP_INTERNAL_CAT(_1, _2) _1##_2 argument 154 #define GMOCK_PP_INTERNAL_CAT_5(_1, _2, _3, _4, _5) _1##_2##_3##_4##_5 argument 155 #define GMOCK_PP_INTERNAL_IS_EMPTY(_1, _2, _3, _4) \ argument 157 _1, _2, _3, _4)) 167 #define GMOCK_PP_INTERNAL_INTERNAL_16TH(_1, _2, _3, _4, _5, _6, _7, _8, _9, \ argument
|
| /src/tools/tools/kernelcruft/ |
| H A D | kernelcruft.sh | 21 find * -name '*.[ch]' -print | xargs grep 'include.*c[>"]' > /tmp/_2 32 if grep $b /tmp/_2 > /dev/null ; then
|