Home
last modified time | relevance | path

Searched refs:re0 (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/math/py-yt/yt-4.0.1/yt/data_objects/tests/
H A Dtest_bbox.py26 re0 = ds.arr(
30 assert_allclose_units(re, re0)
48 re0 = ds.arr([0.7, 0.7, 0.7], "code_length")
50 assert_allclose_units(re1, re0)
52 assert_allclose_units(re2, re0)
54 assert_allclose_units(re3, re0)
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/DiscreteIntegration/
H A DrecurCut.cpp23 RecurElement *re0 = new RecurElement(l0); in recurCut() local
24 recurCut(re0, maxlevel, level); in recurCut()
25 re->sub[0] = re0; re0->super = re; in recurCut()
45 recurCut(re0, maxlevel, level); in recurCut()
46 re->sub[0] = re0; re0->super = re; in recurCut()
77 recurCut(re0, maxlevel, level); in recurCut()
78 re->sub[0] = re0; re0->super = re; in recurCut()
113 recurCut(re0, maxlevel, level); in recurCut()
114 re->sub[0] = re0; re0->super = re; in recurCut()
178 recurCut(re0, maxlevel, level); in recurCut()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-regex-xmlschema-9.2.0.3/test/
H A DSimpleTest.hs51 parseTest (re0, rep)
58 re = fromString re0
108 parseTest (re0, rep)
115 re = fromString re0
187 matchTest (re0, ok, er)
193 re = fromString re0
319 splitTest (re0, inp0, tok0, rest0)
327 re = fromString re0
354 tokenTest (re0, inp0, toks0)
362 re = fromString re0
/dports/math/PDL/PDL-2.019/Demos/TriD/
H A Dmandel.pl21 $re0 = $re00;
24 $im = $im0; $re = $re0;
34 $re0 = $re00->index($inds1)->sever;
44 $re2 += $re0;
/dports/misc/cloc/cloc-1.90/tests/inputs/
H A Dconfig.junos5 re0 {
7 /* host-name be-mx480-1-re0; */
137 apply-groups [ global re0 re1 ];
/dports/sysutils/runit-faster/freebsd-runit-2.1.3.7/etc/sv/ifstated-template/
H A Dconf7 #ifconfig lagg0 create laggproto failover laggport re0 laggport wlan0 up
8 #ifconfig re0 up
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/editorwidgets/
H A Dqgsvaluemapconfigdlg.cpp317 QRegExp re0( "^([^;]*);(.*)$" ); in loadFromCSVButtonPushed() local
318 re0.setMinimal( true ); in loadFromCSVButtonPushed()
331 if ( re0.indexIn( l ) >= 0 && re0.captureCount() == 2 ) in loadFromCSVButtonPushed()
333 key = re0.cap( 1 ).trimmed(); in loadFromCSVButtonPushed()
334 val = re0.cap( 2 ).trimmed(); in loadFromCSVButtonPushed()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DCheckUserPrivileges.php224 $re0 = '(^|(\\\\\\\\)+|[^\\\\])'; // non-escaped wildcards
285 if ((preg_match('/' . $re0 . '%|_/', $show_grants_dbname)
299 '/' . $re0 . '%/', '\\1',
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DCheckUserPrivileges.php223 $re0 = '(^|(\\\\\\\\)+|[^\\\\])'; // non-escaped wildcards
286 if ((! preg_match('/' . $re0 . '%|_/', $show_grants_dbname)
305 '/' . $re0 . '%/',
/dports/lang/fth/fth-1.4.1/tests/
H A Dregexp-test.fs47 *re0* "aaabbbccc" string<> "*re0* (1)" test-expr
54 *re0* "foobar" string<> "*re0* (2)" test-expr
/dports/biology/minimap2/minimap2-2.24/
H A Dalign.c668 if (x > re0 && y > qe0) { in mm_align1()
670 l = x - re0 > y - qe0? x - re0 : y - qe0; in mm_align1()
671 re1 = re0 + l, qe1 = qe0 + l; in mm_align1()
684 re0 = re0 > re1? re0 : re1; in mm_align1()
685 } else re0 = re, qe0 = qe; in mm_align1()
692 if (re0 - r->re > max_ext) re0 = r->re + max_ext; in mm_align1()
696 assert(re0 > rs0); in mm_align1()
697 tseq = (uint8_t*)kmalloc(km, re0 - rs0); in mm_align1()
698 junc = (uint8_t*)kmalloc(km, re0 - rs0); in mm_align1()
793 mm_idx_getseq(mi, rid, re, re0, tseq); in mm_align1()
[all …]
/dports/devel/re2c/re2c-2.2/src/nfa/
H A Destimate_size.cc19 static uint32_t estimate_re_size(const RE *re0, std::vector<StackItem> &stack) in estimate_re_size() argument
24 const StackItem i0 = {re0, 0, 0}; in estimate_re_size()
/dports/net/cloud-init/cloud-init-21.4/tests/data/netinfo/
H A Dfreebsd-ifconfig-output4 re0.33: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
8 vlan: 33 vlanpcp: 0 parent interface: re0
/dports/devel/re2c/re2c-2.2/src/regexp/
H A Dnullable.cc22 static bool nullable(const RESpec &spec, std::vector<StackItem> &stack, const RE *re0) in nullable() argument
27 const StackItem i0 = {re0, 0}; in nullable()
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/odeint/examples/quadmath/
H A Dblack_hole.cpp117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() local
122 x[0] = complex< my_float >( re0 ,im0 ); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/odeint/examples/quadmath/
H A Dblack_hole.cpp117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() local
122 x[0] = complex< my_float >( re0 ,im0 ); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/odeint/examples/quadmath/
H A Dblack_hole.cpp117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() local
122 x[0] = complex< my_float >( re0 ,im0 ); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/odeint/examples/quadmath/
H A Dblack_hole.cpp117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() local
122 x[0] = complex< my_float >( re0 ,im0 ); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/odeint/examples/quadmath/
H A Dblack_hole.cpp117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() local
122 x[0] = complex< my_float >( re0 ,im0 ); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/odeint/examples/quadmath/
H A Dblack_hole.cpp117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() local
122 x[0] = complex< my_float >( re0 ,im0 ); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/odeint/examples/quadmath/
H A Dblack_hole.cpp117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() local
122 x[0] = complex< my_float >( re0 ,im0 ); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/odeint/examples/quadmath/
H A Dblack_hole.cpp117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() local
122 x[0] = complex< my_float >( re0 ,im0 ); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/odeint/examples/quadmath/
H A Dblack_hole.cpp117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() local
122 x[0] = complex< my_float >( re0 ,im0 ); in main()
/dports/net-mgmt/py-napalm-logs/napalm-logs-0.9.0/tests/config/junos/NTP_SERVER_UNREACHABLE/server/
H A Dsyslog.msg1 <99>Jul 13 22:53:14 re0.edge01.bjm01 xntpd[16015]: NTP Server 1.2.3.4 is Unreachable
/dports/sysutils/iocell/iocell-2.1.2/doc/source/
H A Dezjail-migration.rst6 #re0 is the network adapter. 192.168.1.3/24 the ip of the jailname@ezjail
7 iocell create tag=jailname ip4_addr="lo1|127.0.1.1,re0|192.168.1.3/24"

1234567