Home
last modified time | relevance | path

Searched refs:xhypot_u35 (Results 1 – 15 of 15) sorted by relevance

/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Drename.h51 #define xhypot_u35 Sleef_hypot_u35 macro
H A Drename_vec256.h46 #define xhypot_u35 Sleef_hypotd4_u35_intrin macro
H A Drename_vec512.h46 #define xhypot_u35 Sleef_hypotd8_u35_intrin macro
H A Drename_vec128.h46 #define xhypot_u35 Sleef_hypotd2_u35_intrin macro
H A Dsleef_builtin.c362 xhypot_u35 (double x, double y) in xhypot_u35() function
H A Dsleefdp.c2030 EXPORT CONST double xhypot_u35(double x, double y) { in xhypot_u35() function
H A Dsleefsimddp.c2551 EXPORT CONST vdouble xhypot_u35(vdouble x, vdouble y) { in xhypot_u35() function
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Drename.h63 #define xhypot_u35 Sleef_hypot_u35 macro
H A Dnorename.h78 vdouble xhypot_u35(vdouble, vdouble);
H A Dsleefdp.c2322 EXPORT CONST double xhypot_u35(double x, double y) { in xhypot_u35() function
H A Dsleefsimddp.c3349 EXPORT CONST VECTOR_CC vdouble xhypot_u35(vdouble x, vdouble y) { in xhypot_u35() function
/dports/math/sleef/sleef-3.5.0/src/libm-tester/
H A Diutsimd.c630 func_d_d_d("hypot_u35", xhypot_u35); in do_test()
H A Dtester2dp.c828 double u0 = countULP2dp(t = xhypot_u35(d, d2), frx); in main()
H A Dtester2simddp.c1068 double u0 = countULP2dp(t = vget(xhypot_u35(vd, vd2), e), frx); in main()
H A Diut.c295 u = d2u(xhypot_u35(u2d(u), u2d(v))); in main()