Home
last modified time | relevance | path

Searched refs:ans4 (Results 51 – 75 of 100) sorted by relevance

1234

/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/reclimit/
H A Dtests.sh64 echo "1000" > ans4/ans.limit
79 echo "12" > ans4/ans.limit
112 echo "5" > ans4/ans.limit
130 echo "13" > ans4/ans.limit
H A Dclean.sh15 rm -f ans4/ans.limit
H A DREADME11 ans4 -- for ns*.example.com: return address records.
/dports/sysutils/modules/modules-4.6.0/testsuite/modules.20-locate/
H A D115-forbid.exp304 set ans4 [list]
305 lappend ans4 [list setpath LOADEDMODULES hide2/1.5:hide2/1.0:hidereq/3.0]
306 lappend ans4 [list setpath _LMFILES_ $mp/hide2/1.0:$mp/hide2/1.0:$mp/hidereq/3.0]
307 lappend ans4 [list setpath MODULES_LMPREREQ hidereq/3.0&hide2/1.5&hide2/1.1]
308 lappend ans4 [list setpath MODULES_LMNOTUASKED hide2/1.5:hide2/1.0]
395 set ans4 [list]
396 lappend ans4 [list setpath LOADEDMODULES hide2/1.5:hide2/1.0:hidereq/3.0]
397 lappend ans4 [list setpath _LMFILES_ $mp/hide2/1.0:$mp/hide2/1.0:$mp/hidereq/3.0]
398 lappend ans4 [list setpath MODULES_LMPREREQ hidereq/3.0&hide2/1.5&hide2/1.1]
399 lappend ans4 [list setpath MODULES_LMNOTUASKED hide2/1.5:hide2/1.0]
[all …]
/dports/dns/bind911/bind-9.11.37/bin/tests/system/fetchlimit/
H A Dclean.sh14 rm -f ans4/norespond
/dports/dns/bind911/bind-9.11.37/bin/tests/system/reclimit/
H A Dclean.sh15 rm -f ans4/ans.limit
H A DREADME11 ans4 -- for ns*.example.com: return address records.
/dports/net/py-impacket/impacket-0.9.17/examples/
H A Dreg.py231 ans4 = rrp.hBaseRegEnumValue(rpc, keyHandler, i)
232 lp_value_name = ans4['lpValueNameOut'][:-1]
235 lp_type = ans4['lpType']
236 lp_data = ''.join(ans4['lpData'])
/dports/dns/bind916/bind-9.16.27/bin/tests/system/fetchlimit/
H A Dclean.sh16 rm -f ans4/norespond
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/fetchlimit/
H A Dclean.sh14 rm -f ans4/norespond
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/fetchlimit/
H A Dclean.sh14 rm -f ans4/norespond
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/fetchlimit/
H A Dclean.sh16 rm -f ans4/norespond
/dports/dns/bind916/bind-9.16.27/bin/tests/system/reclimit/
H A Dclean.sh17 rm -f ans4/ans.limit
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/reclimit/
H A Dclean.sh15 rm -f ans4/ans.limit
H A DREADME11 ans4 -- for ns*.example.com: return address records.
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/reclimit/
H A Dclean.sh17 rm -f ans4/ans.limit
/dports/science/madness/madness-ebb3fd7/src/examples/
H A Dh2dynamic.cc196 double ans4 = inner(dpsi,dpsi); in main() local
198 double d2Ea = (4*ans1) + (8*ans2) + (4*ans3) - (4*(eps*ans4)) + (8*ans5); in main()
208 print("< dpsi | dpsi >", ans4); in main()
H A Dnewsolver_lda.cc432 double ans4 = inner(dpsi,dpsi); in main() local
434 double d2Ea = (4*ans1) + (8*ans2) + (4*ans3) - (4*(eps*ans4)) + (8*ans5); in main()
442 print("< dpsi | dpsi >", ans4); in main()
/dports/math/R-cran-VGAM/VGAM/man/
H A Dlrtest.Rd170 ans4 <- lrtest(fit2, . ~ . - x3)
171 c(all.equal(ans1, ans2), all.equal(ans1, ans3), all.equal(ans1, ans4))
178 (ans4 <- lrtest(fit3, fit1)) # Test proportional odds (parallelism) assumption
/dports/dns/bind911/bind-9.11.37/bin/tests/system/chain/
H A DREADME12 ans4 is a mock authoritative server that can return CNAME or DNAME
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/chain/
H A DREADME12 ans4 is a mock authoritative server that can return CNAME or DNAME
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/chain/
H A DREADME12 ans4 is a mock authoritative server that can return CNAME or DNAME
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_arith_deduce_bound.py107 ans4 = (b + d + c)
109 assert_expr_equal(res7.max_value, ans4)
110 assert_expr_equal(res7.min_value, ans4)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/unittest/
H A Dtest_arith_deduce_bound.py99 ans4 = b + d + c
101 tvm.testing.assert_prim_expr_equal(res7.max_value, ans4)
102 tvm.testing.assert_prim_expr_equal(res7.min_value, ans4)
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_arith_deduce_bound.py107 ans4 = (b + d + c)
109 assert_expr_equal(res7.max_value, ans4)
110 assert_expr_equal(res7.min_value, ans4)

1234