Lines Matching refs:TranscendentalCache
3259 ASSERT(IsPowerOf2(TranscendentalCache::SubCache::kCacheSize)); in Generate()
3260 __ And(r1, r1, Operand(TranscendentalCache::SubCache::kCacheSize - 1)); in Generate()
3280 { TranscendentalCache::SubCache::Element test_elem[2]; in Generate()
3399 case TranscendentalCache::SIN: in GenerateCallCFunction()
3403 case TranscendentalCache::COS: in GenerateCallCFunction()
3407 case TranscendentalCache::TAN: in GenerateCallCFunction()
3411 case TranscendentalCache::LOG: in GenerateCallCFunction()
3426 case TranscendentalCache::SIN: return Runtime::kMath_sin; in RuntimeFunction()
3427 case TranscendentalCache::COS: return Runtime::kMath_cos; in RuntimeFunction()
3428 case TranscendentalCache::TAN: return Runtime::kMath_tan; in RuntimeFunction()
3429 case TranscendentalCache::LOG: return Runtime::kMath_log; in RuntimeFunction()