Home
last modified time | relevance | path

Searched refs:ln2LO (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-libm/
H A Dexp.c102 static const double ln2LO[2] = variable
161 lo = ln2LO[xsb]; in exp()
169 lo = t * ln2LO[0]; in exp()
/third_party/node/deps/v8/src/base/
H A Dieee754.cc1451 ln2LO[2] = {1.90821492927058770002e-10, /* 0x3DEA39EF, 0x35793C76 */ in exp() local
1497 lo = ln2LO[xsb]; in exp()
1503 lo = t * ln2LO[0]; in exp()

Completed in 6 milliseconds