OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ieee_hypot
(Results
1 - 3
of
3
) sorted by null
/external/fdlibm/
w_hypot.c
15
* wrapper
ieee_hypot
(x,y)
22
double
ieee_hypot
(double x, double y)/* wrapper hypot */
function
24
double
ieee_hypot
(x,y) /* wrapper hypot */
fdlibm.h
132
extern double
ieee_hypot
__P((double, double));
/libcore/luni/src/main/native/
java_lang_StrictMath.cpp
110
return
ieee_hypot
(a, b);
Completed in 391 milliseconds