Home
last modified time | relevance | path

Searched refs:xsincospi_u35 (Results 1 – 14 of 14) sorted by relevance

/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Drename.h41 #define xsincospi_u35 Sleef_sincospi_u35 macro
H A Drename_vec256.h36 #define xsincospi_u35 Sleef_sincospid4_u35_intrin macro
H A Drename_vec512.h36 #define xsincospi_u35 Sleef_sincospid8_u35_intrin macro
H A Drename_vec128.h36 #define xsincospi_u35 Sleef_sincospid2_u35_intrin macro
H A Dsleefsimddp.c339 #define XSINCOSPI_U35 xsincospi_u35
642 EXPORT void xsincospi_u35(vdouble a, double *ps, double *pc) { in xsincospi_u35() function
H A Dsleefdp.c1047 EXPORT CONST Sleef_double2 xsincospi_u35(double d) { in xsincospi_u35() function
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Drename.h51 #define xsincospi_u35 Sleef_sincospi_u35 macro
H A Dnorename.h66 vdouble2 xsincospi_u35(vdouble d);
H A Dsleefsimddp.c995 #define XSINCOSPI_U35 xsincospi_u35
1459 EXPORT VECTOR_CC void xsincospi_u35(vdouble a, double *ps, double *pc) { in xsincospi_u35() function
H A Dsleefdp.c1185 EXPORT CONST Sleef_double2 xsincospi_u35(double d) { in xsincospi_u35() function
/dports/math/sleef/sleef-3.5.0/src/libm-tester/
H A Diutsimd.c609 func_d2_d("sincospi_u35", xsincospi_u35); in do_test()
H A Dtester2dp.c137 Sleef_double2 sc2 = xsincospi_u35(d); in main()
H A Dtester2simddp.c356 sc2 = xsincospi_u35(vd); in main()
H A Diut.c78 Sleef_double2 x = xsincospi_u35(u2d(u)); in main()