Searched refs:CreateTranscendentalFunction (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/
H A Dcodegen.h92 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type);
H A Dplatform-posix.cc141 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))
H A Dplatform-win32.cc215 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))
/external/chromium_org/v8/src/
H A Dcodegen.h92 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type);
H A Dplatform-posix.cc305 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN))
306 UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
307 UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN))
308 UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG))
H A Dplatform-win32.cc199 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN))
200 UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
201 UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN))
202 UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG))
/external/v8/src/arm/
H A Dcodegen-arm.cc40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { function in namespace:v8::internal
/external/v8/src/mips/
H A Dcodegen-mips.cc40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { function in namespace:v8::internal
/external/v8/src/x64/
H A Dcodegen-x64.cc58 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { function in namespace:v8::internal
/external/chromium_org/v8/src/mips/
H A Dcodegen-mips.cc40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { function in namespace:v8::internal
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc58 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { function in namespace:v8::internal
/external/v8/src/ia32/
H A Dcodegen-ia32.cc60 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { function in namespace:v8::internal
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { function in namespace:v8::internal
/external/chromium_org/v8/src/ia32/
H A Dcodegen-ia32.cc60 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { function in namespace:v8::internal

Completed in 600 milliseconds