Home
last modified time | relevance | path

Searched refs:ATOL (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_fp.py340 ATOL = 1e-13
343 assert ae(v, 22.296641293693077672, tol=ATOL)
346 assert ae(v, 1.0442826344437381945, tol=ATOL)
349 assert ae(v, 0.21938393439552027368, tol=ATOL)
352 assert ae(v, 0.048900510708061119567, tol=ATOL)
1019 assert ae(v, 1.8951178163559367555, tol=ATOL)
1022 assert ae(v, 4.9542343560018901634, tol=ATOL)
1025 assert ae(v, 40.185275355803177455, tol=ATOL)
1028 assert ae(v, 25615652.66405658882, tol=ATOL)
1031 assert ae(v, 368973209407.27419706, tol=ATOL)
[all …]
/dports/science/py-esda/esda-2.4.1/esda/tests/
H A Dtest_shape.py30 ATOL = 0.001 variable
35 testing.assert_allclose(observed, 0.844527, atol=ATOL)
40 testing.assert_allclose(observed, 0.7, atol=ATOL)
45 testing.assert_allclose(observed, 0.25, atol=ATOL)
50 testing.assert_allclose(observed, 0.659366, atol=ATOL)
55 testing.assert_allclose(observed, 0.8, atol=ATOL)
60 testing.assert_allclose(observed, 0.622314, atol=ATOL)
65 testing.assert_allclose(observed, 0.387275, atol=ATOL)
70 testing.assert_allclose(observed, 3.249799, atol=ATOL)
90 testing.assert_allclose(observed, 3 / 8, atol=ATOL)
[all …]
H A Dtest_getisord.py6 from libpysal.common import pandas, RTOL, ATOL
23 np.testing.assert_allclose(g.G, 0.55709779, rtol=RTOL, atol=ATOL)
24 np.testing.assert_allclose(g.p_norm, 0.172936, rtol=RTOL, atol=ATOL)
49 np.testing.assert_allclose(lg.Zs[0], -1.0136729, rtol=RTOL, atol=ATOL)
50 np.testing.assert_allclose(lg.p_sim[0], 0.102, rtol=RTOL, atol=ATOL)
55 np.testing.assert_allclose(lg.Zs[0], -0.62074534, rtol=RTOL, atol=ATOL)
56 np.testing.assert_allclose(lg.p_sim[0], 0.102, rtol=RTOL, atol=ATOL)
60 np.testing.assert_allclose(lg.Zs[0], -1.39727626, rtol=RTOL, atol=ATOL)
61 np.testing.assert_allclose(lg.p_sim[0], 0.102, rtol=RTOL, atol=ATOL)
65 np.testing.assert_allclose(lg.Zs[0], -0.62488094, rtol=RTOL, atol=ATOL)
[all …]
H A Dtest_silhouette.py9 ATOL = libpysal.common.ATOL variable
33 numpy.testing.assert_allclose(known, test, rtol=RTOL, atol=ATOL)
45 numpy.testing.assert_allclose(known, test, rtol=RTOL, atol=ATOL)
57 numpy.testing.assert_allclose(known, test, rtol=RTOL, atol=ATOL)
73 numpy.testing.assert_allclose(known, test, rtol=RTOL, atol=ATOL)
85 numpy.testing.assert_allclose(known, test, rtol=RTOL, atol=ATOL)
109 numpy.testing.assert_allclose(d, knownd, rtol=RTOL, atol=ATOL)
123 numpy.testing.assert_allclose(known, test.silhouette, rtol=RTOL, atol=ATOL)
/dports/science/hypre/hypre-2.23.0/src/test/TEST_sstruct/
H A Dperiodic.sh9 ATOL=$2
17 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
25 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
33 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
35 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
39 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
41 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
50 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
53 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
58 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
[all …]
H A Dneighborpart.sh9 ATOL=$2
21 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
30 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
34 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
40 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
45 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
51 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
58 (../runcheck.sh ${TNAME}.testdata ${TNAME}.testdata.temp $RTOL $ATOL) >&2
/dports/math/octave/octave-6.4.0/liboctave/external/odepack/
H A Dsewset.f1 SUBROUTINE SEWSET (N, ITOL, RTOL, ATOL, YCUR, EWT) argument
25 REAL RTOL, ATOL, YCUR, EWT local
26 DIMENSION RTOL(*), ATOL(*), YCUR(N), EWT(N)
32 15 EWT(I) = RTOL(1)*ABS(YCUR(I)) + ATOL(1)
36 25 EWT(I) = RTOL(1)*ABS(YCUR(I)) + ATOL(I)
40 35 EWT(I) = RTOL(I)*ABS(YCUR(I)) + ATOL(1)
44 45 EWT(I) = RTOL(I)*ABS(YCUR(I)) + ATOL(I)
H A Dewset.f1 SUBROUTINE EWSET (N, ITOL, RTOL, ATOL, YCUR, EWT) argument
11 DOUBLE PRECISION RTOL, ATOL, YCUR, EWT local
12 DIMENSION RTOL(*), ATOL(*), YCUR(N), EWT(N)
17 15 EWT(I) = RTOL(1)*DABS(YCUR(I)) + ATOL(1)
21 25 EWT(I) = RTOL(1)*DABS(YCUR(I)) + ATOL(I)
25 35 EWT(I) = RTOL(I)*DABS(YCUR(I)) + ATOL(1)
29 45 EWT(I) = RTOL(I)*DABS(YCUR(I)) + ATOL(I)
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/cg/ops/tests/
H A Dtest_accessors.py4 from ....common import pandas, RTOL, ATOL
28 np.testing.assert_allclose(answer, areas, rtol=RTOL, atol=ATOL * 10)
60 np.testing.assert_allclose(ans, bbox, rtol=RTOL, atol=ATOL)
105 np.testing.assert_allclose(bbox, answer, atol=ATOL, rtol=RTOL)
107 np.testing.assert_allclose(bbox, answer, atol=ATOL, rtol=RTOL)
126 np.testing.assert_allclose(ct, answer, rtol=RTOL, atol=ATOL)
211 np.testing.assert_allclose(line_len, line_answers, rtol=RTOL, atol=ATOL)
212 np.testing.assert_allclose(pgon_len, pgon_answers, rtol=RTOL, atol=ATOL)
330 pgon_perim.values, pgon_answers, rtol=RTOL, atol=ATOL
489 np.testing.assert_allclose(part, answer, atol=ATOL, rtol=RTOL)
[all …]
/dports/math/maxima/maxima-5.43.2/src/numerical/slatec/fortran/
H A Dzbesy.f163 * D1MACH, ASCLE, RTOL, ATOL, AA, BB, TOL, R1M5 local
221 ATOL = 1.0D0
225 ATOL = TOL
227 STR = (AA*C2R - BB*C2I)*ATOL
228 STI = (AA*C2I + BB*C2R)*ATOL
231 ATOL = 1.0D0
235 ATOL = TOL
237 STR = STR - (AA*C1R - BB*C1I)*ATOL
238 STI = STI - (AA*C1I + BB*C1R)*ATOL
/dports/math/slatec/src/
H A Dzbesy.f163 * D1MACH, ASCLE, RTOL, ATOL, AA, BB, TOL, R1M5
221 ATOL = 1.0D0
225 ATOL = TOL
227 STR = (AA*C2R - BB*C2I)*ATOL
228 STI = (AA*C2I + BB*C2R)*ATOL
231 ATOL = 1.0D0
235 ATOL = TOL
237 STR = STR - (AA*C1R - BB*C1I)*ATOL
238 STI = STI - (AA*C1I + BB*C1R)*ATOL
H A Ddrkfs.f2 SUBROUTINE DRKFS (DF, NEQ, T, Y, TOUT, INFO, RTOL, ATOL, IDID, H, argument
52 DOUBLE PRECISION A, ATOL, BIG, D1MACH,
62 1 YS(*),INFO(15),RTOL(*),ATOL(*),RPAR(*),IPAR(*)
189 IF (NATOLP .EQ. 0 .AND. ATOL(K) .LT. 0.D0) THEN
191 WRITE (XERN3, '(1PE15.6)') ATOL(K)
267 IF (RTOL(K) + ATOL(K) .GT. 0.0D0) GO TO 180
332 TOL = RTOL(KTOL)*ABS(Y(K)) + ATOL(KTOL)
397 1 + ATOL(KTOL)
542 ET = RTOL(KTOL)*YAVG + ATOL(KTOL)
717 ATOL(1) = TOLFAC*ATOL(1)
[all …]
H A Ddlsod.f2 SUBROUTINE DLSOD (DF, NEQ, T, Y, TOUT, RTOL, ATOL, IDID, YPOUT, argument
34 DOUBLE PRECISION ABSDEL, ACOR, ATOL, BIG, D1MACH, DEL,
43 1 ACOR(*),WM(*),IWM(*),RTOL(*),ATOL(*),RPAR(*),IPAR(*)
142 IF (ATOL(K) .LT. 0.) THEN
144 WRITE (XERN3, '(1PE15.6)') ATOL(K)
232 IF (RTOL(K) + ATOL(K) .GT. 0.0D0) GO TO 170
295 TOL = RTOL(LTOL)*ABS(Y(L)) + ATOL(LTOL)
399 1 + ATOL(LTOL)
411 ATOL(1) = TOLFAC*ATOL(1)
415 ATOL(L) = TOLFAC*ATOL(L)
H A Dderkfs.f2 SUBROUTINE DERKFS (F, NEQ, T, Y, TOUT, INFO, RTOL, ATOL, IDID, H, argument
56 1 YS(*),INFO(15),RTOL(*),ATOL(*),RPAR(*),IPAR(*)
182 IF (NATOLP .EQ. 0 .AND. ATOL(K) .LT. 0.D0) THEN
184 WRITE (XERN3, '(1PE15.6)') ATOL(K)
259 IF (RTOL(K)+ATOL(K) .GT. 0.) GO TO 45
305 TOL=RTOL(KTOL)*ABS(Y(K))+ATOL(KTOL)
357 ET=RTOL(KTOL)*ABS(Y(K))+ATOL(KTOL)
457 ET=RTOL(KTOL)*YAVG+ATOL(KTOL)
586 ATOL(1)=TOLFAC*ATOL(1)
590 939 ATOL(K)=TOLFAC*ATOL(K)
H A Dlsod.f2 SUBROUTINE LSOD (F, NEQ, T, Y, TOUT, RTOL, ATOL, IDID, YPOUT, YH, argument
33 1 ACOR(*),WM(*),IWM(*),RTOL(*),ATOL(*),RPAR(*),IPAR(*)
135 IF (ATOL(K) .LT. 0.) THEN
137 WRITE (XERN3, '(1PE15.6)') ATOL(K)
224 IF (RTOL(K)+ATOL(K) .GT. 0.) GO TO 160
269 TOL = RTOL(LTOL)*ABS(Y(L)) + ATOL(LTOL)
353 EWT(L) = RTOL(LTOL)*ABS(YH(L,1)) + ATOL(LTOL)
363 ATOL(1) = TOLFAC*ATOL(1)
367 360 ATOL(L) = TOLFAC*ATOL(L)
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/src/fortran/slatec/
H A Dzbesy.f163 * D1MACH, ASCLE, RTOL, ATOL, AA, BB, TOL, R1M5 local
221 ATOL = 1.0D0
225 ATOL = TOL
227 STR = (AA*C2R - BB*C2I)*ATOL
228 STI = (AA*C2I + BB*C2R)*ATOL
231 ATOL = 1.0D0
235 ATOL = TOL
237 STR = STR - (AA*C1R - BB*C1I)*ATOL
238 STI = STI - (AA*C1I + BB*C1R)*ATOL
/dports/science/py-scipy/scipy-1.7.1/scipy/special/amos/
H A Dzbesy.f153 * R1M5, D1MACH, ASCLE, RTOL, ATOL, AA, BB, TOL local
211 ATOL = 1.0D0
215 ATOL = TOL
217 STR = (AA*C2R - BB*C2I)*ATOL
218 STI = (AA*C2I + BB*C2R)*ATOL
221 ATOL = 1.0D0
225 ATOL = TOL
227 STR = STR - (AA*C1R - BB*C1I)*ATOL
228 STI = STI - (AA*C1I + BB*C1R)*ATOL
/dports/math/octave/octave-6.4.0/liboctave/external/amos/
H A Dzbesy.f153 * D1MACH, ASCLE, RTOL, ATOL, AA, BB, TOL local
211 ATOL = 1.0D0
215 ATOL = TOL
217 STR = (AA*C2R - BB*C2I)*ATOL
218 STI = (AA*C2I + BB*C2R)*ATOL
221 ATOL = 1.0D0
225 ATOL = TOL
227 STR = STR - (AA*C1R - BB*C1I)*ATOL
228 STI = STI - (AA*C1I + BB*C1R)*ATOL
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mathext/internal/amos/amoslib/
H A Dzbesy.f153 * D1MACH, ASCLE, RTOL, ATOL, AA, BB, TOL
211 ATOL = 1.0D0
215 ATOL = TOL
217 STR = (AA*C2R - BB*C2I)*ATOL
218 STI = (AA*C2I + BB*C2R)*ATOL
221 ATOL = 1.0D0
225 ATOL = TOL
227 STR = STR - (AA*C1R - BB*C1I)*ATOL
228 STI = STI - (AA*C1I + BB*C1R)*ATOL
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/Amos/
H A Dzbesy.f153 * D1MACH, ASCLE, RTOL, ATOL, AA, BB, TOL
211 ATOL = 1.0D0
215 ATOL = TOL
217 STR = (AA*C2R - BB*C2I)*ATOL
218 STI = (AA*C2I + BB*C2R)*ATOL
221 ATOL = 1.0D0
225 ATOL = TOL
227 STR = STR - (AA*C1R - BB*C1I)*ATOL
228 STI = STI - (AA*C1I + BB*C1R)*ATOL
H A Dcbesy.f146 * ATOL, AA, BB
198 ATOL=1.0E0
201 ATOL = TOL
204 ZV = ZV*CMPLX(ATOL,0.0E0)
208 ATOL=1.0E0
211 ATOL = TOL
214 ZU = ZU*CMPLX(ATOL,0.0E0)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mathext/internal/amos/amoslib/
H A Dzbesy.f153 * D1MACH, ASCLE, RTOL, ATOL, AA, BB, TOL
211 ATOL = 1.0D0
215 ATOL = TOL
217 STR = (AA*C2R - BB*C2I)*ATOL
218 STI = (AA*C2I + BB*C2R)*ATOL
221 ATOL = 1.0D0
225 ATOL = TOL
227 STR = STR - (AA*C1R - BB*C1I)*ATOL
228 STI = STI - (AA*C1I + BB*C1R)*ATOL
/dports/math/py-spvcm/spvcm-0.3.0/spvcm/tests/
H A Dtest_diagnostics.py5 from spvcm._constants import RTOL, ATOL, TEST_SEED
35 rtol=RTOL, atol=ATOL,
42 rtol=RTOL, atol=ATOL,
51 rtol=RTOL, atol=ATOL,
56 rtol=RTOL, atol=ATOL,
70 rtol=RTOL, atol=ATOL,
100 np.testing.assert_allclose(single_size['Tau2'], multi_size[0]['Tau2'], rtol=RTOL, atol=ATOL)
101 … np.testing.assert_allclose(single_size['Tau2'], self.size_known[0]['Tau2'], rtol=RTOL, atol=ATOL)
116 … np.testing.assert_allclose(single_hpd['Sigma2'], multi_hpd[0]['Sigma2'], rtol=RTOL, atol=ATOL)
117 … np.testing.assert_allclose(single_hpd['Sigma2'], self.hpd_known['Sigma2'], rtol=RTOL, atol=ATOL)
[all …]
/dports/science/hypre/hypre-2.23.0/src/test/
H A Druncheck.sh13 ATOL=$4
20 if [ x$ATOL = "x" ];
22 ATOL=-1.0
86 atol = "'"$ATOL"'" + 0. # adding zero is necessary to convert from string to number
/dports/math/cmlib/cmlib-3.0_8/src/depac/
H A Dlsod.f1 SUBROUTINE LSOD(F,NEQ,T,Y,TOUT,RTOL,ATOL,IDID,YPOUT,YH,YH1,EWT, argument
20 1 ACOR(NEQ),WM(*),IWM(*),RTOL(*),ATOL(*),RPAR(*),IPAR(*)
109 40 IF (ATOL(K) .GE. 0.) GO TO 50
114 4 238,8,1,1,K,0,1,ATOL(K),0.)
174 IF (RTOL(K)+ATOL(K) .GT. 0.) GO TO 160
219 TOL = RTOL(LTOL)*ABS(Y(L)) + ATOL(LTOL)
303 EWT(L) = RTOL(LTOL)*ABS(YH(L,1)) + ATOL(LTOL)
313 ATOL(1) = TOLFAC*ATOL(1)
317 360 ATOL(L) = TOLFAC*ATOL(L)

12345678910>>...27