HomeSort by relevance Sort by last modified time
    Searched refs:CreateTranscendentalFunction (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
codegen.h 92 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type);
platform-posix.cc 141 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))
platform-win32.cc 215 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))
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
  /external/v8/src/mips/
codegen-mips.cc 40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
  /external/v8/src/x64/
codegen-x64.cc 58 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
  /external/v8/src/ia32/
codegen-ia32.cc 60 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {

Completed in 446 milliseconds