OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Math_sqrt
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/native/
java_lang_Math.cpp
60
static void
Math_sqrt
(const u4* args, JValue* pResult)
74
{ "sqrt", "(D)D",
Math_sqrt
},
/libcore/luni/src/main/native/
java_lang_Math.cpp
102
static jdouble
Math_sqrt
(JNIEnv*, jclass, jdouble a) {
Completed in 774 milliseconds