HomeSort by relevance Sort by last modified time
    Searched refs:UNARY_MATH_FUNCTION (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
platform-posix.cc 132 #define UNARY_MATH_FUNCTION(name, generator) \
141 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN))
142 UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
143 UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN))
144 UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG))
145 UNARY_MATH_FUNCTION(sqrt, CreateSqrtFunction())
platform-win32.cc 206 #define UNARY_MATH_FUNCTION(name, generator) \
215 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN))
216 UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
217 UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN))
218 UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG))
219 UNARY_MATH_FUNCTION(sqrt, CreateSqrtFunction())
    [all...]

Completed in 35 milliseconds