Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 4266) sorted by relevance

12345678910>>...171

/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-assign.cc38 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 …]
Dt-constr.cc37 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 …]
Dt-ops.cc38 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 …]
Dt-binary.cc37 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 …]
Dt-unary.cc37 mpz_class a(1); in check_mpz() local
41 mpz_class a(2); in check_mpz() local
46 mpz_class a(3); in check_mpz() local
54 mpz_class a(1); in check_mpz() local
58 mpz_class a(2); in check_mpz() local
70 mpq_class a(1); in check_mpq() local
74 mpq_class a(2); in check_mpq() local
82 mpq_class a(1); in check_mpq() local
86 mpq_class a(2); in check_mpq() local
98 mpf_class a(1); in check_mpf() local
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dspu2vmx.h35 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/include/
Dtgmath.h42 #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/crypto/external/bsd/openssl/dist/crypto/ts/
Dts_rsp_utils.c17 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 …]
Dts_req_utils.c17 int TS_REQ_set_version(TS_REQ *a, long version) in TS_REQ_set_version()
22 long TS_REQ_get_version(const TS_REQ *a) in TS_REQ_get_version()
27 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint) in TS_REQ_set_msg_imprint()
43 TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a) in TS_REQ_get_msg_imprint()
48 int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg) in TS_MSG_IMPRINT_set_algo()
64 X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a) in TS_MSG_IMPRINT_get_algo()
69 int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len) in TS_MSG_IMPRINT_set_msg()
74 ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a) in TS_MSG_IMPRINT_get_msg()
79 int TS_REQ_set_policy_id(TS_REQ *a, const ASN1_OBJECT *policy) in TS_REQ_set_policy_id()
95 ASN1_OBJECT *TS_REQ_get_policy_id(TS_REQ *a) in TS_REQ_get_policy_id()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rx/
Drx-abi-functions.c36 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/
Dpio.h76 __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/dist/test/
Dtestutil.h289 # 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/external/gpl3/gcc/dist/libgcc/config/rs6000/
Dfloat128-hw.c42 __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/bsd/libarchive/dist/libarchive/
Darchive_virtual.c33 archive_filter_code(struct archive *a, int n) in archive_filter_code()
39 archive_filter_count(struct archive *a) in archive_filter_count()
45 archive_filter_name(struct archive *a, int n) in archive_filter_name()
51 archive_filter_bytes(struct archive *a, int n) in archive_filter_bytes()
57 archive_free(struct archive *a) in archive_free()
65 archive_write_close(struct archive *a) in archive_write_close()
71 archive_read_close(struct archive *a) in archive_read_close()
77 archive_write_fail(struct archive *a) in archive_write_fail()
84 archive_write_free(struct archive *a) in archive_write_free()
92 archive_write_finish(struct archive *a) in archive_write_finish()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dopenacc.f90167 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/lib/libc/arch/sparc64/softfloat/
Dqp.c66 _Qp_add(float128 *c, float128 *a, float128 *b) in _Qp_add()
73 _Qp_cmp(float128 *a, float128 *b) in _Qp_cmp()
90 _Qp_cmpe(float128 *a, float128 *b) in _Qp_cmpe()
97 _Qp_div(float128 *c, float128 *a, float128 *b) in _Qp_div()
104 _Qp_dtoq(float128 *c, double a) in _Qp_dtoq()
114 _Qp_feq(float128 *a, float128 *b) in _Qp_feq()
121 _Qp_fge(float128 *a, float128 *b) in _Qp_fge()
128 _Qp_fgt(float128 *a, float128 *b) in _Qp_fgt()
135 _Qp_fle(float128 *a, float128 *b) in _Qp_fle()
142 _Qp_flt(float128 *a, float128 *b) in _Qp_flt()
[all …]
/netbsd/src/sys/rump/include/rump/
Drump_syscallshotgun.h38 #define socket(a,b,c) rump_sys_socket(a,b,c) argument
39 #define accept(a,b,c) rump_sys_accept(a,b,c) argument
40 #define bind(a,b,c) rump_sys_bind(a,b,c) argument
41 #define connect(a,b,c) rump_sys_connect(a,b,c) argument
42 #define getpeername(a,b,c) rump_sys_getpeername(a,b,c) argument
43 #define getsockname(a,b,c) rump_sys_getsockname(a,b,c) argument
44 #define listen(a,b) rump_sys_listen(a,b) argument
45 #define recvfrom(a,b,c,d,e,f) rump_sys_recvfrom(a,b,c,d,e,f) argument
46 #define recvmsg(a,b,c) rump_sys_recvmsg(a,b,c) argument
47 #define sendto(a,b,c,d,e,f) rump_sys_sendto(a,b,c,d,e,f) argument
[all …]
/netbsd/src/regress/lib/libc/ieeefp/testfloat/
Dsystfloat.c106 float32 syst_int32_to_float32( int32 a ) in syst_int32_to_float32()
114 float64 syst_int32_to_float64( int32 a ) in syst_int32_to_float64()
124 floatx80 syst_int32_to_floatx80( int32 a ) in syst_int32_to_floatx80()
136 float128 syst_int32_to_float128( int32 a ) in syst_int32_to_float128()
148 float32 syst_int64_to_float32( int64 a ) in syst_int64_to_float32()
155 float64 syst_int64_to_float64( int64 a ) in syst_int64_to_float64()
164 floatx80 syst_int64_to_floatx80( int64 a ) in syst_int64_to_floatx80()
175 float128 syst_int64_to_float128( int64 a ) in syst_int64_to_float128()
186 int32 syst_float32_to_int32_round_to_zero( float32 a ) in syst_float32_to_int32_round_to_zero()
196 int64 syst_float32_to_int64_round_to_zero( float32 a ) in syst_float32_to_int64_round_to_zero()
[all …]
/netbsd/src/sys/arch/x68k/include/
Dloadfile_machdep.h46 #define LOADADDR(a) ((a) + offset) argument
47 #define ALIGNENTRY(a) 0 argument
51 #define WARN(a) do { \ argument
59 #define PROGRESS(a) (void) printf a argument
60 #define ALLOC(a) alloc(a) argument
61 #define DEALLOC(a, b) dealloc(a, b) argument
62 #define OKMAGIC(a) (((a) == NMAGIC) || ((a) == OMAGIC)) argument
64 #define LOADADDR(a) ((a) + offset) argument
65 #define ALIGNENTRY(a) 0 argument
69 #define WARN(a) /* nothing */ argument
[all …]
/netbsd/src/sys/arch/arc/include/
Dpio.h39 #define outb(a,v) (*(volatile unsigned char*)(a) = (v)) argument
40 #define outw(a,v) (*(volatile unsigned short*)(a) = (v)) argument
41 #define out16(a,v) outw(a,v) argument
42 #define outl(a,v) (*(volatile unsigned int*)(a) = (v)) argument
43 #define out32(a,v) outl(a,v) argument
44 #define inb(a) (*(volatile unsigned char*)(a)) argument
45 #define inw(a) (*(volatile unsigned short*)(a)) argument
46 #define in16(a) inw(a) argument
47 #define inl(a) (*(volatile unsigned int*)(a)) argument
48 #define in32(a) inl(a) argument
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_unixtime.h14 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a)) argument
15 # define SETTIMEOFDAY(a, b) (node_settime(&ntp_node, a)) argument
16 # define ADJTIMEOFDAY(a, b) (node_adjtime(&ntp_node, a, b)) argument
18 # define ADJTIMEOFDAY(a, b) (adjtime(a, b)) argument
23 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) argument
24 # define SETTIMEOFDAY(a, b) (settimeofday(a, b)) argument
27 # define GETTIMEOFDAY(a, b) (gettimeofday(a)) argument
28 # define SETTIMEOFDAY(a, b) (settimeofday(a)) argument
31 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) argument
32 # define SETTIMEOFDAY(a, b) (settimeofday_NT(a)) argument
[all …]
/netbsd/src/external/bsd/am-utils/dist/include/
Dnfs_common.h48 #define GET_ACREGMIN(nap, a) nap->acregmin = a.acregmin; argument
49 #define PUT_ACREGMIN(nap, a) a.acregmin = nap->acregmin; argument
51 #define GET_ACREGMIN(nap, a) argument
52 #define PUT_ACREGMIN(nap, a) argument
55 #define GET_ACREGMAX(nap, a) nap->acregmax = a.acregmax; argument
56 #define PUT_ACREGMAX(nap, a) a.acregmax = nap->acregmax; argument
58 #define GET_ACREGMAX(nap, a) argument
59 #define PUT_ACREGMAX(nap, a) argument
63 #define GET_ACDIRMIN(nap, a) nap->acdirmin = a.acdirmin; argument
64 #define PUT_ACDIRMIN(nap, a) a.acdirmin = nap->acdirmin; argument
[all …]
/netbsd/src/sys/arch/sh3/include/
Ddevreg.h38 #define _reg_read_1(a) (*(volatile uint8_t *)((vaddr_t)(a))) argument
39 #define _reg_read_2(a) (*(volatile uint16_t *)((vaddr_t)(a))) argument
40 #define _reg_read_4(a) (*(volatile uint32_t *)((vaddr_t)(a))) argument
41 #define _reg_write_1(a, v) \ argument
43 #define _reg_write_2(a, v) \ argument
45 #define _reg_write_4(a, v) \ argument
47 #define _reg_bset_1(a, v) \ argument
49 #define _reg_bset_2(a, v) \ argument
51 #define _reg_bset_4(a, v) \ argument
53 #define _reg_bclr_1(a, v) \ argument
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dtic6x-insn-formats.h23 #define SAT(a) (((a) & 1) << TIC6X_COMPACT_SAT_POS) argument
24 #define BR(a) (((a) & 1) << TIC6X_COMPACT_BR_POS) argument
25 #define DSZ(a) (((a) & 7) << TIC6X_COMPACT_DSZ_POS) argument
28 #define BFLD1(a) 1, { a } argument
29 #define BFLD2(a, b) 2, { a, b } argument
30 #define BFLD3(a, b, c) 3, { a, b, c } argument
31 #define BFLD4(a, b, c, d) 4, { a, b, c, d } argument
36 #define CFLDS2(a, b) 5, { CFLDS, a, b } argument
37 #define CFLDS3(a, b, c) 6, { CFLDS, a, b, c } argument
38 #define CFLDS4(a, b, c, d) 7, { CFLDS, a, b, c, d } argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dtic6x-insn-formats.h23 #define SAT(a) (((a) & 1) << TIC6X_COMPACT_SAT_POS) argument
24 #define BR(a) (((a) & 1) << TIC6X_COMPACT_BR_POS) argument
25 #define DSZ(a) (((a) & 7) << TIC6X_COMPACT_DSZ_POS) argument
28 #define BFLD1(a) 1, { a } argument
29 #define BFLD2(a, b) 2, { a, b } argument
30 #define BFLD3(a, b, c) 3, { a, b, c } argument
31 #define BFLD4(a, b, c, d) 4, { a, b, c, d } argument
36 #define CFLDS2(a, b) 5, { CFLDS, a, b } argument
37 #define CFLDS3(a, b, c) 6, { CFLDS, a, b, c } argument
38 #define CFLDS4(a, b, c, d) 7, { CFLDS, a, b, c, d } argument
[all …]

12345678910>>...171