Home
last modified time | relevance | path

Searched refs:dq_rel_yy (Results 1 – 16 of 16) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/sundials/include/ida/
H A Dida_bbdpre.h44 realtype dq_rel_yy,
49 realtype dq_rel_yy);
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/include/ida/
H A Dida_bbdpre.h44 realtype dq_rel_yy,
49 realtype dq_rel_yy);
/dports/math/sundials/sundials-5.7.0/include/ida/
H A Dida_bbdpre.h44 realtype dq_rel_yy,
49 realtype dq_rel_yy);
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/idas/
H A Didas_bbdpre.h236 realtype dq_rel_yy,
263 realtype dq_rel_yy);
H A Didas_bbdpre.c105 realtype dq_rel_yy, in IDABBDPrecInit() argument
188 pdata->rel_yy = (dq_rel_yy > ZERO) ? dq_rel_yy : SUNRsqrt(uround); in IDABBDPrecInit()
212 realtype dq_rel_yy) in IDABBDPrecReInit() argument
245 pdata->rel_yy = (dq_rel_yy > ZERO) ? dq_rel_yy : SUNRsqrt(uround); in IDABBDPrecReInit()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/include/idas/
H A Didas_bbdpre.h47 realtype dq_rel_yy,
52 realtype dq_rel_yy);
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/include/idas/
H A Didas_bbdpre.h47 realtype dq_rel_yy,
52 realtype dq_rel_yy);
/dports/math/sundials/sundials-5.7.0/include/idas/
H A Didas_bbdpre.h47 realtype dq_rel_yy,
52 realtype dq_rel_yy);
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/include/idas/
H A Didas_bbdpre.h47 realtype dq_rel_yy,
52 realtype dq_rel_yy);
/dports/devel/upp/upp/bazaar/plugin/sundials/src/ida/
H A Dida_bbdpre.c62 realtype dq_rel_yy, in IDABBDPrecInit() argument
233 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecInit()
234 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecInit()
285 sunindextype mldq, realtype dq_rel_yy) in IDABBDPrecReInit() argument
321 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecReInit()
322 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecReInit()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/ida/
H A Dida_bbdpre.c62 realtype dq_rel_yy, in IDABBDPrecInit() argument
233 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecInit()
234 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecInit()
285 sunindextype mldq, realtype dq_rel_yy) in IDABBDPrecReInit() argument
321 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecReInit()
322 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecReInit()
/dports/math/sundials/sundials-5.7.0/src/ida/
H A Dida_bbdpre.c62 realtype dq_rel_yy, in IDABBDPrecInit() argument
233 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecInit()
234 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecInit()
285 sunindextype mldq, realtype dq_rel_yy) in IDABBDPrecReInit() argument
321 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecReInit()
322 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecReInit()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/idas/
H A Didas_bbdpre.c77 realtype dq_rel_yy, in IDABBDPrecInit() argument
248 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecInit()
249 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecInit()
299 sunindextype mldq, realtype dq_rel_yy) in IDABBDPrecReInit() argument
335 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecReInit()
336 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecReInit()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/idas/
H A Didas_bbdpre.c77 realtype dq_rel_yy, in IDABBDPrecInit() argument
248 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecInit()
249 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecInit()
299 sunindextype mldq, realtype dq_rel_yy) in IDABBDPrecReInit() argument
335 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecReInit()
336 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecReInit()
/dports/math/sundials/sundials-5.7.0/src/idas/
H A Didas_bbdpre.c77 realtype dq_rel_yy, in IDABBDPrecInit() argument
248 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecInit()
249 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecInit()
299 sunindextype mldq, realtype dq_rel_yy) in IDABBDPrecReInit() argument
335 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecReInit()
336 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecReInit()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/idas/
H A Didas_bbdpre.c77 realtype dq_rel_yy, in IDABBDPrecInit() argument
248 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecInit()
249 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecInit()
299 sunindextype mldq, realtype dq_rel_yy) in IDABBDPrecReInit() argument
335 pdata->rel_yy = (dq_rel_yy > ZERO) ? in IDABBDPrecReInit()
336 dq_rel_yy : SUNRsqrt(IDA_mem->ida_uround); in IDABBDPrecReInit()