Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-libm/
H A Dlog10.c36 * ivln10 = 1/log(10) rounded.
41 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*log(x))
65 #define ivln10 4.34294481903251816668e-01 /* 0x3FDBCB7B, 0x1526E50E */ macro
108 z = y * log10_2lo + ivln10 * log (temp.dbl); in log10()
114 #undef ivln10 macro
/third_party/node/deps/v8/src/base/
H A Dieee754.cc2055 * ivln10 = 1/log(10) rounded.
2060 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*log(x))
2078 ivln10 = 4.34294481903251816668e-01, in log10() local
2111 double z = y * log10_2lo + ivln10 * log(x); in log10()

Completed in 6 milliseconds