Home
last modified time | relevance | path

Searched refs:round_cst_csh (Results 1 – 9 of 9) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/
H A Dcsh_fast.h5 static double round_cst_csh = 1.014076581900344724984466743033e+00 ; variable
H A Dcsh_fast.c236 if (rh == (rh + (rl * round_cst_csh))) return rh; in cosh_rn()
588 if (rh == (rh + (rl * round_cst_csh))) return rh; in sinh_rn()
/dports/math/crlibm/crlibm-1.0beta4/
H A Dcsh_fast.h5 static double round_cst_csh = 1.014076581900344724984466743033e+00 ; variable
H A Dcsh_fast.c236 if (rh == (rh + (rl * round_cst_csh))) return rh; in cosh_rn()
588 if (rh == (rh + (rl * round_cst_csh))) return rh; in sinh_rn()
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/
H A Dcsh_fast.h31 static double round_cst_csh = 1.014076581900344724984466743033e+00 ; variable
H A Dcsh_fast.c241 if (rh == (rh + (rl * round_cst_csh))) return rh; in cosh_rn()
593 if (rh == (rh + (rl * round_cst_csh))) return rh; in sinh_rn()
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/maple/
H A Dcsh.mpl320 round_cst_csh := evalf(compute_rn_constant(maxepsilon_csh));;
403 fprintf(fd, " static double round_cst_csh = %1.30e ;\n", round_cst_csh):
/dports/math/crlibm/crlibm-1.0beta4/maple/
H A Dcsh.mpl320 round_cst_csh := evalf(compute_rn_constant(maxepsilon_csh));;
403 fprintf(fd, " static double round_cst_csh = %1.30e ;\n", round_cst_csh):
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/maple/
H A Dcsh.mpl342 round_cst_csh := evalf(compute_rn_constant(maxepsilon_csh));;
425 fprintf(fd, " static double round_cst_csh = %1.30e ;\n", round_cst_csh):