Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h1591 enum Type {ACOS, ASIN, ATAN, COS, EXP, LOG, SIN, TAN, kNumberOfCaches}; enumerator
1634 case ACOS: in Calculate()
Druntime.cc4654 return TranscendentalCache::Get(TranscendentalCache::ACOS, x); in Runtime_Math_acos()