Home
last modified time | relevance | path

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

1234567

/dports/misc/vxl/vxl-3.3.2/core/vgl/tests/
H A Dtest_polygon.cxx182 e2s[0] = upair(0, 2); in test_self_intersection()
185 e2s[1] = upair(2, 0); in test_self_intersection()
188 e2s[2] = upair(2, 3); in test_self_intersection()
191 e2s[3] = upair(2, 3); in test_self_intersection()
194 e2s[4] = upair(2, 0); in test_self_intersection()
207 e2s.erase(e2s.begin() + j); in test_self_intersection()
239 e2s[0] = upair(0, 3); in test_self_intersection()
242 e2s[1] = upair(0, 3); in test_self_intersection()
245 e2s[2] = upair(0, 4); in test_self_intersection()
248 e2s[3] = upair(0, 4); in test_self_intersection()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/src/
H A Dxref_parser.yrl239 e2s({list, E}, _P) ->
241 e2s({tuple, E}, _P) ->
247 e2s({set, Op, E}, P) ->
255 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
258 [left(P, P1), e2s(E1, P1),' of ',e2s(E2, P1+50), right(P, P1)];
265 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
266 e2s([], _P) ->
268 e2s([E], P) ->
269 e2s(E, P);
270 e2s([E | Es], P) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/src/
H A Dxref_parser.yrl239 e2s({list, E}, _P) ->
241 e2s({tuple, E}, _P) ->
247 e2s({set, Op, E}, P) ->
255 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
258 [left(P, P1), e2s(E1, P1),' of ',e2s(E2, P1+50), right(P, P1)];
265 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
266 e2s([], _P) ->
268 e2s([E], P) ->
269 e2s(E, P);
270 e2s([E | Es], P) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/src/
H A Dxref_parser.yrl239 e2s({list, E}, _P) ->
241 e2s({tuple, E}, _P) ->
247 e2s({set, Op, E}, P) ->
255 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
258 [left(P, P1), e2s(E1, P1),' of ',e2s(E2, P1+50), right(P, P1)];
265 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
266 e2s([], _P) ->
268 e2s([E], P) ->
269 e2s(E, P);
270 e2s([E | Es], P) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/src/
H A Dxref_parser.yrl239 e2s({list, E}, _P) ->
241 e2s({tuple, E}, _P) ->
247 e2s({set, Op, E}, P) ->
255 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
258 [left(P, P1), e2s(E1, P1),' of ',e2s(E2, P1+50), right(P, P1)];
265 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
266 e2s([], _P) ->
268 e2s([E], P) ->
269 e2s(E, P);
270 e2s([E | Es], P) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/src/
H A Dxref_parser.yrl239 e2s({list, E}, _P) ->
241 e2s({tuple, E}, _P) ->
247 e2s({set, Op, E}, P) ->
255 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
258 [left(P, P1), e2s(E1, P1),' of ',e2s(E2, P1+50), right(P, P1)];
265 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
266 e2s([], _P) ->
268 e2s([E], P) ->
269 e2s(E, P);
270 e2s([E | Es], P) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/src/
H A Dxref_parser.yrl239 e2s({list, E}, _P) ->
241 e2s({tuple, E}, _P) ->
247 e2s({set, Op, E}, P) ->
255 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
258 [left(P, P1), e2s(E1, P1),' of ',e2s(E2, P1+50), right(P, P1)];
265 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
266 e2s([], _P) ->
268 e2s([E], P) ->
269 e2s(E, P);
270 e2s([E | Es], P) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/src/
H A Dxref_parser.yrl239 e2s({list, E}, _P) ->
241 e2s({tuple, E}, _P) ->
247 e2s({set, Op, E}, P) ->
255 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
258 [left(P, P1), e2s(E1, P1),' of ',e2s(E2, P1+50), right(P, P1)];
265 [left(P, P1), e2s(E1, P1),name_it(Op),e2s(E2, P1+50), right(P, P1)];
266 e2s([], _P) ->
268 e2s([E], P) ->
269 e2s(E, P);
270 e2s([E | Es], P) ->
[all …]
/dports/japanese/hns/hns-2.19.9/public_html/diary/lib/
H A Djcode.pl524 $s =~ s/($re_euc_c)/$e2s{$1}||&e2s($1)/geo;
566 $n = $s =~ s/($re_euc_c|$re_euc_kana|$re_euc_0212)/$e2s{$1}||&e2s($1)/geo;
568 sub e2s { subroutine
584 $e2s{$code} = pack('CC', $c1, $c2);
621 undef %e2s;
653 $1 || ($n++, $h2z{$3} ? $e2s{$h2z{$3}} || &e2s($h2z{$3})
654 : &e2s($h2z{$4}) . ($5 && &e2s($h2z{$5})))
714 $s =~ /[\200-\377]/ && ($z2h_sjis{&e2s($s)} = $v);
/dports/japanese/jcode.pl/ja-jcode.pl-2.13_2/
H A Djcode.pl524 $s =~ s/($re_euc_c)/$e2s{$1}||&e2s($1)/geo;
566 $n = $s =~ s/($re_euc_c|$re_euc_kana|$re_euc_0212)/$e2s{$1}||&e2s($1)/geo;
568 sub e2s { subroutine
584 $e2s{$code} = pack('CC', $c1, $c2);
621 undef %e2s;
653 $1 || ($n++, $h2z{$3} ? $e2s{$h2z{$3}} || &e2s($h2z{$3})
654 : &e2s($h2z{$4}) . ($5 && &e2s($h2z{$5})))
714 $s =~ /[\200-\377]/ && ($z2h_sjis{&e2s($s)} = $v);
/dports/japanese/hns/hns-2.19.9/contrib/isystem-0.9.10/
H A Djcode.pl524 $s =~ s/($re_euc_c)/$e2s{$1}||&e2s($1)/geo;
566 $n = $s =~ s/($re_euc_c|$re_euc_kana|$re_euc_0212)/$e2s{$1}||&e2s($1)/geo;
568 sub e2s { subroutine
584 $e2s{$code} = pack('CC', $c1, $c2);
621 undef %e2s;
649 $1 || ($n++, $e2s{$h2z{$3}} || &e2s($h2z{$3}))
709 $s =~ /[\200-\377]/ && ($z2h_sjis{&e2s($s)} = $v);
/dports/sysutils/fstyp/fstyp-0.1/src/
H A Dmount_guess_fstype.c157 struct ext2_super_block e2s; in fstype() member
206 if (ext2magic(sb.e2s) == EXT2_SUPER_MAGIC in fstype()
207 || ext2magic(sb.e2s) == EXT2_PRE_02B_MAGIC in fstype()
208 || ext2magic(sb.e2s) == swapped(EXT2_SUPER_MAGIC)) { in fstype()
212 if ((assemble4le(sb.e2s.s_feature_compat) in fstype()
214 assemble4le(sb.e2s.s_journal_inum) != 0) in fstype()
/dports/databases/p5-Cache-Memcached-Managed/Cache-Memcached-Managed-0.26/t/
H A D004expiration.t46 *e2s= \&Cache::Memcached::Managed::_expiration2seconds;
54 ok( !defined( e2s( undef, $expiration ) ),
60 is( e2s( undef, $expiration ), $seconds, "checking $expiration" );
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dapprox_set.h50 R e2s(T const & e) const { return u2s(e2u(e)); } in e2s() function
60 m_set(e2s(e)) { in approx_set_tpl()
78 m_set |= e2s(e); in insert()
82 return (m_set & e2s(e)) != approx_set_traits<R>::zero; in may_contain()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dapprox_set.h50 R e2s(T const & e) const { return u2s(e2u(e)); } in e2s() function
60 m_set(e2s(e)) { in approx_set_tpl()
74 m_set |= e2s(e); in insert()
78 return (m_set & e2s(e)) != approx_set_traits<R>::zero; in may_contain()
/dports/math/reduce/Reduce-svn5758-src/packages/crack/
H A Dv3tools.tst60 one can convert all to the correct name using the procedure e2s. The following
63 write"0 = ",e2s (abu - uab);
64 write"0 = ",e2s (abu + aub);
65 write"0 = ",e2s (ba*uu-1/2*ua*ub+vbu - hamh);
71 hamh:=e2s hamh$ hami:=e2s hami$
72 fi6:=e2s fi6$ fi5:=e2s fi5$ fi4:=e2s fi4$ fi3:=e2s fi3$ fi2:=e2s fi2$
112 task and done by procedure e2s as well. ;
114 write"Conversion into standard vector form: 0 = ",e2s(abauuubbaab)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression/tests/ZipArchive/
H A Dzip_ReadTests.cs81 using (Stream e2s = e2.Open()) in ReadInterleaved()
83 ReadBytes(e2s, e2readnormal, e2.Length); in ReadInterleaved()
89 using (Stream e1s = e1.Open(), e2s = e2.Open()) in ReadInterleaved()
105 int e2bytesRead = e2s.Read(e2interleaved, e2pos, in ReadInterleaved()
/dports/misc/tvm/incubator-tvm-0.6.1/tests/cpp/
H A Dir_simplify_test.cc32 auto e2s = tvm::ir::CanonicalSimplify(e2); in TEST() local
33 CHECK(is_zero(e2s)); in TEST()
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/cpp/
H A Dir_simplify_test.cc32 auto e2s = tvm::ir::CanonicalSimplify(e2); in TEST() local
33 CHECK(is_zero(e2s)); in TEST()
/dports/math/z3/z3-z3-4.8.13/src/cmd_context/extra_cmds/
H A Dsubpaving_cmds.cpp32 expr2subpaving e2s(m, *s, &e2v); in to_subpaving() local
40 subpaving::var x = e2s.internalize_term(t_s, n, d); in to_subpaving()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/cpp/
H A Darith_simplify_test.cc33 auto e2s = ana.canonical_simplify(e2); in TEST() local
34 CHECK(tvm::tir::is_zero(e2s)); in TEST()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/cmd_context/extra_cmds/
H A Dsubpaving_cmds.cpp32 expr2subpaving e2s(m, *s, &e2v); in to_subpaving() local
40 subpaving::var x = e2s.internalize_term(t_s, n, d); in to_subpaving()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/Utils/
H A Dswitch.pl404 my ($f2, $e2, $e2s);
408 $e2s = RNA::energy_of_struct($seq, $sest);
412 $e2s = RNA::energy_of_circ_struct($seq, $sest);
416 $e2s = RNA::energy_of_struct($seq, $sest);
420 $small*(($e1-$e1s+$dG) + ($e2 - $e2s+$dG));
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/
H A Dinit_env.py124 def e2s(ep, base='src'): function
145 scripts[x] = list(map(e2s, entry_points[y]))
/dports/math/ogdf/OGDF/src/ogdf/energybased/davidson_harel/
H A DPlanarity.cpp104 const DPoint &e2s, in lowLevelIntersect() argument
107 DPoint s1(e1s),t1(e1t),s2(e2s),t2(e2t); in lowLevelIntersect()

1234567