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

  /libcore/luni/src/main/native/
java_lang_Math.cpp 54 static jdouble Math_floor(JNIEnv*, jclass, jdouble a) {
  /external/v8/src/
runtime.h 162 F(Math_floor, 1, 1) \
math.js 109 return %Math_floor(x);

Completed in 293 milliseconds