Home
last modified time | relevance | path

Searched refs:sloppy (Results 1 – 25 of 2428) sorted by relevance

12345678910>>...98

/dports/lang/guile1/guile-1.8.8/test-suite/tests/
H A Dalist.test54 (pass-if "sloppy-assq"
55 (let ((x (sloppy-assq 'c a)))
59 (pass-if "sloppy-assq not"
62 (pass-if "sloppy-assv"
63 (let ((x (sloppy-assv 'c a)))
67 (pass-if "sloppy-assv not"
70 (pass-if "sloppy-assoc"
74 (pass-if "sloppy-assoc not"
133 (let* ((have-sloppy-assv-ref? (defined? 'sloppy-assv-ref)))
194 (let* ((have-sloppy-assv-ref? (defined? 'sloppy-assv-ref)))
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/scripts/inverse/
H A DCsgFunctions.pm41 my $sloppy= $ENV{'VOTCA_TABLES_WITHOUT_FLAG'};
42 $sloppy="no" unless defined($sloppy);
52 if ( $sloppy eq "yes" ) {
72 my $sloppy= $ENV{'VOTCA_TABLES_WITHOUT_FLAG'};
73 $sloppy="no" unless defined($sloppy);
83 if ( $sloppy eq "yes" ) {
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/scripts/inverse/
H A DCsgFunctions.pm41 my $sloppy= $ENV{'VOTCA_TABLES_WITHOUT_FLAG'};
42 $sloppy="no" unless defined($sloppy);
52 if ( $sloppy eq "yes" ) {
72 my $sloppy= $ENV{'VOTCA_TABLES_WITHOUT_FLAG'};
73 $sloppy="no" unless defined($sloppy);
83 if ( $sloppy eq "yes" ) {
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/prop-types-exact/test/
H A Dsloppy.jsx3 import sloppy from '../build/sloppy';
6 test('sloppy', (t) => {
7 t.equal(typeof sloppy, 'function', 'export is a function');
16 Component.propTypes = sloppy(Component.propTypes);
17 t.doesNotThrow(() => <Component a />, 'sloppy un-exacts it');
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter3/let-lang/
H A Dtests.rkt16 (equal? ans (sloppy->expval correct-ans))))
18 (define sloppy->expval
19 (lambda (sloppy-val)
21 ((number? sloppy-val) (num-val sloppy-val))
22 ((boolean? sloppy-val) (bool-val sloppy-val))
24 (eopl:error 'sloppy->expval
25 "Can't convert sloppy value to expval: ~s"
26 sloppy-val)))))
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter8/simplemodules/
H A Dtests-book.rkt25 (equal? ans (sloppy->expval correct-ans))))
27 (define sloppy->expval
28 (lambda (sloppy-val)
30 ((number? sloppy-val) (num-val sloppy-val))
31 ((boolean? sloppy-val) (bool-val sloppy-val))
33 (eopl:error 'sloppy->expval
34 "Can't convert sloppy value to expval: ~s"
35 sloppy-val)))))
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter3/proc-lang/proc-rep/
H A Dtests.rkt15 (equal? ans (sloppy->expval correct-ans))))
17 (define sloppy->expval
18 (lambda (sloppy-val)
20 ((number? sloppy-val) (num-val sloppy-val))
21 ((boolean? sloppy-val) (bool-val sloppy-val))
23 (eopl:error 'sloppy->expval
24 "Can't convert sloppy value to expval: ~s"
25 sloppy-val)))))
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter3/proc-lang/ds-rep/
H A Dtests.rkt15 (equal? ans (sloppy->expval correct-ans))))
17 (define sloppy->expval
18 (lambda (sloppy-val)
20 ((number? sloppy-val) (num-val sloppy-val))
21 ((boolean? sloppy-val) (bool-val sloppy-val))
23 (eopl:error 'sloppy->expval
24 "Can't convert sloppy value to expval: ~s"
25 sloppy-val)))))
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter3/lexaddr-lang/
H A Dtests.rkt19 (equal? ans (sloppy->expval correct-ans))))
21 (define sloppy->expval
22 (lambda (sloppy-val)
24 ((number? sloppy-val) (num-val sloppy-val))
25 ((boolean? sloppy-val) (bool-val sloppy-val))
27 (eopl:error 'sloppy->expval
28 "Can't convert sloppy value to expval: ~s"
29 sloppy-val)))))
/dports/lang/guile2/guile-2.2.7/test-suite/tests/
H A Dalist.test43 (pass-if "sloppy-assq"
44 (let ((x (sloppy-assq 'c a)))
48 (pass-if "sloppy-assq not"
49 (let ((x (sloppy-assq "this" b)))
51 (pass-if "sloppy-assv"
52 (let ((x (sloppy-assv 'c a)))
56 (pass-if "sloppy-assv not"
57 (let ((x (sloppy-assv "this" b)))
59 (pass-if "sloppy-assoc"
60 (let ((x (sloppy-assoc "this" b)))
[all …]
/dports/lang/guile/guile-3.0.7/test-suite/tests/
H A Dalist.test43 (pass-if "sloppy-assq"
44 (let ((x (sloppy-assq 'c a)))
48 (pass-if "sloppy-assq not"
49 (let ((x (sloppy-assq "this" b)))
51 (pass-if "sloppy-assv"
52 (let ((x (sloppy-assv 'c a)))
56 (pass-if "sloppy-assv not"
57 (let ((x (sloppy-assv "this" b)))
59 (pass-if "sloppy-assoc"
60 (let ((x (sloppy-assoc "this" b)))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter3/letrec-lang/
H A Dtests.rkt15 (equal? ans (sloppy->expval correct-ans))))
17 (define sloppy->expval
18 (lambda (sloppy-val)
20 ((number? sloppy-val) (num-val sloppy-val))
21 ((boolean? sloppy-val) (bool-val sloppy-val))
23 (eopl:error 'sloppy->expval
24 "Can't convert sloppy value to expval: ~s"
25 sloppy-val)))))
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter5/letrec-lang/
H A Dtests.rkt22 (equal? ans (sloppy->expval correct-ans))))
24 (define sloppy->expval
25 (lambda (sloppy-val)
27 ((number? sloppy-val) (num-val sloppy-val))
28 ((boolean? sloppy-val) (bool-val sloppy-val))
30 (eopl:error 'sloppy->expval
31 "Can't convert sloppy value to expval: ~s"
32 sloppy-val)))))
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/prop-types-exact/build/
H A Dsloppy.js.map1sloppy.js"],"names":["sloppy","semaphore","_","propTypes"],"mappings":";;;;;;qBAKwBA,M;;AALxB;;;;A…
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter4/implicit-refs/
H A Dtests.rkt16 (equal? ans (sloppy->expval correct-ans))))
18 (define sloppy->expval
19 (lambda (sloppy-val)
21 ((number? sloppy-val) (num-val sloppy-val))
22 ((boolean? sloppy-val) (bool-val sloppy-val))
24 (eopl:error 'sloppy->expval
25 "Can't convert sloppy value to expval: ~s"
26 sloppy-val)))))
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter5/exceptions/
H A Dtests.rkt15 (equal? ans (sloppy->expval correct-ans))))
17 (define sloppy->expval
18 (lambda (sloppy-val)
20 ((number? sloppy-val) (num-val sloppy-val))
21 ((boolean? sloppy-val) (bool-val sloppy-val))
22 ((list? sloppy-val) (list-val (map sloppy->expval sloppy-val)))
24 (eopl:error 'sloppy->expval
25 "Can't convert sloppy value to expval: ~s"
26 sloppy-val)))))
/dports/math/qd/qd-2.3.23/
H A Dconfigure.ac46 # --enable-sloppy-mul
47 AC_ARG_ENABLE([sloppy-mul], AS_HELP_STRING(--enable-sloppy-mul, [use fast but slightly inaccurate m…
48 AC_MSG_CHECKING([if sloppy multiplication is to be used])
51 …AC_DEFINE([QD_SLOPPY_MUL], [1], [Define to 1 to use sloppy multiplication (which is faster by slig…
55 # --enable-sloppy-div
56 AC_ARG_ENABLE([sloppy-div], AS_HELP_STRING(--enable-sloppy-div, [use fast but slightly inaccurate d…
57 AC_MSG_CHECKING([if sloppy division is to be used])
60 …AC_DEFINE([QD_SLOPPY_DIV], [1], [Define to 1 to use sloppy division (which is faster by slightly i…
246 echo " enable sloppy mul = $enable_sloppy_mul"
247 echo " enable sloppy div = $enable_sloppy_div"
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter4/explicit-refs/
H A Dtests.rkt16 (equal? ans (sloppy->expval correct-ans))))
18 (define sloppy->expval
19 (lambda (sloppy-val)
21 ((number? sloppy-val) (num-val sloppy-val))
22 ((boolean? sloppy-val) (bool-val sloppy-val))
24 (eopl:error 'sloppy->expval
25 "Can't convert sloppy value to expval: ~s"
26 sloppy-val)))))
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter6/cps-lang/
H A Dtests.rkt23 (equal? ans (sloppy->expval correct-ans))))
25 (define sloppy->expval
26 (lambda (sloppy-val)
28 ((number? sloppy-val) (num-val sloppy-val))
29 ((boolean? sloppy-val) (bool-val sloppy-val))
31 (eopl:error 'sloppy->expval
32 "Can't convert sloppy value to expval: ~s"
33 sloppy-val)))))
/dports/math/R/R-4.1.2/tests/
H A DMakefile.common20 test-src-sloppy-a = \
29 test-src-sloppy-1 = $(test-src-sloppy-a) $(test-src-sloppy-b)
30 test-src-sloppy-auto =
32 test-src-1 = $(test-src-strict-1) $(test-src-sloppy-1)
33 test-src-auto = $(test-src-strict-auto) $(test-src-sloppy-auto) \
35 test-src-sloppy = $(test-src-sloppy-1) $(test-src-sloppy-auto)
37 test-src = $(test-src-strict) $(test-src-sloppy)
67 test-out-sloppy = $(test-src-sloppy:.R=.Rout)
203 test-Specific-sloppy: $(test-out-sloppy)
208 @$(MK) test-Specific-sloppy RVAL_IF_DIFF=0
[all …]
/dports/math/libRmath/R-4.1.1/tests/
H A DMakefile.common20 test-src-sloppy-a = \
29 test-src-sloppy-1 = $(test-src-sloppy-a) $(test-src-sloppy-b)
30 test-src-sloppy-auto =
32 test-src-1 = $(test-src-strict-1) $(test-src-sloppy-1)
33 test-src-auto = $(test-src-strict-auto) $(test-src-sloppy-auto) \
35 test-src-sloppy = $(test-src-sloppy-1) $(test-src-sloppy-auto)
37 test-src = $(test-src-strict) $(test-src-sloppy)
67 test-out-sloppy = $(test-src-sloppy:.R=.Rout)
203 test-Specific-sloppy: $(test-out-sloppy)
208 @$(MK) test-Specific-sloppy RVAL_IF_DIFF=0
[all …]
/dports/biology/p5-AcePerl/AcePerl-1.92/acelib/
H A Dbump.c53 bump->sloppy = 0 ; in bumpCreate()
80 bump->sloppy = 0 ; in bumpReCreate()
109 float bumpSetSloppy( BUMP bump, float sloppy) in bumpSetSloppy() argument
118 old = bump->sloppy; in bumpSetSloppy()
119 bump->sloppy = sloppy ; in bumpSetSloppy()
225 { if (bump->bottom[i] > y + bump->sloppy) in bumpAdd()
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter4/mutable-pairs/
H A Dtests.rkt15 (equal? ans (sloppy->expval correct-ans))))
17 (define sloppy->expval
18 (lambda (sloppy-val)
20 ((number? sloppy-val) (num-val sloppy-val))
21 ((boolean? sloppy-val) (bool-val sloppy-val))
23 (eopl:error 'sloppy->expval
24 "Can't convert sloppy value to expval: ~s"
25 sloppy-val)))))
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter4/call-by-need/
H A Dtests.rkt16 (equal? ans (sloppy->expval correct-ans))))
18 (define sloppy->expval
19 (lambda (sloppy-val)
21 ((number? sloppy-val) (num-val sloppy-val))
22 ((boolean? sloppy-val) (bool-val sloppy-val))
24 (eopl:error 'sloppy->expval
25 "Can't convert sloppy value to expval: ~s"
26 sloppy-val)))))
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter5/thread-lang/
H A Dtests.rkt14 (equal? ans (sloppy->expval correct-ans))))
16 (define sloppy->expval
17 (lambda (sloppy-val)
19 ((number? sloppy-val) (num-val sloppy-val))
20 ((boolean? sloppy-val) (bool-val sloppy-val))
21 ((list? sloppy-val) (list-val (map sloppy->expval sloppy-val)))
23 (eopl:error 'sloppy->expval
24 "Can't convert sloppy value to expval: ~s"
25 sloppy-val)))))

12345678910>>...98