Home
last modified time | relevance | path

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

/external/v8/src/base/
Dieee754.cc2592 static const double KCOSH_OVERFLOW = 710.4758600739439; in cosh() local
2621 if (fabs(x) <= KCOSH_OVERFLOW) { in cosh()