Searched defs:hypot (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/math/i386/ |
H A D | hypot.s | 3 hypot: label
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_types.h | 110 #undef hypot macro 113 #define hypot _hypot macro
|
/third_party/musl/src/math/ |
H A D | hypot.c | 22 double hypot(double x, double y) in hypot() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | hypot.c | 22 double hypot(double x, double y) in hypot() function
|
/third_party/ffmpeg/libavutil/ |
H A D | libm.h | 366 static inline av_const double hypot(double x, double y) in hypot() function
|
/third_party/python/Lib/ |
H A D | statistics.py | 139 from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum namespace
|
/third_party/decimal.js/ |
H A D | decimal.js | 4504 function hypot() { function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 176 #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 D | tgmath.h | 176 #undef hypot macro 239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 176 #undef hypot macro 239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro
|
Completed in 10 milliseconds