Searched refs:cosh_rd (Results 1 – 11 of 11) sorted by relevance
113 extern double cosh_rd(double); /* toward -inf */
313 double cosh_rd(double x){ in cosh_rd() function365 …return(cosh_rd(x));/* cosh is always positive, so rounding to -infinite is equivalent to rounding … in cosh_rz()
121 extern double cosh_rd(double); /* toward -inf */
318 double cosh_rd(double x){ in cosh_rd() function370 …return(cosh_rd(x));/* cosh is always positive, so rounding to -infinite is equivalent to rounding … in cosh_rz()
139 evaluate (arg1, &cosh_rd);
43 %!test verify ("cosh", -inf, testdata.cosh_rd);
977 *testfun_crlibm = cosh_rd; break; in test_init()
974 *testfun_crlibm = cosh_rd; break; in test_init()