Searched refs:e0 (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dthread_tcache_enabled.c16 bool e0, e1; local
19 if ((err = mallctl("thread.tcache.enabled", (void *)&e0, &sz, NULL,
29 if (e0) {
31 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz,
33 assert_true(e0, "tcache should be enabled");
37 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz,
39 assert_false(e0, "tcache should be disabled");
42 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz,
44 assert_true(e0, "tcache should be enabled");
47 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0,
[all...]
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A D__rem_pio2f.c49 int n, sign, e0; local
66 e0 = (ix >> 23) - (0x7f + 23); /* e0 = ilogb(|x|)-23, positive */
67 u.i = ix - (e0 << 23);
69 n = __rem_pio2_large(tx, ty, e0, 1, 0);
H A D__rem_pio2_large.c13 * __rem_pio2_large(x,y,e0,nx,prec)
14 * double x[],y[]; int e0,nx,prec;
32 * of x[0] is given in input parameter e0 (i.e., x[0]*2^e0
36 * e0 = ilogb(z)-23
37 * z = scalbn(z,-e0)
58 * e0 The exponent of x[0]. Must be <= 16360 or you need to
91 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8
93 * e0-3-24*jv >= 0 or (e0
236 __rem_pio2_large(double* x, double* y, int e0, int nx, int prec) argument
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dmath.h149 * r + 3.3871328727963666080e0) /
169 1.27045825245236838258e0) * r +
170 3.64784832476320460504e0) * r +
171 5.76949722146069140550e0) * r +
172 4.63033784615654529590e0) * r +
173 1.42343711074968357734e0) /
179 1.67638483018380384940e0) * r +
180 2.05319162663775882187e0) * r + 1.0));
189 1.78482653991729133580e0) * r +
190 5.46378491116411436990e0) *
[all...]

Completed in 38 milliseconds