Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-libm/
Dexp.c97 static const double ln2HI[2] = variable
160 hi = x - ln2HI[xsb]; in exp()
168 hi = x - t * ln2HI[0]; /* t * ln2HI is exact here */ in exp()