UNARY_MATH_FUNCTION  142 src/platform-posix.cc UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
UNARY_MATH_FUNCTION  143 src/platform-posix.cc UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN))
UNARY_MATH_FUNCTION  144 src/platform-posix.cc UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG))
UNARY_MATH_FUNCTION  145 src/platform-posix.cc UNARY_MATH_FUNCTION(sqrt, CreateSqrtFunction())
UNARY_MATH_FUNCTION  199 src/platform-win32.cc UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
UNARY_MATH_FUNCTION  200 src/platform-win32.cc UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN))
UNARY_MATH_FUNCTION  201 src/platform-win32.cc UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG))
UNARY_MATH_FUNCTION  202 src/platform-win32.cc UNARY_MATH_FUNCTION(sqrt, CreateSqrtFunction())