Searched refs:UnaryMathFunction (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dcodegen.h90 typedef double (*UnaryMathFunction)(double x); typedef in namespace:v8::internal
92 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type);
93 UnaryMathFunction CreateSqrtFunction();
H A Dplatform-posix.cc133 static UnaryMathFunction fast_##name##_function = NULL; \
H A Dplatform-win32.cc207 static UnaryMathFunction fast_##name##_function = NULL; \
/external/v8/src/x64/
H A Dcodegen-x64.cc58 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
98 return FUNCTION_CAST<UnaryMathFunction>(buffer);
102 UnaryMathFunction CreateSqrtFunction() {
122 return FUNCTION_CAST<UnaryMathFunction>(buffer);
/external/v8/src/arm/
H A Dcodegen-arm.cc40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
52 UnaryMathFunction CreateSqrtFunction() {
/external/v8/src/ia32/
H A Dcodegen-ia32.cc60 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
101 return FUNCTION_CAST<UnaryMathFunction>(buffer);
105 UnaryMathFunction CreateSqrtFunction() {
134 return FUNCTION_CAST<UnaryMathFunction>(buffer);
/external/v8/src/mips/
H A Dcodegen-mips.cc40 UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
52 UnaryMathFunction CreateSqrtFunction() {

Completed in 95 milliseconds