Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c3 static int mpf1(struct t *s, float (*f)(float)) in mpf1() function
82 int mpacosf(struct t *t) { return mpf1(t, acosf); } in mpacosf()
85 int mpacoshf(struct t *t) { return mpf1(t, acoshf); } in mpacoshf()
88 int mpasinf(struct t *t) { return mpf1(t, asinf); } in mpasinf()
91 int mpasinhf(struct t *t) { return mpf1(t, asinhf); } in mpasinhf()
94 int mpatanf(struct t *t) { return mpf1(t, atanf); } in mpatanf()
100 int mpatanhf(struct t *t) { return mpf1(t, atanhf); } in mpatanhf()
103 int mpcbrtf(struct t *t) { return mpf1(t, cbrtf); } in mpcbrtf()
106 int mpceilf(struct t *t) { return mpf1(t, ceilf); } in mpceilf()
112 int mpcosf(struct t *t) { return mpf1( in mpcos()
[all...]
H A Dmp.c141 static int mpf1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t)) in mpf1() function
363 int mpacosf(struct t *t) { return mpf1(t, mpfr_acos); } in mpacosf()
366 int mpacoshf(struct t *t) { return mpf1(t, mpfr_acosh); } in mpacoshf()
369 int mpasinf(struct t *t) { return mpf1(t, mpfr_asin); } in mpasinf()
372 int mpasinhf(struct t *t) { return mpf1(t, mpfr_asinh); } in mpasinhf()
375 int mpatanf(struct t *t) { return mpf1(t, mpfr_atan); } in mpatanf()
381 int mpatanhf(struct t *t) { return mpf1(t, mpfr_atanh); } in mpatanhf()
384 int mpcbrtf(struct t *t) { return mpf1(t, mpfr_cbrt); } in mpcbrtf()
387 int mpceilf(struct t *t) { return mpf1(t, wrap_ceil); } in mpceilf()
393 int mpcosf(struct t *t) { return mpf1( in mpcos()
[all...]

Completed in 3 milliseconds