Home
last modified time | relevance | path

Searched refs:mpcosh (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
Dmplibm.c114 int mpcosh(struct t *t) { return mpd1(t, cosh); } in mpcosh() function
Dmp.c395 int mpcosh(struct t *t) { return mpd1(t, mpfr_cosh); } in mpcosh() function