Home | History | Annotate | Download | only in src

Lines Matching refs:TranscendentalCache

1589 class TranscendentalCache {
1593 explicit TranscendentalCache(Type t);
1598 TranscendentalCache* cache = caches_[type];
1600 caches_[type] = cache = new TranscendentalCache(type);
1680 static TranscendentalCache* caches_[kNumberOfCaches];