HomeSort by relevance Sort by last modified time
    Searched refs:fast_ (Results 1 - 3 of 3) 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...]

Completed in 44 milliseconds