Searched refs:LOG2EL (Results 1 – 2 of 2) sorted by relevance
92 static const long double LOG2EL = 1.4426950408889634073599E0L; variable118 px = floorl( LOG2EL * x + 0.5L ); /* floor() truncates toward -infinity. */ in expl()
100 static const long double LOG2EL = 1.442695040888963407359924681001892137426646L; variable134 px = floorl( LOG2EL * x + 0.5L ); /* floor() truncates toward -infinity. */ in expl()