Lines Matching refs:test

48 create test-64
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?
66 " x!.1" h# 85161718 h# 81121314 lxjoin test-64 x!
67 test-64 x@ h# 81121314 h# 85161718 xl= .passed?
68 " x!.2" h# 05060708 h# 01020304 lxjoin test-64 x!
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?
78 " xbflips.1" test-64 /x xbflips test-64 x@
80 " xbflips.2" test-64 /x xbflips test-64 x@
82 " xwflips.1" test-64 /x xwflips test-64 x@
84 " xwflips.2" test-64 /x xwflips test-64 x@
86 " xlflips.1" test-64 /x xlflips test-64 x@
88 " xlflips.2" test-64 /x xlflips test-64 x@
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?