Home
last modified time | relevance | path

Searched refs:CreateTranscendentalFunction (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dplatform-posix.cc141 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN)) in UNARY_MATH_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()
Dcodegen.h92 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type);
Dplatform-win32.cc215 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN)) in UNARY_MATH_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()
/external/v8/src/arm/
Dcodegen-arm.cc40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { in CreateTranscendentalFunction() function
/external/v8/src/mips/
Dcodegen-mips.cc40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { in CreateTranscendentalFunction() function
/external/v8/src/x64/
Dcodegen-x64.cc58 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { in CreateTranscendentalFunction() function
/external/v8/src/ia32/
Dcodegen-ia32.cc60 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { in CreateTranscendentalFunction() function