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

  /external/chromium_org/v8/src/
codegen.h 92 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type);
platform-posix.cc 278 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN))
279 UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
280 UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN))
281 UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG))
platform-win32.cc 213 UNARY_MATH_FUNCTION(sin, CreateTranscendentalFunction(TranscendentalCache::SIN))
214 UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
215 UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN))
216 UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG))
    [all...]
  /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/chromium_org/v8/src/mips/
codegen-mips.cc 40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
  /external/chromium_org/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) {
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 60 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
    [all...]

Completed in 222 milliseconds