Searched refs:B1 (Results 1 - 3 of 3) sorted by path

/haiku/src/system/libroot/posix/musl/math/
H A Dcbrt.c22 B1 = 715094163, /* B1 = (1023-1023/3-0.03306235651)*2**20 */ variable
64 hx = hx/3 + B1;
H A Dcbrtf.c24 B1 = 709958130, /* B1 = (127-127.0/3-0.03306235651)*2**23 */ variable
44 hx = hx/3 + B1;
H A Dcbrtl.c26 static const unsigned B1 = 709958130; /* B1 = (127-127.0/3-0.03306235651)*2**23 */ variable
79 uft.i = (uft.i & 0x7fffffff)/3 + B1;

Completed in 60 milliseconds