Home
last modified time | relevance | path

Searched refs:bcerr (Results 1 – 6 of 6) sorted by relevance

/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Doptimization.h1000 double bcerr; member
2290 double &bcerr; variable
9991 double* bcerr,
H A Doptimization.cpp7161 …),nfev(p_struct->nfev),terminationtype(p_struct->terminationtype),bcerr(p_struct->bcerr),bcidx(p_s… in minnlcreport()
7165 …),nfev(p_struct->nfev),terminationtype(p_struct->terminationtype),bcerr(p_struct->bcerr),bcidx(p_s… in minnlcreport()
20017 double* bcerr, in checkbcviolation() argument
20025 *bcerr = 0; in checkbcviolation()
20028 *bcerr = (double)(0); in checkbcviolation()
20051 if( ve>*bcerr ) in checkbcviolation()
20053 *bcerr = ve; in checkbcviolation()
20064 if( ve>*bcerr ) in checkbcviolation()
20066 *bcerr = ve; in checkbcviolation()
50307 rep->bcerr = state->repbcerr; in minnlcresultsbuf()
[all …]
/dports/math/alglib/alglib-cpp/src/
H A Doptimization.h1616 double bcerr; member
3073 double &bcerr; variable
11410 double* bcerr,
H A Doptimization.cpp11994 …),nfev(p_struct->nfev),terminationtype(p_struct->terminationtype),bcerr(p_struct->bcerr),bcidx(p_s… in minnlcreport()
11998 …),nfev(p_struct->nfev),terminationtype(p_struct->terminationtype),bcerr(p_struct->bcerr),bcidx(p_s… in minnlcreport()
20378 double* bcerr, in checkbcviolation() argument
20386 *bcerr = 0; in checkbcviolation()
20389 *bcerr = (double)(0); in checkbcviolation()
20412 if( ve>*bcerr ) in checkbcviolation()
20414 *bcerr = ve; in checkbcviolation()
20425 if( ve>*bcerr ) in checkbcviolation()
20427 *bcerr = ve; in checkbcviolation()
72500 rep->bcerr = state->repbcerr; in minnlcresultsbuf()
[all …]
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_c.cpp68585 ae_bool bcerr; in testminnlc() local
68595 bcerr = ae_false; in testminnlc()
68602 testminnlcunit_testbc(&bcerr, _state); in testminnlc()
68611 waserrors = ((((bcerr||lcerr)||nlcerr)||othererr)||bugs)||optguarderr; in testminnlc()
68617 if( bcerr ) in testminnlc()
68909 …ae_set_error_flag(wereerrors, ae_fp_greater(rep.bcerr,tolx), __FILE__, __LINE__, "testminnlcunit.a… in testminnlcunit_testbc()
72486 …ae_set_error_flag(wereerrors, ae_fp_neq(rep.bcerr,(double)(0)), __FILE__, __LINE__, "testminnlcuni… in testminnlcunit_testother()
72583 …ae_set_error_flag(wereerrors, ae_fp_neq(rep.bcerr,(double)(0)), __FILE__, __LINE__, "testminnlcuni… in testminnlcunit_testother()
72719 if( ae_fp_greater(rep.bcerr,(double)(0)) ) in testminnlcunit_testother()
72728 …ae_set_error_flag(wereerrors, ae_fp_neq(rep.bcerr,(double)(0)), __FILE__, __LINE__, "testminnlcuni… in testminnlcunit_testother()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_c.cpp51156 ae_bool bcerr; in testminnlc() local
51165 bcerr = ae_false; in testminnlc()
51171 testminnlcunit_testbc(&bcerr, _state); in testminnlc()
51179 waserrors = (((bcerr||lcerr)||nlcerr)||othererr)||bugs; in testminnlc()
51185 if( bcerr ) in testminnlc()