Home
last modified time | relevance | path

Searched refs:check_dbl (Results 1 – 10 of 10) sorted by relevance

/dports/devel/ga/ga-5.8/global/testing/
H A Drandom.F37 call check_dbl(dim, minutes)
49 subroutine check_dbl(dim, minutes) subroutine
H A Dpg2test.F152 call check_dbl(grp_id, g_w)
205 subroutine check_dbl(grp_id, g_w) subroutine
H A Dpgtest.F210 call check_dbl()
263 subroutine check_dbl() subroutine
H A Doverlay.F91 call check_dbl()
166 subroutine check_dbl() subroutine
H A Dtest.F160 call check_dbl()
236 subroutine check_dbl() subroutine
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_ga_test.F89 call check_dbl()
158 subroutine check_dbl() subroutine
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_ga_test.F89 call check_dbl()
158 subroutine check_dbl() subroutine
/dports/lang/parrot/parrot-8.1.0/examples/pir/
H A Dsudoku.pir1645 $I10 = self."check_dbl"(i_rcss, bits, sx, n, what)
1657 .sub check_dbl :method
1697 # invalidate results found from check_dbl
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Ddsets.c206 double points_dbl[DSET_DIM1][DSET_DIM2], check_dbl[DSET_DIM1][DSET_DIM2]; variable
5821 if(H5Dread(dsid, H5T_NATIVE_DOUBLE, H5S_ALL, H5S_ALL, H5P_DEFAULT, check_dbl) < 0) { in test_set_local()
5833 if(!DBL_REL_EQUAL(points_dbl[i][j],check_dbl[i][j],0.00001F)) { in test_set_local()
5838 printf(" At returned: %f\n",check_dbl[i][j]); in test_set_local()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Ddsets.c284 double points_dbl[DSET_DIM1][DSET_DIM2], check_dbl[DSET_DIM1][DSET_DIM2]; variable
6134 if(H5Dread(dsid, H5T_NATIVE_DOUBLE, H5S_ALL, H5S_ALL, H5P_DEFAULT, check_dbl) < 0) { in test_set_local()
6146 if(!H5_DBL_REL_EQUAL(points_dbl[i][j], check_dbl[i][j], (double)0.00001F)) { in test_set_local()
6151 HDprintf(" At returned: %f\n",check_dbl[i][j]); in test_set_local()