OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnaryMathFunction
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/v8/src/
codegen.h
98
typedef double (*
UnaryMathFunction
)(double x);
100
UnaryMathFunction
CreateExpFunction();
101
UnaryMathFunction
CreateSqrtFunction();
codegen.cc
57
static
UnaryMathFunction
fast_##name##_function = NULL; \
/external/chromium_org/v8/src/x64/
codegen-x64.cc
35
UnaryMathFunction
CreateExpFunction() {
63
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
67
UnaryMathFunction
CreateSqrtFunction() {
86
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
/external/chromium_org/v8/src/arm/
codegen-arm.cc
29
UnaryMathFunction
CreateExpFunction() {
74
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
325
UnaryMathFunction
CreateSqrtFunction() {
347
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
/external/chromium_org/v8/src/arm64/
codegen-arm64.cc
31
UnaryMathFunction
CreateExpFunction() {
71
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
79
UnaryMathFunction
CreateSqrtFunction() {
/external/chromium_org/v8/src/ia32/
codegen-ia32.cc
37
UnaryMathFunction
CreateExpFunction() {
70
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
74
UnaryMathFunction
CreateSqrtFunction() {
99
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
[
all
...]
/external/chromium_org/v8/src/mips64/
codegen-mips64.cc
29
UnaryMathFunction
CreateExpFunction() {
74
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
502
UnaryMathFunction
CreateSqrtFunction() {
524
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
[
all
...]
/external/chromium_org/v8/src/x87/
codegen-x87.cc
37
UnaryMathFunction
CreateExpFunction() {
43
UnaryMathFunction
CreateSqrtFunction() {
/external/chromium_org/v8/src/mips/
codegen-mips.cc
29
UnaryMathFunction
CreateExpFunction() {
66
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
607
UnaryMathFunction
CreateSqrtFunction() {
629
return FUNCTION_CAST<
UnaryMathFunction
>(buffer);
[
all
...]
Completed in 2731 milliseconds