Home
last modified time | relevance | path

Searched refs:Macheps (Results 1 – 3 of 3) sorted by relevance

/dports/math/ndiff/ndiff-2.00/
H A Dndiff.awk263 Macheps = machine_epsilon()
271 if (RELERR < Macheps)
272 warning("RELERR = " RELERR " is below machine epsilon " Macheps)
274 RELERR *= Macheps
278 RELERR = max(1.0e-15, 8.0 * Macheps)
451 emult = This_Relerr / Macheps
H A Dndiff.c202 static fp_t Macheps; variable
299 fp_clear(Macheps); in cleanup()
946 fp_init(&Macheps); in initialize()
969 machine_epsilon(&Macheps); in initialize()
979 mpf_mul(temp, temp, Macheps); /* temp = 8.0 * Macheps */ in initialize()
984 fp_max(&RELERR, (fp_t) 1.0e-15, (fp_t) 8.0 * Macheps); in initialize()
1445 if (fp_cmp(RELERR, Macheps) < 1) in opt_relerr()
1452 t2 = fp_to_string(Macheps, 6); in opt_relerr()
1459 fp_mul(&RELERR, RELERR, Macheps); in opt_relerr()
1504 machine_epsilon(&Macheps); in opt_version()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/contrib/iapbs/test/
H A Dndiff.awk263 Macheps = machine_epsilon()
271 if (RELERR < Macheps)
272 warning("RELERR = " RELERR " is below machine epsilon " Macheps)
274 RELERR *= Macheps
278 RELERR = max(1.0e-15, 8.0 * Macheps)