Searched refs:e0 (Results 1 – 3 of 3) sorted by relevance
| /third_party/ulib/jemalloc/test/integration/ |
| A D | thread_tcache_enabled.c | 16 bool e0, e1; in thd_start() local 29 if (e0) { in thd_start() 33 assert_true(e0, "tcache should be enabled"); in thd_start() 39 assert_false(e0, "tcache should be disabled"); in thd_start() 44 assert_true(e0, "tcache should be enabled"); in thd_start() 49 assert_true(e0, "tcache should be enabled"); in thd_start() 54 assert_false(e0, "tcache should be disabled"); in thd_start() 60 assert_false(e0, "tcache should be disabled"); in thd_start() 66 assert_true(e0, "tcache should be enabled"); in thd_start() 72 assert_true(e0, "tcache should be enabled"); in thd_start() [all …]
|
| /third_party/ulib/musl/third_party/math/ |
| A D | __rem_pio2f.c | 49 int n, sign, e0; in __rem_pio2f() local 66 e0 = (ix >> 23) - (0x7f + 23); /* e0 = ilogb(|x|)-23, positive */ in __rem_pio2f() 67 u.i = ix - (e0 << 23); in __rem_pio2f() 69 n = __rem_pio2_large(tx, ty, e0, 1, 0); in __rem_pio2f()
|
| A D | __rem_pio2_large.c | 236 int __rem_pio2_large(double* x, double* y, int e0, int nx, int prec) { in __rem_pio2_large() argument 246 jv = (e0 - 3) / 24; in __rem_pio2_large() 249 q0 = e0 - 24 * (jv + 1); in __rem_pio2_large()
|
Completed in 7 milliseconds