Home
last modified time | relevance | path

Searched refs:mpl1 (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c39 static int mpl1(struct t *s, long double (*f)(long double)) in mpl1() function
83 int mpacosl(struct t *t) { return mpl1(t, acosl); } in mpacosl()
86 int mpacoshl(struct t *t) { return mpl1(t, acoshl); } in mpacoshl()
89 int mpasinl(struct t *t) { return mpl1(t, asinl); } in mpasinl()
92 int mpasinhl(struct t *t) { return mpl1(t, asinhl); } in mpasinhl()
95 int mpatanl(struct t *t) { return mpl1(t, atanl); } in mpatanl()
101 int mpatanhl(struct t *t) { return mpl1(t, atanhl); } in mpatanhl()
104 int mpcbrtl(struct t *t) { return mpl1(t, cbrtl); } in mpcbrtl()
107 int mpceill(struct t *t) { return mpl1(t, ceill); } in mpceill()
113 int mpcosl(struct t *t) { return mpl1( in mpcosf()
[all...]
H A Dmp.c251 static int mpl1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t)) in mpl1() function
364 int mpacosl(struct t *t) { return mpl1(t, mpfr_acos); } in mpacosl()
367 int mpacoshl(struct t *t) { return mpl1(t, mpfr_acosh); } in mpacoshl()
370 int mpasinl(struct t *t) { return mpl1(t, mpfr_asin); } in mpasinl()
373 int mpasinhl(struct t *t) { return mpl1(t, mpfr_asinh); } in mpasinhl()
376 int mpatanl(struct t *t) { return mpl1(t, mpfr_atan); } in mpatanl()
382 int mpatanhl(struct t *t) { return mpl1(t, mpfr_atanh); } in mpatanhl()
385 int mpcbrtl(struct t *t) { return mpl1(t, mpfr_cbrt); } in mpcbrtl()
388 int mpceill(struct t *t) { return mpl1(t, wrap_ceil); } in mpceill()
394 int mpcosl(struct t *t) { return mpl1( in mpcosf()
[all...]

Completed in 4 milliseconds