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

  /dalvik/vm/native/
java_lang_Math.cpp 40 static void Math_cos(const u4* args, JValue* pResult)
70 { "cos", "(D)D", Math_cos },
  /libcore/luni/src/main/native/
java_lang_Math.cpp 30 static jdouble Math_cos(JNIEnv*, jclass, jdouble a) {
  /external/chromium_org/v8/src/
v8-counters.h 245 SC(math_cos, V8.MathCos) \
runtime.h 183 F(Math_cos, 1, 1) \
runtime.cc     [all...]
  /external/v8/src/
v8-counters.h 230 SC(math_cos, V8.MathCos) \
runtime.h 171 F(Math_cos, 1, 1) \
runtime.cc     [all...]

Completed in 163 milliseconds