Home
last modified time | relevance | path

Searched refs:kln2 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A D__expo2.c5 static const double kln2 = 0x1.62066151add8bp+10; variable
15 return exp(x - kln2) * scale * scale; in __expo2()
H A D__expo2f.c5 static const float kln2 = 0x1.45c778p+7f; variable
15 return expf(x - kln2) * scale * scale; in __expo2f()