OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnaryMathFunction
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/v8/src/
codegen.h
90
typedef double (*
UnaryMathFunction
)(double x);
92
UnaryMathFunction
CreateTranscendentalFunction(TranscendentalCache::Type type);
93
UnaryMathFunction
CreateExpFunction();
94
UnaryMathFunction
CreateSqrtFunction();
platform-posix.cc
297
static
UnaryMathFunction
fast_##name##_function = NULL; \
platform-win32.cc
191
static
UnaryMathFunction
fast_##name##_function = NULL; \
[
all
...]
/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/chromium_org/v8/src/x64/
codegen-x64.cc
58
UnaryMathFunction
CreateTranscendentalFunction(TranscendentalCache::Type type) {
98
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
102
UnaryMathFunction
CreateExpFunction() {
129
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
133
UnaryMathFunction
CreateSqrtFunction() {
153
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
/external/v8/src/arm/
codegen-arm.cc
40
UnaryMathFunction
CreateTranscendentalFunction(TranscendentalCache::Type type) {
52
UnaryMathFunction
CreateSqrtFunction() {
/external/chromium_org/v8/src/mips/
codegen-mips.cc
40
UnaryMathFunction
CreateTranscendentalFunction(TranscendentalCache::Type type) {
64
UnaryMathFunction
CreateExpFunction() {
108
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
119
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/chromium_org/v8/src/ia32/
codegen-ia32.cc
60
UnaryMathFunction
CreateTranscendentalFunction(TranscendentalCache::Type type) {
101
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
105
UnaryMathFunction
CreateExpFunction() {
139
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
143
UnaryMathFunction
CreateSqrtFunction() {
172
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
[
all
...]
/external/v8/src/mips/
codegen-mips.cc
40
UnaryMathFunction
CreateTranscendentalFunction(TranscendentalCache::Type type) {
52
UnaryMathFunction
CreateSqrtFunction() {
/external/chromium_org/v8/src/arm/
codegen-arm.cc
40
UnaryMathFunction
CreateTranscendentalFunction(TranscendentalCache::Type type) {
64
UnaryMathFunction
CreateExpFunction() {
108
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
365
UnaryMathFunction
CreateSqrtFunction() {
Completed in 483 milliseconds