Lines Matching refs:passed

32  : .passed ." OK"  ;
36 : .passed? ( str,len flag )
37 if if then if then .passed space else cr type space .failed cr then
57 " /x.1" /x 8 = .passed?
58 " xa1+.1" test-64 xa1+ test-64 /x + = .passed?
59 " xa+.1" test-64 2 xa+ test-64 /x 2 * + = .passed?
60 " x@.1" test-64 x@ h# 01020304 h# 05060708 xl= .passed?
61 " x@.2" test-64 xa1+ x@ h# 81121314 h# 85161718 xl= .passed?
62 " <l@.1" test-64 2 xa+ dup la1+ <l@ swap x@ x= .passed?
63 " bxjoin.1" 8 7 6 5 4 3 2 1 bxjoin test-64 x@ x= .passed?
64 " wxjoin.1" h# 0708 h# 0506 h# 0304 h# 0102 wxjoin test-64 x@ x= .passed?
65 " lxjoin.1" h# 05060708 h# 01020304 lxjoin test-64 x@ x= .passed?
67 test-64 x@ h# 81121314 h# 85161718 xl= .passed?
69 test-64 x@ h# 01020304 h# 05060708 xl= .passed?
72 " xbflip.1" test-64 x@ xbflip h# 08070605 h# 04030201 xl= .passed?
73 " xwflip.1" test-64 x@ xwflip h# 07080506 h# 03040102 xl= .passed?
74 " xlflip.1" test-64 x@ xlflip h# 05060708 h# 01020304 xl= .passed?
75 " xbsplit.1" test-64 x@ xbsplit bxjoin test-64 x@ x= .passed?
76 " xwsplit.1" test-64 x@ xwsplit wxjoin test-64 x@ x= .passed?
77 " xlsplit.1" test-64 x@ xlsplit lxjoin test-64 x@ x= .passed?
79 h# 08070605 h# 04030201 xl= .passed?
81 h# 01020304 h# 05060708 xl= .passed?
83 h# 07080506 h# 03040102 xl= .passed?
85 h# 01020304 h# 05060708 xl= .passed?
87 h# 05060708 h# 01020304 xl= .passed?
89 h# 01020304 h# 05060708 xl= .passed?
101 " x,.1" commatest-64 3 xa+ commatest-64-end = .passed?
102 " x,.2" test-64 x@ commatest-64 x@ x= .passed?
103 " x,.3" test-64 xa1+ x@ commatest-64 xa1+ x@ x= .passed?
104 " x,.4" test-64 2 xa+ x@ commatest-64 2 xa+ x@ x= .passed?
111 " const.1" const-64 2 1 xl= .passed?
112 " value.1" value-64 2 1 xl= .passed?
113 " value.2" 3 4 lxjoin to value-64 value-64 4 3 xl= .passed?
114 " var.1" const-64 var-64 ! var-64 @ 2 1 xl= .passed?
119 " 64comp.1" 1 2 lxjoin 1 = .passed?
120 " 64comp.2" 1 2 lxjoin 2 < .passed?
121 " 64comp.3" 2 1 2 lxjoin > .passed?
122 " 64comp.4" 0 2 lxjoin 0= .passed?
123 " 64comp.5" 1 2 lxjoin 0> .passed?