UNARY_MATH_FUNCTION  132 src/platform-posix.cc #define UNARY_MATH_FUNCTION(name, generator)             \
UNARY_MATH_FUNCTION  141 src/platform-posix.cc UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN))
UNARY_MATH_FUNCTION  189 src/platform-win32.cc #define UNARY_MATH_FUNCTION(name, generator)             \
UNARY_MATH_FUNCTION  198 src/platform-win32.cc UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN))