Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 4200) sorted by relevance

12345678910>>...168

/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-assign.cc38 mpz_class a(123), b; in check_mpz() local
48 mpz_class b; in check_mpz() local
55 mpz_class b; in check_mpz() local
72 mpz_class b; in check_mpz() local
77 mpz_class b; in check_mpz() local
82 mpz_class b; in check_mpz() local
89 mpz_class b; in check_mpz() local
96 mpz_class b; in check_mpz() local
103 mpz_class b; in check_mpz() local
110 mpz_class b; in check_mpz() local
[all …]
H A Dt-constr.cc49 mpz_class b(a); ASSERT_ALWAYS(b == -127); in check_mpz() local
55 mpz_class b(a); ASSERT_ALWAYS(b == 255); in check_mpz() local
69 mpz_class b(a); ASSERT_ALWAYS(b == 0); in check_mpz() local
73 mpz_class b(a); ASSERT_ALWAYS(b == -123); in check_mpz() local
77 mpz_class b(a); ASSERT_ALWAYS(b == 4567); in check_mpz() local
83 mpz_class b(a); ASSERT_ALWAYS(b == 890); in check_mpz() local
89 mpz_class b(a); ASSERT_ALWAYS(b == -12345); in check_mpz() local
95 mpz_class b(a); ASSERT_ALWAYS(b == 54321u); in check_mpz() local
101 mpz_class b(a); ASSERT_ALWAYS(b == -1234567890L); in check_mpz() local
107 mpz_class b(a); ASSERT_ALWAYS(b == 1073741824L); in check_mpz() local
[all …]
H A Dt-ops.cc39 mpz_class b; in check_mpz() local
46 mpz_class b; in check_mpz() local
53 mpz_class b; in check_mpz() local
60 mpz_class b; in check_mpz() local
69 mpz_class b; in check_mpz() local
74 mpz_class b; in check_mpz() local
81 int b = sgn(a); ASSERT_ALWAYS(b == 1); in check_mpz() local
85 int b = sgn(a); ASSERT_ALWAYS(b == 0); in check_mpz() local
89 int b = sgn(a); ASSERT_ALWAYS(b == -1); in check_mpz() local
97 mpz_class a(1), b(2); in check_mpz() local
[all …]
H A 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
55 signed int b = 3; in check_mpz() local
60 unsigned int b = 2; in check_mpz() local
66 double b = 3.0; in check_mpz() local
71 mpz_class b; in check_mpz() local
79 signed int b = 9; 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 …]
H A Dt-unary.cc38 mpz_class b(+a); ASSERT_ALWAYS(b == 1); in check_mpz() local
42 mpz_class b; in check_mpz() local
47 mpz_class b; in check_mpz() local
55 mpz_class b(-(-a)); ASSERT_ALWAYS(b == 1); in check_mpz() local
59 mpz_class b; in check_mpz() local
71 mpq_class b(+a); ASSERT_ALWAYS(b == 1); in check_mpq() local
75 mpq_class b; in check_mpq() local
83 mpq_class b(-(-a)); ASSERT_ALWAYS(b == 1); in check_mpq() local
87 mpq_class b; in check_mpq() local
99 mpf_class b(+a); ASSERT_ALWAYS(b == 1); in check_mpf() local
[all …]
H A Dt-ternary.cc42 mpz_class a(1), b(2), c(3); in check_mpz_1() local
47 mpz_class a(1), b(2), c(3); in check_mpz_1() local
60 mpz_class a(1), b(2); in check_mpz_2() local
66 mpz_class a(1), b(2); in check_mpz_2() local
80 mpz_class a(1), b(2); in check_mpz_3() local
86 mpz_class a(1), b(2); in check_mpz_3() local
100 mpz_class a(1), b(2), c(3); in check_mpz_4() local
106 mpz_class a(1), b(2), c(3); in check_mpz_4() local
120 mpz_class a(1), b(2), c(3); in check_mpz_5() local
126 mpz_class a(1), b(2), c(3); in check_mpz_5() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h98 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()
115 static inline vec_char16 vec_add(vec_char16 a, vec_bchar16 b) in vec_add()
120 static inline vec_ushort8 vec_add(vec_ushort8 a, vec_ushort8 b) in vec_add()
125 static inline vec_short8 vec_add(vec_short8 a, vec_short8 b) in vec_add()
130 static inline vec_short8 vec_add(vec_bshort8 a, vec_short8 b) in vec_add()
135 static inline vec_short8 vec_add(vec_short8 a, vec_bshort8 b) in vec_add()
140 static inline vec_uint4 vec_add(vec_uint4 a, vec_uint4 b) in vec_add()
145 static inline vec_int4 vec_add(vec_int4 a, vec_int4 b) in vec_add()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dbuffer.h148 #define isc_buffer_base(b) ((void *)(b) argument
124 ISC_BUFFER_VALID(b) global() argument
145 isc_buffer_base(b) global() argument
146 isc_buffer_current(b) global() argument
150 isc_buffer_used(b) global() argument
152 isc_buffer_length(b) global() argument
159 isc_buffer_usedlength(b) global() argument
160 isc_buffer_consumedlength(b) global() argument
161 isc_buffer_remaininglength(b) global() argument
162 isc_buffer_activelength(b) global() argument
163 isc_buffer_availablelength(b) global() argument
490 isc_buffer_init(isc_buffer_t * b,void * base,unsigned int length) isc_buffer_init() argument
504 isc_buffer_initnull(isc_buffer_t * b) isc_buffer_initnull() argument
539 isc_buffer_invalidate(isc_buffer_t * b) isc_buffer_invalidate() argument
562 isc_buffer_region(isc_buffer_t * b,isc_region_t * r) isc_buffer_region() argument
580 isc_buffer_usedregion(const isc_buffer_t * b,isc_region_t * r) isc_buffer_usedregion() argument
598 isc_buffer_availableregion(isc_buffer_t * b,isc_region_t * r) isc_buffer_availableregion() argument
616 isc_buffer_add(isc_buffer_t * b,unsigned int n) isc_buffer_add() argument
633 isc_buffer_subtract(isc_buffer_t * b,unsigned int n) isc_buffer_subtract() argument
658 isc_buffer_clear(isc_buffer_t * b) isc_buffer_clear() argument
676 isc_buffer_consumedregion(isc_buffer_t * b,isc_region_t * r) isc_buffer_consumedregion() argument
694 isc_buffer_remainingregion(isc_buffer_t * b,isc_region_t * r) isc_buffer_remainingregion() argument
712 isc_buffer_activeregion(isc_buffer_t * b,isc_region_t * r) isc_buffer_activeregion() argument
735 isc_buffer_setactive(isc_buffer_t * b,unsigned int n) isc_buffer_setactive() argument
754 isc_buffer_first(isc_buffer_t * b) isc_buffer_first() argument
770 isc_buffer_forward(isc_buffer_t * b,unsigned int n) isc_buffer_forward() argument
787 isc_buffer_back(isc_buffer_t * b,unsigned int n) isc_buffer_back() argument
807 isc_buffer_putuint8(isc_buffer_t * b,uint8_t val) isc_buffer_putuint8() argument
838 isc_buffer_putuint16(isc_buffer_t * b,uint16_t val) isc_buffer_putuint16() argument
870 isc_buffer_putuint24(isc_buffer_t * b,uint32_t val) isc_buffer_putuint24() argument
903 isc_buffer_putuint32(isc_buffer_t * b,uint32_t val) isc_buffer_putuint32() argument
937 isc_buffer_putuint48(isc_buffer_t * b,uint64_t val) isc_buffer_putuint48() argument
974 isc_buffer_putmem(isc_buffer_t * b,const unsigned char * base,unsigned int length) isc_buffer_putmem() argument
1006 isc_buffer_putstr(isc_buffer_t * b,const char * source) isc_buffer_putstr() argument
[all...]
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A 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/crypto/external/bsd/openssl.old/dist/test/
H A Dtestutil.h158 #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/external/gpl3/gcc/dist/libgcc/config/rx/
H A 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()
65 int _COM_CMPLTf (float a, float b) { return __ltsf2 (a, b) == -1; } in _COM_CMPLTf()
66 int _COM_CMPGTf (float a, float b) { return __gtsf2 (a, b) == 1; } in _COM_CMPGTf()
67 int _COM_CMPLEf (float a, float b) { return __lesf2 (a, b) != 1; } in _COM_CMPLEf()
68 int _COM_CMPGEf (float a, float b) { return __gesf2 (a, b) != -1; } in _COM_CMPGEf()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rx/
H A 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()
65 int _COM_CMPLTf (float a, float b) { return __ltsf2 (a, b) == -1; } in _COM_CMPLTf()
66 int _COM_CMPGTf (float a, float b) { return __gtsf2 (a, b) == 1; } in _COM_CMPGTf()
67 int _COM_CMPLEf (float a, float b) { return __lesf2 (a, b) != 1; } in _COM_CMPLEf()
68 int _COM_CMPGEf (float a, float b) { return __gesf2 (a, b) != -1; } in _COM_CMPGEf()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dbuffer.c30 isc__buffer_init(isc_buffer_t *b, void *base, unsigned int length) { in isc__buffer_init()
39 isc__buffer_initnull(isc_buffer_t *b) { in isc__buffer_initnull()
48 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length) { in isc_buffer_reinit()
71 isc__buffer_invalidate(isc_buffer_t *b) { in isc__buffer_invalidate()
79 isc_buffer_setautorealloc(isc_buffer_t *b, bool enable) { in isc_buffer_setautorealloc()
86 isc__buffer_region(isc_buffer_t *b, isc_region_t *r) { in isc__buffer_region()
94 isc__buffer_usedregion(const isc_buffer_t *b, isc_region_t *r) { in isc__buffer_usedregion()
102 isc__buffer_availableregion(isc_buffer_t *b, isc_region_t *r) { in isc__buffer_availableregion()
110 isc__buffer_add(isc_buffer_t *b, unsigned int n) { in isc__buffer_add()
118 isc__buffer_subtract(isc_buffer_t *b, unsigned int n) { in isc__buffer_subtract()
[all …]
/netbsd-src/sys/rump/include/rump/
H A 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/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32_intrinsic.h519 #define __nds32__scw(a, b) \ argument
521 #define __nds32__swup(a, b) \ argument
523 #define __nds32__sbup(a, b) \ argument
551 #define __nds32__cctlidx_write(subtype, b, idxw) \ argument
600 #define __nds32__svs(a, b) \ argument
602 #define __nds32__sva(a, b) \ argument
604 #define __nds32__dpref_qw(a, b, subtype) \ argument
606 #define __nds32__dpref_hw(a, b, subtype) \ argument
608 #define __nds32__dpref_w(a, b, subtype) \ argument
610 #define __nds32__dpref_dw(a, b, subtype) \ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32_intrinsic.h519 #define __nds32__scw(a, b) \ argument
521 #define __nds32__swup(a, b) \ argument
523 #define __nds32__sbup(a, b) \ argument
551 #define __nds32__cctlidx_write(subtype, b, idxw) \ argument
600 #define __nds32__svs(a, b) \ argument
602 #define __nds32__sva(a, b) \ argument
604 #define __nds32__dpref_qw(a, b, subtype) \ argument
606 #define __nds32__dpref_hw(a, b, subtype) \ argument
608 #define __nds32__dpref_w(a, b, subtype) \ argument
610 #define __nds32__dpref_dw(a, b, subtype) \ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dsat_arithmetic.c30 __hsail_sat_add_u8 (uint8_t a, uint8_t b) in __hsail_sat_add_u8()
40 __hsail_sat_add_u16 (uint16_t a, uint16_t b) in __hsail_sat_add_u16()
50 __hsail_sat_add_u32 (uint32_t a, uint32_t b) in __hsail_sat_add_u32()
59 __hsail_sat_add_u64 (uint64_t a, uint64_t b) in __hsail_sat_add_u64()
68 __hsail_sat_add_s8 (int8_t a, int8_t b) in __hsail_sat_add_s8()
80 __hsail_sat_add_s16 (int16_t a, int16_t b) in __hsail_sat_add_s16()
92 __hsail_sat_add_s32 (int32_t a, int32_t b) in __hsail_sat_add_s32()
101 __hsail_sat_add_s64 (int64_t a, int64_t b) in __hsail_sat_add_s64()
110 __hsail_sat_sub_u8 (uint8_t a, uint8_t b) in __hsail_sat_sub_u8()
120 __hsail_sat_sub_u16 (uint16_t a, uint16_t b) in __hsail_sat_sub_u16()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A 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/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A 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/external/bsd/libevent/dist/
H A Dopenssl-compat.h22 #define BIO_meth_set_write(b, f) (b)->bwrite = (f) argument
23 #define BIO_meth_set_read(b, f) (b)->bread = (f) argument
24 #define BIO_meth_set_puts(b, f) (b)->bputs = (f) argument
25 #define BIO_meth_set_ctrl(b, f) (b)->ctrl = (f) argument
26 #define BIO_meth_set_create(b, f) (b)->create = (f) argument
27 #define BIO_meth_set_destroy(b, f) (b)->destroy = (f) argument
29 #define BIO_set_init(b, val) (b)->init = (val) argument
30 #define BIO_set_data(b, val) (b)->ptr = (val) argument
31 #define BIO_set_shutdown(b, val) (b)->shutdown = (val) argument
32 #define BIO_get_init(b) (b)->init argument
[all …]
/netbsd-src/external/bsd/ntp/dist/include/
H A 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/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h182 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument
183 # define BIO_set_retry_special(b) \ argument
185 # define BIO_set_retry_read(b) \ argument
187 # define BIO_set_retry_write(b) \ argument
191 # define BIO_clear_retry_flags(b) \ argument
193 # define BIO_get_retry_flags(b) \ argument
358 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument
368 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0, \ argument
370 # define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1, \ argument
372 # define BIO_set_conn_address(b,addr) BIO_ctrl(b,BIO_C_SET_CONNECT,2, \ argument
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in176 # define BIO_get_ktls_send(b) \ argument
178 # define BIO_get_ktls_recv(b) \ argument
222 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument
223 # define BIO_set_retry_special(b) \ argument
225 # define BIO_set_retry_read(b) \ argument
227 # define BIO_set_retry_write(b) \ argument
231 # define BIO_clear_retry_flags(b) \ argument
233 # define BIO_get_retry_flags(b) \ argument
411 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument
421 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0, \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcheck.h57 #define CHECK(b) \ argument
62 #define CHECK(b) ::benchmark::internal::GetNullLogInstance() argument
67 #define CHECK_EQ(a, b) CHECK((a) == (b)) argument
68 #define CHECK_NE(a, b) CHECK((a) != (b)) argument
69 #define CHECK_GE(a, b) CHECK((a) >= (b)) argument
70 #define CHECK_LE(a, b) CHECK((a) <= (b)) argument
71 #define CHECK_GT(a, b) CHECK((a) > (b)) argument
72 #define CHECK_LT(a, b) CHECK((a) < (b)) argument
74 #define CHECK_FLOAT_EQ(a, b, eps) CHECK(std::fabs((a) - (b)) < (eps)) argument
75 #define CHECK_FLOAT_NE(a, b, eps) CHECK(std::fabs((a) - (b)) >= (eps)) argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcheck.h57 #define CHECK(b) \ argument
62 #define CHECK(b) ::benchmark::internal::GetNullLogInstance() argument
65 #define CHECK_EQ(a, b) CHECK((a) == (b)) argument
66 #define CHECK_NE(a, b) CHECK((a) != (b)) argument
67 #define CHECK_GE(a, b) CHECK((a) >= (b)) argument
68 #define CHECK_LE(a, b) CHECK((a) <= (b)) argument
69 #define CHECK_GT(a, b) CHECK((a) > (b)) argument
70 #define CHECK_LT(a, b) CHECK((a) < (b)) argument
72 #define CHECK_FLOAT_EQ(a, b, eps) CHECK(std::fabs((a) - (b)) < (eps)) argument
73 #define CHECK_FLOAT_NE(a, b, eps) CHECK(std::fabs((a) - (b)) >= (eps)) argument
[all …]

12345678910>>...168