OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fast_
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtommath/
dep.pl
67
while ($line =~ m/(
fast_
)*(s_)*mp\_[a-z_0-9]*/) {
/external/v8/src/
platform-posix.cc
133
static UnaryMathFunction
fast_
##name##_function = NULL; \
135
fast_
##name##_function = generator; \
137
double
fast_
##name(double x) { \
138
return (*
fast_
##name##_function)(x); \
platform-win32.cc
207
static UnaryMathFunction
fast_
##name##_function = NULL; \
209
fast_
##name##_function = generator; \
211
double
fast_
##name(double x) { \
212
return (*
fast_
##name##_function)(x); \
[
all
...]
/external/chromium_org/v8/src/
platform-posix.cc
297
static UnaryMathFunction
fast_
##name##_function = NULL; \
299
fast_
##name##_function = generator; \
301
double
fast_
##name(double x) { \
302
return (*
fast_
##name##_function)(x); \
platform-win32.cc
191
static UnaryMathFunction
fast_
##name##_function = NULL; \
193
fast_
##name##_function = generator; \
195
double
fast_
##name(double x) { \
196
return (*
fast_
##name##_function)(x); \
[
all
...]
Completed in 166 milliseconds