Searched refs:cbp (Results 1 – 25 of 28) sorted by relevance
12
/glibc-2.36/rt/ |
D | tst-aio.c | 101 do_wait (struct aiocb **cbp, size_t nent, int allowed_err) in do_wait() argument 109 aio_suspend ((const struct aiocb *const *) cbp, nent, NULL); in do_wait() 112 if (cbp[cnt] != NULL) in do_wait() 114 if (aio_error (cbp[cnt]) == EINPROGRESS) in do_wait() 118 if (aio_return (cbp[cnt]) == -1 in do_wait() 120 || aio_error (cbp[cnt]) != allowed_err)) in do_wait() 122 error (0, aio_error (cbp[cnt]), "Operation failed\n"); in do_wait() 125 cbp[cnt] = NULL; in do_wait() 140 struct aiocb *cbp[10]; in do_test() local 156 cbp[cnt] = &cbs[cnt]; in do_test() [all …]
|
D | tst-aio64.c | 102 do_wait (struct aiocb64 **cbp, size_t nent, int allowed_err) in do_wait() argument 110 aio_suspend64 ((const struct aiocb64 *const *) cbp, nent, NULL); in do_wait() 113 if (cbp[cnt] != NULL) in do_wait() 115 if (aio_error64 (cbp[cnt]) == EINPROGRESS) in do_wait() 119 if (aio_return64 (cbp[cnt]) == -1 in do_wait() 121 || aio_error64 (cbp[cnt]) != allowed_err)) in do_wait() 123 error (0, aio_error64 (cbp[cnt]), "Operation failed\n"); in do_wait() 126 cbp[cnt] = NULL; in do_wait() 141 struct aiocb64 *cbp[10]; in do_test() local 157 cbp[cnt] = &cbs[cnt]; in do_test() [all …]
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | libmvec-hypotf-inputs | 3064 -0x1.0d490cp+2, 0x1.899cbp+3 4013 -0x1.0554bep+3, 0x1.952cbp+2
|
D | libmvec-powf-inputs | 1326 0x1.8f62e2p+4, 0x1.091cbp+0 1704 0x1.772cbp+3, -0x1.3fc272p+3
|
D | libmvec-log10f-inputs | 3105 0x1.800cbp+4
|
D | libmvec-log2f-inputs | 3105 0x1.800cbp+4
|
D | libmvec-tanh-inputs | 1145 0x1.60342384077cbp+1
|
D | libmvec-erfc-inputs | 1145 0x1.60342384077cbp+0
|
D | libmvec-exp-inputs | 1145 0x1.60342384077cbp+4
|
D | libmvec-exp10-inputs | 1145 0x1.60342384077cbp+4
|
D | libmvec-exp2-inputs | 1145 0x1.60342384077cbp+4
|
D | libmvec-acosh-inputs | 701 0x1.80342384077cbp+3
|
D | libmvec-asinh-inputs | 1145 0x1.60342384077cbp+1
|
D | libmvec-atan-inputs | 1145 0x1.60342384077cbp+2
|
D | libmvec-cosh-inputs | 1145 0x1.60342384077cbp+5
|
D | libmvec-erf-inputs | 1145 0x1.60342384077cbp+0
|
D | libmvec-expm1-inputs | 1145 0x1.60342384077cbp+4
|
D | libmvec-log1pf-inputs | 3105 0x1.700cbp+4
|
D | libmvec-logf-inputs | 3105 0x1.800cbp+4
|
D | libmvec-sinh-inputs | 1145 0x1.60342384077cbp+5
|
D | libmvec-atan2-inputs | 575 0x1.60342384077cbp+2, -0x1.a5ffd2292d3b4p+0
|
D | libmvec-pow-inputs | 444 0x1.60342384077cbp+5, -0x1.a5ffd2292d3b4p+2
|
/glibc-2.36/benchtests/ |
D | powf-inputs | 2463 0x1.186cbp+9, 0x1.d1746p-1
|
D | sinf-inputs | 3348 -0x7.694cbp+0
|
/glibc-2.36/math/ |
D | auto-libm-test-out-erfc | 3639 = erfc downward binary32 0x1.64dafap+0 : 0xc.766cbp-8 : inexact-ok 3641 = erfc towardzero binary32 0x1.64dafap+0 : 0xc.766cbp-8 : inexact-ok
|
12