Searched refs:UNARY_MATH_FUNCTION (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | platform-posix.cc | 132 #define UNARY_MATH_FUNCTION(name, generator) \ macro 141 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN)) in UNARY_MATH_FUNCTION() function 142 UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS)) in UNARY_MATH_FUNCTION() 143 UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN)) in UNARY_MATH_FUNCTION() 144 UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG)) in UNARY_MATH_FUNCTION() 145 UNARY_MATH_FUNCTION(sqrt, CreateSqrtFunction()) in UNARY_MATH_FUNCTION()
|
D | platform-win32.cc | 206 #define UNARY_MATH_FUNCTION(name, generator) \ macro 215 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN)) in UNARY_MATH_FUNCTION() function 216 UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS)) in UNARY_MATH_FUNCTION() 217 UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN)) in UNARY_MATH_FUNCTION() 218 UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG)) in UNARY_MATH_FUNCTION() 219 UNARY_MATH_FUNCTION(sqrt, CreateSqrtFunction()) in UNARY_MATH_FUNCTION()
|