/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/ |
H A D | t-assign.cc | 38 mpz_class a(123), b; in check_mpz() local 47 signed char a = -127; in check_mpz() local 54 unsigned char a = 255; in check_mpz() local 61 mpz_class a; in check_mpz() local 65 mpz_class a; in check_mpz() local 71 signed int a = 0; in check_mpz() local 76 signed int a = -123; in check_mpz() local 81 signed int a = 32767; in check_mpz() local 88 unsigned int a = 65535u; in check_mpz() local 95 signed short int a = -12345; in check_mpz() local [all …]
|
H A D | t-constr.cc | 37 mpz_class a; ASSERT_ALWAYS(a == 0); in check_mpz() local 48 signed char a = -127; in check_mpz() local 54 unsigned char a = 255; in check_mpz() local 60 mpz_class a('A'); ASSERT_ALWAYS(a == 65); in check_mpz() local 63 mpz_class a('z'); ASSERT_ALWAYS(a == 122); in check_mpz() local 68 signed int a = 0; in check_mpz() local 72 signed int a = -123; in check_mpz() local 76 signed int a = 4567; in check_mpz() local 82 unsigned int a = 890; in check_mpz() local 88 signed short int a = -12345; in check_mpz() local [all …]
|
H A D | t-ops.cc | 38 mpz_class a(1); in check_mpz() local 45 mpz_class a(2); in check_mpz() local 52 mpz_class a(3); in check_mpz() local 59 mpz_class a(-123); in check_mpz() local 68 mpz_class a(25); in check_mpz() local 73 mpz_class a(125); in check_mpz() local 80 mpz_class a(123); in check_mpz() local 84 mpz_class a(0); in check_mpz() local 88 mpz_class a(-123); in check_mpz() local 97 mpz_class a(1), b(2); in check_mpz() local [all …]
|
H A D | t-binary.cc | 37 mpz_class a(1), b(2); in check_mpz() local 41 mpz_class a(3), b(4); in check_mpz() local 46 mpz_class a(5), b(3); in check_mpz() local 54 mpz_class a(1); in check_mpz() local 59 mpz_class a(-8); in check_mpz() local 65 mpz_class a(2); in check_mpz() local 70 mpz_class a(4); in check_mpz() local 78 mpz_class a(3); in check_mpz() local 94 mpz_class a(3), b(4); in check_mpz() local 102 mpz_class a(3), b(2), c(1); in check_mpz() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | spu2vmx.h | 35 static __inline vec_uchar16 spu_absd(vec_uchar16 a, vec_uchar16 b) in spu_absd() 45 static __inline vec_uint4 spu_add(vec_uint4 a, vec_uint4 b) in spu_add() 50 static __inline vec_int4 spu_add(vec_int4 a, vec_int4 b) in spu_add() 55 static __inline vec_ushort8 spu_add(vec_ushort8 a, vec_ushort8 b) in spu_add() 60 static __inline vec_short8 spu_add(vec_short8 a, vec_short8 b) in spu_add() 65 static __inline vec_uint4 spu_add(vec_uint4 a, unsigned int b) in spu_add() 70 static __inline vec_int4 spu_add(vec_int4 a, int b) in spu_add() 75 static __inline vec_ushort8 spu_add(vec_ushort8 a, unsigned short b) in spu_add() 80 static __inline vec_short8 spu_add(vec_short8 a, short b) in spu_add() 85 static __inline vec_float4 spu_add(vec_float4 a, vec_float4 b) in spu_add() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | spu2vmx.h | 35 static __inline vec_uchar16 spu_absd(vec_uchar16 a, vec_uchar16 b) in spu_absd() 45 static __inline vec_uint4 spu_add(vec_uint4 a, vec_uint4 b) in spu_add() 50 static __inline vec_int4 spu_add(vec_int4 a, vec_int4 b) in spu_add() 55 static __inline vec_ushort8 spu_add(vec_ushort8 a, vec_ushort8 b) in spu_add() 60 static __inline vec_short8 spu_add(vec_short8 a, vec_short8 b) in spu_add() 65 static __inline vec_uint4 spu_add(vec_uint4 a, unsigned int b) in spu_add() 70 static __inline vec_int4 spu_add(vec_int4 a, int b) in spu_add() 75 static __inline vec_ushort8 spu_add(vec_ushort8 a, unsigned short b) in spu_add() 80 static __inline vec_short8 spu_add(vec_short8 a, short b) in spu_add() 85 static __inline vec_float4 spu_add(vec_float4 a, vec_float4 b) in spu_add() [all …]
|
/netbsd-src/lib/libc_fp/ |
H A D | gcc-softfloat.c | 40 xfixdfdi(double a) in xfixdfdi() 46 xfixdfsi(double a) in xfixdfsi() 52 xfixunsdfdi(double a) in xfixunsdfdi() 58 xfixunsdfsi(double a) in xfixunsdfsi() 64 xfloatundidf(unsigned long long a) in xfloatundidf() 70 xfloatunsidf(unsigned int a) in xfloatunsidf() 76 xfloatdidf(long long a) in xfloatdidf() 82 xfloatsidf(int a) in xfloatsidf() 88 xextendsfdf2(float a) in xextendsfdf2() 94 xeqdf2(double a, double b) in xeqdf2() [all …]
|
/netbsd-src/include/ |
H A D | tgmath.h | 42 #define __TG_CHOOSE(p, a, b) __builtin_choose_expr((p), (a), (b)) argument 62 #define __TG_GFN1(fn, a, ftype, ltype) \ argument 69 #define __TG_GFN1x(fn, a, b, ftype, ltype) \ argument 76 #define __TG_GFN2(fn, a, b, ftype, ltype) \ argument 85 #define __TG_GFN2x(fn, a, b, c, ftype, ltype) \ argument 94 #define __TG_GFN3(fn, a, b, c, ftype, ltype) \ argument 106 #define __TG_CFN1(cfn, a) __TG_GFN1(cfn, a, FREAL, LREAL) argument 107 #define __TG_CFN2(cfn, a, b) __TG_GFN2(cfn, a, b, FREAL, LREAL) argument 109 #define __TG_FN1(fn, a) __TG_GFN1(fn, a, FLOAT, LDOUBLE) argument 110 #define __TG_FN1x(fn, a, b) __TG_GFN1x(fn, a, b, FLOAT, LDOUBLE) argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/ |
H A D | arithmetic.c | 60 __hsail_min_f32 (float a, float b) in __hsail_min_f32() 75 __hsail_min_f64 (double a, double b) in __hsail_min_f64() 88 __hsail_max_f32 (float a, float b) in __hsail_max_f32() 103 __hsail_max_f64 (double a, double b) in __hsail_max_f64() 118 __hsail_cvt_zeroi_sat_u8_f32 (float a) in __hsail_cvt_zeroi_sat_u8_f32() 130 __hsail_cvt_zeroi_sat_s8_f32 (float a) in __hsail_cvt_zeroi_sat_s8_f32() 142 __hsail_cvt_zeroi_sat_u16_f32 (float a) in __hsail_cvt_zeroi_sat_u16_f32() 154 __hsail_cvt_zeroi_sat_s16_f32 (float a) in __hsail_cvt_zeroi_sat_s16_f32() 166 __hsail_cvt_zeroi_sat_u32_f32 (float a) in __hsail_cvt_zeroi_sat_u32_f32() 178 __hsail_cvt_zeroi_sat_s32_f32 (float a) in __hsail_cvt_zeroi_sat_s32_f32() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 43 static inline vec_char16 vec_abs(vec_char16 a) in vec_abs() 51 static inline vec_short8 vec_abs(vec_short8 a) in vec_abs() 56 static inline vec_int4 vec_abs(vec_int4 a) in vec_abs() 61 static inline vec_float4 vec_abs(vec_float4 a) in vec_abs() 69 static inline vec_char16 vec_abss(vec_char16 a) in vec_abss() 78 static inline vec_short8 vec_abss(vec_short8 a) in vec_abss() 86 static inline vec_int4 vec_abss(vec_int4 a) in vec_abss() 98 static inline vec_uchar16 vec_add(vec_uchar16 a, vec_uchar16 b) in vec_add() 105 static inline vec_char16 vec_add(vec_char16 a, vec_char16 b) in vec_add() 110 static inline vec_char16 vec_add(vec_bchar16 a, vec_char16 b) in vec_add() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/ |
H A D | ts_rsp_utils.c | 17 int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *status_info) in TS_RESP_set_status_info() 34 TS_STATUS_INFO *TS_RESP_get_status_info(TS_RESP *a) in TS_RESP_get_status_info() 40 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info) in TS_RESP_set_tst_info() 48 PKCS7 *TS_RESP_get_token(TS_RESP *a) in TS_RESP_get_token() 53 TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a) in TS_RESP_get_tst_info() 58 int TS_TST_INFO_set_version(TS_TST_INFO *a, long version) in TS_TST_INFO_set_version() 63 long TS_TST_INFO_get_version(const TS_TST_INFO *a) in TS_TST_INFO_get_version() 68 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) in TS_TST_INFO_set_policy_id() 84 ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a) in TS_TST_INFO_get_policy_id() 89 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint) in TS_TST_INFO_set_msg_imprint() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/ |
H A D | ts_rsp_utils.c | 17 int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *status_info) in TS_RESP_set_status_info() 34 TS_STATUS_INFO *TS_RESP_get_status_info(TS_RESP *a) in TS_RESP_get_status_info() 40 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info) in TS_RESP_set_tst_info() 48 PKCS7 *TS_RESP_get_token(TS_RESP *a) in TS_RESP_get_token() 53 TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a) in TS_RESP_get_tst_info() 58 int TS_TST_INFO_set_version(TS_TST_INFO *a, long version) in TS_TST_INFO_set_version() 63 long TS_TST_INFO_get_version(const TS_TST_INFO *a) in TS_TST_INFO_get_version() 68 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) in TS_TST_INFO_set_policy_id() 84 ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a) in TS_TST_INFO_get_policy_id() 89 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint) in TS_TST_INFO_set_msg_imprint() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rx/ |
H A D | rx-abi-functions.c | 36 int _COM_CMPLTd (double a, double b) { return __ltdf2 (a, b) == -1; } in _COM_CMPLTd() 37 int _COM_CMPGTd (double a, double b) { return __gtdf2 (a, b) == 1; } in _COM_CMPGTd() 38 int _COM_CMPLEd (double a, double b) { return __ledf2 (a, b) != 1; } in _COM_CMPLEd() 39 int _COM_CMPGEd (double a, double b) { return __gedf2 (a, b) != -1; } in _COM_CMPGEd() 40 int _COM_CMPEQd (double a, double b) { return __eqdf2 (a, b) == 0; } in _COM_CMPEQd() 41 int _COM_CMPNEd (double a, double b) { return __nedf2 (a, b) != 0; } in _COM_CMPNEd() 52 double _COM_CONVfd (float a) { return a; } in _COM_CONVfd() 53 float _COM_CONVdf (double a) { return a; } in _COM_CONVdf() 62 signed long long _COM_CONVd64s (double a) { return (signed long long) a; } in _COM_CONVd64s() 63 unsigned long long _COM_CONVd64u (double a) { return (unsigned long long) a; } in _COM_CONVd64u() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rx/ |
H A D | rx-abi-functions.c | 36 int _COM_CMPLTd (double a, double b) { return __ltdf2 (a, b) == -1; } in _COM_CMPLTd() 37 int _COM_CMPGTd (double a, double b) { return __gtdf2 (a, b) == 1; } in _COM_CMPGTd() 38 int _COM_CMPLEd (double a, double b) { return __ledf2 (a, b) != 1; } in _COM_CMPLEd() 39 int _COM_CMPGEd (double a, double b) { return __gedf2 (a, b) != -1; } in _COM_CMPGEd() 40 int _COM_CMPEQd (double a, double b) { return __eqdf2 (a, b) == 0; } in _COM_CMPEQd() 41 int _COM_CMPNEd (double a, double b) { return __nedf2 (a, b) != 0; } in _COM_CMPNEd() 52 double _COM_CONVfd (float a) { return a; } in _COM_CONVfd() 53 float _COM_CONVdf (double a) { return a; } in _COM_CONVdf() 62 signed long long _COM_CONVd64s (double a) { return (signed long long) a; } in _COM_CONVd64s() 63 unsigned long long _COM_CONVd64u (double a) { return (unsigned long long) a; } in _COM_CONVd64u() [all …]
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | pio.h | 76 __outb(volatile uint8_t *a, uint8_t v) in __outb() 83 __outw(volatile uint16_t *a, uint16_t v) in __outw() 90 __outl(volatile uint32_t *a, uint32_t v) in __outl() 97 __outwrb(volatile uint16_t *a, uint16_t v) in __outwrb() 104 __outlrb(volatile uint32_t *a, uint32_t v) in __outlrb() 111 __inb(volatile uint8_t *a) in __inb() 121 __inw(volatile uint16_t *a) in __inw() 131 __inl(volatile uint32_t *a) in __inl() 141 __inwrb(volatile uint16_t *a) in __inwrb() 151 __inlrb(volatile uint32_t *a) in __inlrb() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | testutil.h | 158 #define PRINTF_FORMAT(a, b) argument 166 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) argument 291 # define TEST_int_eq(a, b) test_int_eq(__FILE__, __LINE__, #a, #b, a, b) argument 292 # define TEST_int_ne(a, b) test_int_ne(__FILE__, __LINE__, #a, #b, a, b) argument 293 # define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b) argument 294 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) argument 295 # define TEST_int_gt(a, b) test_int_gt(__FILE__, __LINE__, #a, #b, a, b) argument 296 # define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b) argument 298 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) argument 299 # define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b) argument [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | testutil.h | 289 # define PRINTF_FORMAT(a, b) argument 299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) argument 429 # define TEST_int_eq(a, b) test_int_eq(__FILE__, __LINE__, #a, #b, a, b) argument 430 # define TEST_int_ne(a, b) test_int_ne(__FILE__, __LINE__, #a, #b, a, b) argument 431 # define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b) argument 432 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) argument 433 # define TEST_int_gt(a, b) test_int_gt(__FILE__, __LINE__, #a, #b, a, b) argument 434 # define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b) argument 436 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) argument 437 # define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b) argument [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | constant_time.h | 100 static ossl_inline unsigned int constant_time_msb(unsigned int a) in constant_time_msb() 106 static ossl_inline uint32_t constant_time_msb_32(uint32_t a) in constant_time_msb_32() 111 static ossl_inline uint64_t constant_time_msb_64(uint64_t a) in constant_time_msb_64() 116 static ossl_inline size_t constant_time_msb_s(size_t a) in constant_time_msb_s() 121 static ossl_inline unsigned int constant_time_lt(unsigned int a, in constant_time_lt() 127 static ossl_inline size_t constant_time_lt_s(size_t a, size_t b) in constant_time_lt_s() 132 static ossl_inline unsigned char constant_time_lt_8(unsigned int a, in constant_time_lt_8() 138 static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b) in constant_time_lt_64() 144 static ossl_inline BN_ULONG constant_time_msb_bn(BN_ULONG a) in constant_time_msb_bn() 149 static ossl_inline BN_ULONG constant_time_lt_bn(BN_ULONG a, BN_ULONG b) in constant_time_lt_bn() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
H A D | float128-hw.c | 42 __addkf3_hw (TFtype a, TFtype b) in __addkf3_hw() 48 __subkf3_hw (TFtype a, TFtype b) in __subkf3_hw() 54 __mulkf3_hw (TFtype a, TFtype b) in __mulkf3_hw() 60 __divkf3_hw (TFtype a, TFtype b) in __divkf3_hw() 66 __negkf2_hw (TFtype a) in __negkf2_hw() 72 __floatsikf_hw (SItype_ppc a) in __floatsikf_hw() 78 __floatunsikf_hw (USItype_ppc a) in __floatunsikf_hw() 84 __floatdikf_hw (DItype_ppc a) in __floatdikf_hw() 90 __floatundikf_hw (UDItype_ppc a) in __floatundikf_hw() 96 __fixkfsi_hw (TFtype a) in __fixkfsi_hw() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
H A D | float128-hw.c | 42 __addkf3_hw (TFtype a, TFtype b) in __addkf3_hw() 48 __subkf3_hw (TFtype a, TFtype b) in __subkf3_hw() 54 __mulkf3_hw (TFtype a, TFtype b) in __mulkf3_hw() 60 __divkf3_hw (TFtype a, TFtype b) in __divkf3_hw() 66 __negkf2_hw (TFtype a) in __negkf2_hw() 72 __floatsikf_hw (SItype_ppc a) in __floatsikf_hw() 78 __floatunsikf_hw (USItype_ppc a) in __floatunsikf_hw() 84 __floatdikf_hw (DItype_ppc a) in __floatdikf_hw() 90 __floatundikf_hw (UDItype_ppc a) in __floatundikf_hw() 96 __fixkfsi_hw (TFtype a) in __fixkfsi_hw() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
H A D | nds32_intrinsic.h | 513 #define __nds32__llw(a) \ argument 515 #define __nds32__lwup(a) \ argument 517 #define __nds32__lbup(a) \ argument 519 #define __nds32__scw(a, b) \ argument 521 #define __nds32__swup(a, b) \ argument 523 #define __nds32__sbup(a, b) \ argument 588 #define __nds32__jr_itoff(a) \ argument 590 #define __nds32__jr_toff(a) \ argument 592 #define __nds32__jral_iton(a) \ argument 594 #define __nds32__jral_ton(a) \ argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
H A D | nds32_intrinsic.h | 513 #define __nds32__llw(a) \ argument 515 #define __nds32__lwup(a) \ argument 517 #define __nds32__lbup(a) \ argument 519 #define __nds32__scw(a, b) \ argument 521 #define __nds32__swup(a, b) \ argument 523 #define __nds32__sbup(a, b) \ argument 588 #define __nds32__jr_itoff(a) \ argument 590 #define __nds32__jr_toff(a) \ argument 592 #define __nds32__jral_iton(a) \ argument 594 #define __nds32__jral_ton(a) \ argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | openacc.f90 | 167 type (*), dimension (*) :: a local 174 type (*), dimension (*) :: a local 185 type (*), dimension (*) :: a local 192 type (*), dimension (*) :: a local 203 type (*), dimension (*) :: a local 210 type (*), dimension (*) :: a local 221 type (*), dimension (*) :: a local 228 type (*), dimension (*) :: a local 239 type (*), dimension (*) :: a local 246 type (*), dimension (*) :: a local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | openacc.f90 | 167 type (*), dimension (*) :: a local 174 type (*), dimension (*) :: a local 185 type (*), dimension (*) :: a local 192 type (*), dimension (*) :: a local 203 type (*), dimension (*) :: a local 210 type (*), dimension (*) :: a local 221 type (*), dimension (*) :: a local 228 type (*), dimension (*) :: a local 239 type (*), dimension (*) :: a local 246 type (*), dimension (*) :: a local [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/ |
H A D | constant_time.h | 99 static ossl_inline unsigned int constant_time_msb(unsigned int a) in constant_time_msb() 105 static ossl_inline uint32_t constant_time_msb_32(uint32_t a) in constant_time_msb_32() 110 static ossl_inline uint64_t constant_time_msb_64(uint64_t a) in constant_time_msb_64() 115 static ossl_inline size_t constant_time_msb_s(size_t a) in constant_time_msb_s() 120 static ossl_inline unsigned int constant_time_lt(unsigned int a, in constant_time_lt() 126 static ossl_inline size_t constant_time_lt_s(size_t a, size_t b) in constant_time_lt_s() 131 static ossl_inline unsigned char constant_time_lt_8(unsigned int a, in constant_time_lt_8() 137 static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b) in constant_time_lt_64() 142 static ossl_inline unsigned int constant_time_ge(unsigned int a, in constant_time_ge() 148 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() [all …]
|