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

/haiku/src/system/libroot/posix/musl/math/
H A Dlog10l.c116 #define SQRTH 0.70710678118654752440L macro
142 if (x < SQRTH) { /* 2(2x-1)/(2x+1) */
158 if (x < SQRTH) {
H A Dlog1pl.c102 #define SQRTH 0.70710678118654752440L macro
132 if (x < SQRTH) { /* 2(2x-1)/(2x+1) */
151 if (x < SQRTH) {
H A Dlog2l.c107 #define SQRTH 0.70710678118654752440L macro
134 if (x < SQRTH) { /* 2(2x-1)/(2x+1) */
150 if (x < SQRTH) {
H A Dlogl.c106 #define SQRTH 0.70710678118654752440L macro
133 if (x < SQRTH) { /* 2(2x-1)/(2x+1) */
152 if (x < SQRTH) {

Completed in 39 milliseconds