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

  /external/v8/src/
codegen.h 90 typedef double (*UnaryMathFunction)(double x);
92 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type);
93 UnaryMathFunction CreateSqrtFunction();
platform-posix.cc 133 static UnaryMathFunction fast_##name##_function = NULL; \
platform-win32.cc 207 static UnaryMathFunction fast_##name##_function = NULL; \
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 58 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
98 return FUNCTION_CAST<UnaryMathFunction>(buffer);
102 UnaryMathFunction CreateSqrtFunction() {
122 return FUNCTION_CAST<UnaryMathFunction>(buffer);
  /external/v8/src/arm/
codegen-arm.cc 40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
52 UnaryMathFunction CreateSqrtFunction() {
  /external/v8/src/ia32/
codegen-ia32.cc 60 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
101 return FUNCTION_CAST<UnaryMathFunction>(buffer);
105 UnaryMathFunction CreateSqrtFunction() {
134 return FUNCTION_CAST<UnaryMathFunction>(buffer);
  /external/v8/src/mips/
codegen-mips.cc 40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
52 UnaryMathFunction CreateSqrtFunction() {

Completed in 1103 milliseconds