Home
last modified time | relevance | path

Searched defs:hypot (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/math/i386/
H A Dhypot.s3 hypot: label
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_types.h110 #undef hypot macro
113 #define hypot _hypot macro
/third_party/musl/src/math/
H A Dhypot.c22 double hypot(double x, double y) in hypot() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dhypot.c22 double hypot(double x, double y) in hypot() function
/third_party/ffmpeg/libavutil/
H A Dlibm.h366 static inline av_const double hypot(double x, double y) in hypot() function
/third_party/python/Lib/
H A Dstatistics.py139 from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum namespace
/third_party/decimal.js/
H A Ddecimal.js4504 function hypot() { function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h176 #undef hypot macro
239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h176 #undef hypot macro
239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro
/third_party/musl/include/
H A Dtgmath.h176 #undef hypot macro
239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro

Completed in 10 milliseconds