HomeSort by relevance Sort by last modified time
    Searched full:y_int (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
assembler.cc 942 int y_int = static_cast<int>(y); local
943 if (y == y_int) {
944 return power_double_int(x, y_int); // Returns 1.0 for exponent 0.
    [all...]

Completed in 985 milliseconds