Home
last modified time | relevance | path

Searched refs:troundoff (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/ida/
H A Dida.c1128 realtype tdist, troundoff, ypnorm, rh, nrm; in IDASolve() local
1208 troundoff = TWO * uround * (ABS(tn) + ABS(tout)); in IDASolve()
1209 if (tdist < troundoff) in IDASolve()
1320 troundoff = HUNDRED * uround * (ABS(tn) + ABS(hh)); in IDASolve()
1321 if ( ABS(tn - tretlast) > troundoff ) in IDASolve()
2103 realtype troundoff; in IDAStopTest1() local
2141 if (ABS(tn - tstop) <= troundoff) in IDAStopTest1()
2184 if (ABS(tn - tstop) <= troundoff) in IDAStopTest1()
2233 realtype troundoff; in IDAStopTest2() local
2252 if (ABS(tn - tstop) <= troundoff) in IDAStopTest2()
[all …]
H A Dida_ic.c162 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
207 troundoff = TWO * uround * (ABS(tn) + ABS(tout1)); in IDACalcIC()
208 if (tdist < troundoff) in IDACalcIC()
/dports/devel/upp/upp/bazaar/plugin/sundials/src/ida/
H A Dida.c927 realtype tdist, troundoff, ypnorm, rh, nrm; in IDASolve() local
992 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout)); in IDASolve()
993 if (tdist < troundoff) { in IDASolve()
1083troundoff = HUNDRED * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(IDA_mem->ida_hh)); in IDASolve()
1084 if ( SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tretlast) > troundoff ) { in IDASolve()
1863 realtype troundoff; in IDAStopTest1() local
1895 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
1932 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
1979 realtype troundoff; in IDAStopTest2() local
1995 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest2()
[all …]
H A Dida_ic.c114 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
152 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout1)); in IDACalcIC()
153 if(tdist < troundoff) { in IDACalcIC()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/ida/
H A Dida.c927 realtype tdist, troundoff, ypnorm, rh, nrm; in IDASolve() local
992 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout)); in IDASolve()
993 if (tdist < troundoff) { in IDASolve()
1083troundoff = HUNDRED * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(IDA_mem->ida_hh)); in IDASolve()
1084 if ( SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tretlast) > troundoff ) { in IDASolve()
1863 realtype troundoff; in IDAStopTest1() local
1895 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
1932 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
1979 realtype troundoff; in IDAStopTest2() local
1995 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest2()
[all …]
H A Dida_ic.c114 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
152 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout1)); in IDACalcIC()
153 if(tdist < troundoff) { in IDACalcIC()
/dports/math/sundials/sundials-5.7.0/src/ida/
H A Dida.c927 realtype tdist, troundoff, ypnorm, rh, nrm; in IDASolve() local
992 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout)); in IDASolve()
993 if (tdist < troundoff) { in IDASolve()
1083troundoff = HUNDRED * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(IDA_mem->ida_hh)); in IDASolve()
1084 if ( SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tretlast) > troundoff ) { in IDASolve()
1863 realtype troundoff; in IDAStopTest1() local
1895 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
1932 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
1979 realtype troundoff; in IDAStopTest2() local
1995 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest2()
[all …]
H A Dida_ic.c114 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
152 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout1)); in IDACalcIC()
153 if(tdist < troundoff) { in IDACalcIC()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/c/
H A Dddaskr.c849 double tdist = 0, troundoff = 0, maxnhTemp = 0; in DDaskrCalcIC() local
869 troundoff = 2 * UNIT_ROUNDOFF * (fabs(tStart) + fabs(tout1)); in DDaskrCalcIC()
870 if (tdist < troundoff) in DDaskrCalcIC()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/arkode/
H A Darkode.c607 realtype troundoff, nrm; in arkEvolve() local
913 troundoff = FUZZ_FACTOR*ark_mem->uround * in arkEvolve()
915 if ( SUNRabs(ark_mem->tcur - ark_mem->tstop) <= troundoff) { in arkEvolve()
2003 realtype troundoff; in arkStopTests() local
2008 troundoff = FUZZ_FACTOR*ark_mem->uround * in arkStopTests()
2054 if ( SUNRabs(ark_mem->tcur - ark_mem->tretlast) > troundoff ) { in arkStopTests()
2098 SUNRabs(ark_mem->tcur - ark_mem->tretlast) > troundoff ) { in arkStopTests()
2108 if ( SUNRabs(ark_mem->tcur - ark_mem->tstop) <= troundoff) { in arkStopTests()
/dports/math/sundials/sundials-5.7.0/src/arkode/
H A Darkode.c625 realtype troundoff, nrm; in arkEvolve() local
938 troundoff = FUZZ_FACTOR*ark_mem->uround * in arkEvolve()
940 if ( SUNRabs(ark_mem->tcur - ark_mem->tstop) <= troundoff) { in arkEvolve()
1905 realtype troundoff; in arkStopTests() local
1910 troundoff = FUZZ_FACTOR*ark_mem->uround * in arkStopTests()
1956 if ( SUNRabs(ark_mem->tcur - ark_mem->tretlast) > troundoff ) { in arkStopTests()
2000 SUNRabs(ark_mem->tcur - ark_mem->tretlast) > troundoff ) { in arkStopTests()
2010 if ( SUNRabs(ark_mem->tcur - ark_mem->tstop) <= troundoff) { in arkStopTests()
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/idas/
H A Didas.c2176 realtype tdist, troundoff, ypnorm, rh, nrm; in IDASolve() local
2257 troundoff = TWO*uround*(SUNRabs(tn) + SUNRabs(tout)); in IDASolve()
2258 if (tdist < troundoff) { in IDASolve()
2360 if ( SUNRabs(tn - tretlast) > troundoff ) { in IDASolve()
2492 if (SUNRabs(tn - tstop) <= troundoff) tn = tstop; in IDASolve()
4394 realtype troundoff; in IDAStopTest1() local
4425 if (SUNRabs(tn - tstop) <= troundoff) { in IDAStopTest1()
4460 if (SUNRabs(tn - tstop) <= troundoff) { in IDAStopTest1()
4505 realtype troundoff; in IDAStopTest2() local
4521 if (SUNRabs(tn - tstop) <= troundoff) { in IDAStopTest2()
[all …]
H A Didas_ic.c197 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
236 troundoff = TWO*uround*(SUNRabs(tn) + SUNRabs(tout1)); in IDACalcIC()
237 if(tdist < troundoff) { in IDACalcIC()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/idas/
H A Didas_ic.c131 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
170 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout1)); in IDACalcIC()
171 if(tdist < troundoff) { in IDACalcIC()
H A Didas.c2151 realtype tdist, troundoff, ypnorm, rh, nrm; in IDASolve() local
2236 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout)); in IDASolve()
2237 if (tdist < troundoff) { in IDASolve()
2359 if ( SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tretlast) > troundoff ) { in IDASolve()
2511 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) in IDASolve()
4716 realtype troundoff; in IDAStopTest1() local
4748 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
4785 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
4832 realtype troundoff; in IDAStopTest2() local
4848 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest2()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/idas/
H A Didas_ic.c131 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
170 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout1)); in IDACalcIC()
171 if(tdist < troundoff) { in IDACalcIC()
H A Didas.c2151 realtype tdist, troundoff, ypnorm, rh, nrm; in IDASolve() local
2236 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout)); in IDASolve()
2237 if (tdist < troundoff) { in IDASolve()
2359 if ( SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tretlast) > troundoff ) { in IDASolve()
2511 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) in IDASolve()
4716 realtype troundoff; in IDAStopTest1() local
4748 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
4785 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
4832 realtype troundoff; in IDAStopTest2() local
4848 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest2()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/idas/
H A Didas_ic.c131 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
170 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout1)); in IDACalcIC()
171 if(tdist < troundoff) { in IDACalcIC()
H A Didas.c2128 realtype tdist, troundoff, ypnorm, rh, nrm; in IDASolve() local
2209 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout)); in IDASolve()
2210 if (tdist < troundoff) { in IDASolve()
2327 if ( SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tretlast) > troundoff ) { in IDASolve()
2467 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) in IDASolve()
4534 realtype troundoff; in IDAStopTest1() local
4566 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
4603 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
4650 realtype troundoff; in IDAStopTest2() local
4666 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest2()
[all …]
/dports/math/sundials/sundials-5.7.0/src/idas/
H A Didas_ic.c131 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
170 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout1)); in IDACalcIC()
171 if(tdist < troundoff) { in IDACalcIC()
H A Didas.c2151 realtype tdist, troundoff, ypnorm, rh, nrm; in IDASolve() local
2236 troundoff = TWO * IDA_mem->ida_uround * (SUNRabs(IDA_mem->ida_tn) + SUNRabs(tout)); in IDASolve()
2237 if (tdist < troundoff) { in IDASolve()
2359 if ( SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tretlast) > troundoff ) { in IDASolve()
2511 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) in IDASolve()
4716 realtype troundoff; in IDAStopTest1() local
4748 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
4785 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest1()
4832 realtype troundoff; in IDAStopTest2() local
4848 if (SUNRabs(IDA_mem->ida_tn - IDA_mem->ida_tstop) <= troundoff) { in IDAStopTest2()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes.c1016 realtype troundoff, rh, nrm; in CPode() local
1195 troundoff = FUZZ_FACTOR*uround*(ABS(tn) + ABS(h)); in CPode()
1218 if ( ABS(tn - tretlast) > troundoff ) { in CPode()
1261 if ( task == CP_ONE_STEP && ABS(tn - tretlast) > troundoff ) { in CPode()
1270 if ( ABS(tn - tstop) <= troundoff) { in CPode()
1417 troundoff = FUZZ_FACTOR*uround*(ABS(tn) + ABS(h)); in CPode()
1418 if ( ABS(tn - tstop) <= troundoff) { in CPode()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/cvode/
H A Dcvode.c1013 realtype troundoff, tout_hin, rh, nrm; in CVode() local
1174 troundoff = FUZZ_FACTOR * cv_mem->cv_uround * in CVode()
1201 if ( SUNRabs(cv_mem->cv_tn - cv_mem->cv_tretlast) > troundoff ) { in CVode()
1240 SUNRabs(cv_mem->cv_tn - cv_mem->cv_tretlast) > troundoff ) { in CVode()
1249 if ( SUNRabs(cv_mem->cv_tn - cv_mem->cv_tstop) <= troundoff ) { in CVode()
1413 troundoff = FUZZ_FACTOR * cv_mem->cv_uround * in CVode()
1415 if ( SUNRabs(cv_mem->cv_tn - cv_mem->cv_tstop) <= troundoff) { in CVode()
/dports/math/sundials/sundials-5.7.0/src/cvode/
H A Dcvode.c1013 realtype troundoff, tout_hin, rh, nrm; in CVode() local
1174 troundoff = FUZZ_FACTOR * cv_mem->cv_uround * in CVode()
1201 if ( SUNRabs(cv_mem->cv_tn - cv_mem->cv_tretlast) > troundoff ) { in CVode()
1240 SUNRabs(cv_mem->cv_tn - cv_mem->cv_tretlast) > troundoff ) { in CVode()
1249 if ( SUNRabs(cv_mem->cv_tn - cv_mem->cv_tstop) <= troundoff ) { in CVode()
1413 troundoff = FUZZ_FACTOR * cv_mem->cv_uround * in CVode()
1415 if ( SUNRabs(cv_mem->cv_tn - cv_mem->cv_tstop) <= troundoff) { in CVode()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/cvode/
H A Dcvode.c1196 realtype troundoff, tout_hin, rh, nrm; in CVode() local
1383 troundoff = FUZZ_FACTOR * uround * (ABS(tn) + ABS(h)); in CVode()
1413 if ( ABS(tn - tretlast) > troundoff ) in CVode()
1468 if ( itask == CV_ONE_STEP && ABS(tn - tretlast) > troundoff ) in CVode()
1479 if ( ABS(tn - tstop) <= troundoff) in CVode()
1696 troundoff = FUZZ_FACTOR * uround * (ABS(tn) + ABS(h)); in CVode()
1697 if ( ABS(tn - tstop) <= troundoff) in CVode()

12