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

/freebsd-current/lib/msun/src/
H A De_hypot.c51 hypot(double x, double y) function
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_hypot_1u5.c32 svfloat64_t SV_NAME_D2 (hypot) (svfloat64_t x, svfloat64_t y, svbool_t pg) function
[all...]
H A Dsv_hypotf_1u5.c26 svfloat32_t SV_NAME_F2 (hypot) (svfloat32_t x, svfloat32_t y, function
H A Dv_hypot_1u5.c45 float64x2_t VPCS_ATTR V_NAME_D2 (hypot) (float64x2_t x, float64x2_t y) function
72 float64x2_t VPCS_ATTR V_NAME_D2 (hypot) (float64x2_t x, float64x2_t y) function
[all...]
H A Dv_hypotf_1u5.c44 float32x4_t VPCS_ATTR V_NAME_F2 (hypot) (float32x4_t x, float32x4_t y) function
71 float32x4_t VPCS_ATTR V_NAME_F2 (hypot) (float32x4_t x, float32x4_t y) function
[all...]
/freebsd-current/include/
H A Dtgmath.h178 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h832 #undef hypot macro
833 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_math.h139 __DEVICE__ double hypot(double __a, double __b) { return __nv_hypot(__a, __b); } function
H A D__clang_hip_math.h832 double hypot(double __x, double __y) { return __ocml_hypot_f64(__x, __y); } function

Completed in 82 milliseconds