HomeSort by relevance Sort by last modified time
    Searched refs:math_log (Results 1 - 3 of 3) sorted by null

  /external/v8/src/js/
math.js 77 if (x > 0) return %math_log(x + %math_sqrt(x * x + 1));
79 return -%math_log(-x + %math_sqrt(x * x + 1));
88 return %math_log(x + %math_sqrt(x + 1) * %math_sqrt(x - 1));
  /external/v8/src/
contexts.h 91 V(MATH_LOG_INDEX, JSFunction, math_log) \
bootstrapper.cc 1690 Handle<JSFunction> math_log = local
    [all...]

Completed in 482 milliseconds