Home
last modified time | relevance | path

Searched +refs:m2 +refs:mode +refs:map (Results 176 – 200 of 1805) sorted by relevance

12345678910>>...73

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java193 for (VerboseResolutionMode mode : values()) { in getVerboseResolutionMode()
194 if (args.contains(mode.opt)) { in getVerboseResolutionMode()
195 res.add(mode); in getVerboseResolutionMode()
196 } else if (args.contains("-" + mode.opt)) { in getVerboseResolutionMode()
197 res.remove(mode); in getVerboseResolutionMode()
1598 Symbol m2, in mostSpecific() argument
1602 switch (m2.kind) { in mostSpecific()
1604 if (m1 == m2) return m1; in mostSpecific()
1643 return m2; in mostSpecific()
2559 deferredAttr.super(mode, msym, step);
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java198 for (VerboseResolutionMode mode : values()) { in getVerboseResolutionMode()
199 if (args.contains(mode.opt)) { in getVerboseResolutionMode()
200 res.add(mode); in getVerboseResolutionMode()
201 } else if (args.contains("-" + mode.opt)) { in getVerboseResolutionMode()
202 res.remove(mode); in getVerboseResolutionMode()
1603 Symbol m2, in mostSpecific() argument
1607 switch (m2.kind) { in mostSpecific()
1609 if (m1 == m2) return m1; in mostSpecific()
1648 return m2; in mostSpecific()
2579 deferredAttr.super(mode, msym, step);
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java193 for (VerboseResolutionMode mode : values()) { in getVerboseResolutionMode()
194 if (args.contains(mode.opt)) { in getVerboseResolutionMode()
195 res.add(mode); in getVerboseResolutionMode()
196 } else if (args.contains("-" + mode.opt)) { in getVerboseResolutionMode()
197 res.remove(mode); in getVerboseResolutionMode()
1598 Symbol m2, in mostSpecific() argument
1602 switch (m2.kind) { in mostSpecific()
1604 if (m1 == m2) return m1; in mostSpecific()
1643 return m2; in mostSpecific()
2559 deferredAttr.super(mode, msym, step);
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java191 for (VerboseResolutionMode mode : values()) { in getVerboseResolutionMode()
192 if (args.contains(mode.opt)) { in getVerboseResolutionMode()
193 res.add(mode); in getVerboseResolutionMode()
194 } else if (args.contains("-" + mode.opt)) { in getVerboseResolutionMode()
195 res.remove(mode); in getVerboseResolutionMode()
1596 Symbol m2, in mostSpecific() argument
1600 switch (m2.kind) { in mostSpecific()
1602 if (m1 == m2) return m1; in mostSpecific()
1641 return m2; in mostSpecific()
2557 deferredAttr.super(mode, msym, step);
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java198 for (VerboseResolutionMode mode : values()) { in getVerboseResolutionMode()
199 if (args.contains(mode.opt)) { in getVerboseResolutionMode()
200 res.add(mode); in getVerboseResolutionMode()
201 } else if (args.contains("-" + mode.opt)) { in getVerboseResolutionMode()
202 res.remove(mode); in getVerboseResolutionMode()
1609 Symbol m2, in mostSpecific() argument
1613 switch (m2.kind) { in mostSpecific()
1615 if (m1 == m2) return m1; in mostSpecific()
1654 return m2; in mostSpecific()
2585 deferredAttr.super(mode, msym, step);
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java198 for (VerboseResolutionMode mode : values()) { in getVerboseResolutionMode()
199 if (args.contains(mode.opt)) { in getVerboseResolutionMode()
200 res.add(mode); in getVerboseResolutionMode()
201 } else if (args.contains("-" + mode.opt)) { in getVerboseResolutionMode()
202 res.remove(mode); in getVerboseResolutionMode()
1609 Symbol m2, in mostSpecific() argument
1613 switch (m2.kind) { in mostSpecific()
1615 if (m1 == m2) return m1; in mostSpecific()
1654 return m2; in mostSpecific()
2585 deferredAttr.super(mode, msym, step);
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_builtin.py389 mode,
431 compile(source, '?', mode)
435 mode,
480 compile(source, '?', mode)
486 mode,
955 list(map(lambda x: list(map(sqrt, x)), [[16, 4], [81, 9]])),
968 list(map(plus, [1, 3, 7])),
980 list(map(int, Squares(10))),
1007 m2 = map(map_char, "Is this the real life?")
1008 self.check_iter_pickle(m1, list(m2), proto)
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_builtin.py389 mode,
431 compile(source, '?', mode)
435 mode,
480 compile(source, '?', mode)
486 mode,
955 list(map(lambda x: list(map(sqrt, x)), [[16, 4], [81, 9]])),
968 list(map(plus, [1, 3, 7])),
980 list(map(int, Squares(10))),
1007 m2 = map(map_char, "Is this the real life?")
1008 self.check_iter_pickle(m1, list(m2), proto)
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_builtin.py389 mode,
431 compile(source, '?', mode)
435 mode,
480 compile(source, '?', mode)
486 mode,
955 list(map(lambda x: list(map(sqrt, x)), [[16, 4], [81, 9]])),
968 list(map(plus, [1, 3, 7])),
980 list(map(int, Squares(10))),
1007 m2 = map(map_char, "Is this the real life?")
1008 self.check_iter_pickle(m1, list(m2), proto)
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/n1ql/
H A Dn1ql.cc86 typedef std::map<std::string, LruCache::iterator> Lookup;
142 LruCache::iterator m2 = m->second;
143 delete *m2;
145 lru.erase(m2);
368 if (LCBT_SETTING(instance, auth)->mode() == LCBAUTH_MODE_DYNAMIC) {
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/test/
H A Dtest_irclib.py46 mode = ircmsgs.op('#foo', 'jemfinch') variable in IrcMsgQueueTestCase
65 q.enqueue(self.mode)
125 q.enqueue(self.mode)
126 self.assertEqual(self.mode, q.dequeue())
136 q.enqueue(self.mode)
177 q.enqueue(self.mode)
180 q.enqueue(self.mode)
518 m2 = ircmsgs.IrcMsg('@batch=name :someuser4 JOIN #foo')
519 self.irc.feedMsg(m2)
532 self.assertEqual(c.batch, irclib.Batch('netjoin', (), [m1, m2]))
[all …]
/dports/math/polymake/polymake-4.5/apps/common/rules/
H A Dset_types413 # Accessing or inserting a value needs logarithmic time O(log n), where n is the size of the map.
432 my ($proto, $m1, $m2)=@_;
433 return 0 unless keys(%$m1) == keys(%$m2);
435 while (my ($k1, $v1, $k2, $v2)=(each(%$m1), each(%$m2))) {
464 # An unordered map based on a hash table. Its interface is similar to that of [[Map]],
481 # Size of the map
501 # mode: perl
503 # indent-tabs-mode:nil
/dports/math/R-cran-lava/lava/vignettes/
H A Dcorrelation.org110 : m1 m2 p1 p2 p3 p4 p5
274 m2 <- m %>%
303 e2 <- estimate(m2, d)
346 m2 <- lvm() %>%
350 e2 <- estimate(m2, data=d)
590 # my-org-buffer-local-mode: t
594 # eval: (define-key my-org-buffer-local-mode-map (kbd "<f10>") 'myknit)
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_vorbis.h2350 *mode = i; in vorbis_decode_initial()
2383 Mapping *map; in vorbis_decode_packet_rest() local
2493 if (!zero_channel[map->chan[i].magnitude] || !zero_channel[map->chan[i].angle]) { in vorbis_decode_packet_rest()
2528 float a2,m2; in vorbis_decode_packet_rest() local
2532 m2 = m[j]; in vorbis_decode_packet_rest()
2538 m2 = m[j] + a[j]; in vorbis_decode_packet_rest()
2543 m2 = m[j]; in vorbis_decode_packet_rest()
2549 m2 = m[j] - a[j]; in vorbis_decode_packet_rest()
2551 m[j] = m2; in vorbis_decode_packet_rest()
2633 int mode, left_end, right_end; in vorbis_decode_packet() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java187 for (VerboseResolutionMode mode : values()) { in getVerboseResolutionMode()
188 if (args.contains(mode.opt)) { in getVerboseResolutionMode()
189 res.add(mode); in getVerboseResolutionMode()
190 } else if (args.contains("-" + mode.opt)) { in getVerboseResolutionMode()
191 res.remove(mode); in getVerboseResolutionMode()
238 List<Type> argtypes2 = Type.map(argtypes, in reportVerboseResolutionDiagnostic()
1485 Symbol m2, in mostSpecific() argument
1490 switch (m2.kind) { in mostSpecific()
1521 return m2; in mostSpecific()
2305 deferredAttr.super(mode, msym, step);
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java187 for (VerboseResolutionMode mode : values()) { in getVerboseResolutionMode()
188 if (args.contains(mode.opt)) { in getVerboseResolutionMode()
189 res.add(mode); in getVerboseResolutionMode()
190 } else if (args.contains("-" + mode.opt)) { in getVerboseResolutionMode()
191 res.remove(mode); in getVerboseResolutionMode()
238 List<Type> argtypes2 = Type.map(argtypes, in reportVerboseResolutionDiagnostic()
1485 Symbol m2, in mostSpecific() argument
1490 switch (m2.kind) { in mostSpecific()
1521 return m2; in mostSpecific()
2305 deferredAttr.super(mode, msym, step);
[all …]
/dports/lang/kawa/kawa-3.1.1/testsuite/
H A Dmac-test.scm121 (map (cut + (begin (set! a (+ a 1)) a) <>)
139 (map (cute + (begin (set! a (+ a 1)) a) <>)
266 ((log-mode mode)
267 (case 'mode
278 ((m1 (syntax-rules () ((m1 x) (id (m2 x)))))
279 (m2 (syntax-rules () ((m2 x) (id (m3 x)))))
382 `(+ ,@(map double args))))
649 (map (r7rs-rec1 fact
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.6/
H A D_stdenv.def1256 /* Morph a mask with a [[real]] matrix ... turn m2 into an image, morph it
1259 _morph_2_masks fn m1 m2
1263 image = im_mask2vips (Matrix m2) == 255;
1267 // need to embed m2 in an image large enough for us to be able to
1282 = map (map fn) m'.value
1437 hist_find_indexed mode index value
1444 (compose (compose Plot_histogram) (hist_find_indexed mode))
1451 "combine" => mode
1692 sharpen radius x1 y2 y3 m1 m2 in
1696 (to_real m1) (to_real m2), is_image in
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/start/
H A D_stdenv.def1256 /* Morph a mask with a [[real]] matrix ... turn m2 into an image, morph it
1259 _morph_2_masks fn m1 m2
1263 image = im_mask2vips (Matrix m2) == 255;
1267 // need to embed m2 in an image large enough for us to be able to
1282 = map (map fn) m'.value
1437 hist_find_indexed mode index value
1444 (compose (compose Plot_histogram) (hist_find_indexed mode))
1451 "combine" => mode
1692 sharpen radius x1 y2 y3 m1 m2 in
1696 (to_real m1) (to_real m2), is_image in
[all …]
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dcompiler.boot54 ([val,mode,.]:= FUNCALL(compFun,x,m,e); [val,mode,e])
662 [[name,:mode] for [":",name,mode] in l]
1032 for (modemap:= [map,cexpr]) in getModemapList("case",2,e') | map is [.,.,s,
1075 stackWarning(["cannot pretend ",x," of mode ",T.mode," to mode ",m])
1107 fn(x,m1,m2) ==
1109 " to mode","%b",m2,"%d"]
1118 T.mode=$EmptyMode or modeEqualSubst(T.mode,m,T.env) =>
1199 T.mode
1232 for (modemap:= [map,cexpr]) in getModemapList("coerce",1,e) | map is [.,t,
1245 for (modemap:= [map,cexpr]) in getModemapList("autoCoerce",1,e) | map is [
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/cali/
H A Dcali.rlg685 map:={s,r,{a=x^2,b=x*y,c=x*z,d=y^2,e=y*z,f=z^2}};
688 map := {{{a,
708 preimage({y^2z-x^3-x*z^2},map);
722 % Example 6 : The preimage under a rational map.
729 map:={r,s,{x=2t/(t^2+1),y=(t^2-1)/(t^2+1)}};
732 map := {{{x,y},{},lex,{1,1}},
739 ratpreimage({},map);
747 ratpreimage({2t-3},map);
1718 % an excursion to symbolic mode. Of course, this can be done
1727 % In symbolic mode data gets printed as raw Lisp structures, and
[all …]
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dpsyntax69c.ss125 ;;; (import (except m1 x) (only m2 x))
1199 (lambda (m1 m2)
1200 (if (null? m2)
1202 (append m1 m2))))
1218 (lambda (m1 m2)
1219 (smart-append m1 m2)))
2200 (define update-mode-set
3489 ;;; translating each mode in the old mode set based on the situations
3509 ;;; Initial mode sets
3821 ((_ m1 m2 ...)
[all …]
/dports/devel/py-future/future-0.18.2/tests/test_future/
H A Dtest_builtins.py9 filter, map, zip, min, max)
519 compile(source='pass', filename='?', mode='exec')
520 compile(dont_inherit=0, filename='tmp', source='0', mode='eval')
521 compile('pass', '?', dont_inherit=1, mode='exec')
530 mode='eval', source='0', filename='tmp')
1013 list(map(lambda x: list(map(sqrt, x)), [[16, 4], [81, 9]])),
1026 list(map(plus, [1, 3, 7])),
1038 list(map(int, Squares(10))),
1051 self.assertRaises(TypeError, map)
1065 m2 = map(map_char, "Is this the real life?")
[all …]
/dports/games/scid/scid/tcl/tools/
H A Dfics.tcl552 set line [string map {"\a" ""} $line]
776 set m2 ""
787 … if {[llength $line ] == 5 && [scan $line "%d. %s (%d:%d) %s (%d:%d)" t1 m1 t2 t3 m2 t4 t5] != 7} {
797 if {$m2 != ""} {
798 catch { sc_move addSan $m2 }
864 set line [string map {"\"" "" ";" ""} $line ]
1059 set m [string map { "-" "" "=" "" } $m]
1419 proc close { {mode ""} } { argument
1429 if {$mode != "error"} {
/dports/lang/cython/Cython-0.29.24/tests/memoryview/
H A Dmemslice.pyx1 # mode: run
40 print "shape: " + " ".join(map(str, memview.shape))
1139 For IntStridedMockBuffer, mode should be
1756 also not compile in nogil mode. So instead we mutate it into an IndexNode.
2216 m2[...] = m1
2220 print m2[i]
2222 obj = m2[5]
2225 del m2
2277 m2[i, j] = i * m2.shape[1] + j
2303 m2[...] = 3
[all …]

12345678910>>...73