Home
last modified time | relevance | path

Searched refs:origs (Results 1 – 25 of 114) sorted by relevance

12345

/dports/math/py-sympy/sympy-1.9/sympy/polys/
H A Dpolyerrors.py152 def __init__(self, opt, origs, exprs, seq=False): argument
154 self.orig = origs
156 self.origs = [origs]
159 self.origs = origs
169 return "can't construct polynomials from %s" % ', '.join(map(str, self.origs))
/dports/math/py-Diofant/Diofant-0.13.0/diofant/polys/
H A Dpolyerrors.py159 def __init__(self, opt, origs, exprs, seq=False): argument
161 self.orig = origs
163 self.origs = [origs]
166 self.origs = origs
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSelect/
H A DIGESSelect_RebuildDrawings.cxx94 Handle(TColgp_HArray1OfXY) origs; in Performing() local
95 if (nbv > 0) origs = new TColgp_HArray1OfXY (1,nbv); in Performing()
101 origs->SetValue(iv,draw->ViewOrigin(iv).XY()); in Performing()
119 newdraw->Init (views,origs,frame); in Performing()
130 Handle(TColgp_HArray1OfXY) origs; in Performing() local
131 if (nbv > 0) origs = new TColgp_HArray1OfXY (1,nbv); in Performing()
141 origs->SetValue(iv,draw->ViewOrigin(iv).XY()); in Performing()
159 newdraw->Init (views,origs,rots,frame); in Performing()
/dports/astro/py-astropy/astropy-5.0/astropy/table/tests/
H A Dtest_info.py269 origs = {}
271 origs[name] = deepcopy(t[name].info.serialize_method)
278 assert t['mc2'].info.serialize_method == origs['mc2']
282 assert t[name].info.serialize_method == origs[name] # dict compare
295 assert t[name].info.serialize_method == origs[name] # dict compare
307 assert t[name].info.serialize_method == origs[name] # dict compare
317 origs = deepcopy(t['a'].info.serialize_method)
326 assert t['a'].info.serialize_method == origs # dict compare
/dports/devel/p5-List-UtilsBy-XS/List-UtilsBy-XS-0.05/xs-src/
H A DUtilsBy.xs623 AV *ret_vals, *remains, *origs; in extract_by() local
641 origs = (AV*)SvRV(args[1]); in extract_by()
650 arg = *av_fetch(origs, i, 0); in extract_by()
666 av_clear(origs); in extract_by()
671 av_push(origs, newSVsv(val)); in extract_by()
699 AV *weights, *origs, *retvals; in weighted_shuffle_by() local
736 while ( (av_len(origs) + 1) > 1) { in weighted_shuffle_by()
762 last = *av_fetch(origs, av_len(origs), 0); in weighted_shuffle_by()
763 av_store(origs, idx, last); in weighted_shuffle_by()
764 (void)av_pop(origs); in weighted_shuffle_by()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/model/pdata/
H A Dcommon.go395 origs := make([]otlpcommon.KeyValue, len(attrMap))
398 origs[ix].Key = k
399 v.copyTo(&origs[ix].Value)
402 *am.orig = origs
663 origs := make([]otlpcommon.KeyValue, len(*am.orig))
666 origs[i].Key = akv.Key
667 AttributeValue{&akv.Value}.copyTo(&origs[i].Value)
669 *dest.orig = origs
700 origs[ix].Key = k
701 origs[ix].Value = v
[all …]
H A Dgenerated_trace.go79 origs := make([]otlptrace.ResourceSpans, srcLen)
82 wrappers[i] = &origs[i]
255 origs := make([]otlptrace.InstrumentationLibrarySpans, srcLen)
258 wrappers[i] = &origs[i]
431 origs := make([]otlptrace.Span, srcLen)
434 wrappers[i] = &origs[i]
741 origs := make([]otlptrace.Span_Event, srcLen)
744 wrappers[i] = &origs[i]
945 origs := make([]otlptrace.Span_Link, srcLen)
948 wrappers[i] = &origs[i]
H A Dgenerated_log.go79 origs := make([]otlplogs.ResourceLogs, srcLen)
82 wrappers[i] = &origs[i]
255 origs := make([]otlplogs.InstrumentationLibraryLogs, srcLen)
258 wrappers[i] = &origs[i]
431 origs := make([]otlplogs.LogRecord, srcLen)
434 wrappers[i] = &origs[i]
H A Dgenerated_metrics.go79 origs := make([]otlpmetrics.ResourceMetrics, srcLen)
82 wrappers[i] = &origs[i]
258 wrappers[i] = &origs[i]
431 origs := make([]otlpmetrics.Metric, srcLen)
434 wrappers[i] = &origs[i]
883 origs := make([]otlpmetrics.IntDataPoint, srcLen)
886 wrappers[i] = &origs[i]
1089 wrappers[i] = &origs[i]
1318 wrappers[i] = &origs[i]
1560 wrappers[i] = &origs[i]
[all …]
/dports/devel/publib/publib-0.40/strutil/
H A Dstrrev.c41 char c, *t, *origs = s; in strrev() local
51 return origs; in strrev()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/tests/
H A Dt_f64x4.rs346 let origs = [base, base + inc, base + 2.0 * inc, base + 3.0 * inc]; in impl_f64x4_asin_acos() localVariable
347 let (actual_asins, actual_acoses) = f64x4::from(origs).asin_acos(); in impl_f64x4_asin_acos()
349 let orig = origs[i]; in impl_f64x4_asin_acos()
375 let origs = [base, base + inc, base + 2.0 * inc, base + 3.0 * inc]; in impl_f64x4_asin() localVariable
376 let actual_asins = f64x4::from(origs).asin(); in impl_f64x4_asin()
378 let orig = origs[i]; in impl_f64x4_asin()
403 let origs = [base, base + inc, base + 2.0 * inc, base + 3.0 * inc]; in impl_f64x4_acos() localVariable
404 let actual_acoses = f64x4::from(origs).acos(); in impl_f64x4_acos()
406 let orig = origs[i]; in impl_f64x4_acos()
432 let actual_atans = f64x4::from(origs).atan(); in impl_f64x4_atan()
[all …]
H A Dt_f64x2.rs460 let origs = [base, base + inc]; in impl_f64x2_asin_acos() localVariable
463 let orig = origs[i]; in impl_f64x2_asin_acos()
489 let origs = [base, base + inc]; in impl_f64x2_asin() localVariable
490 let actual_asins = f64x2::from(origs).asin(); in impl_f64x2_asin()
492 let orig = origs[i]; in impl_f64x2_asin()
517 let origs = [base, base + inc]; in impl_f64x2_acos() localVariable
518 let actual_acoses = f64x2::from(origs).acos(); in impl_f64x2_acos()
520 let orig = origs[i]; in impl_f64x2_acos()
545 let origs = [base, base + inc]; in impl_f64x2_atan() localVariable
546 let actual_atans = f64x2::from(origs).atan(); in impl_f64x2_atan()
[all …]
H A Dt_f32x8.rs436 let origs = [ in impl_f32x8_asin_acos() localVariable
448 let orig = origs[i]; in impl_f32x8_asin_acos()
474 let origs = [ in impl_f32x8_asin() localVariable
484 let actual_asins = f32x8::from(origs).asin(); in impl_f32x8_asin()
486 let orig = origs[i]; in impl_f32x8_asin()
511 let origs = [ in impl_f32x8_acos() localVariable
521 let actual_acoses = f32x8::from(origs).acos(); in impl_f32x8_acos()
523 let orig = origs[i]; in impl_f32x8_acos()
548 let origs = [ in impl_f32x8_atan() localVariable
558 let actual_atans = f32x8::from(origs).atan(); in impl_f32x8_atan()
[all …]
H A Dt_f32x4.rs431 let origs = [base, base + inc, base + 2.0 * inc, base + 3.0 * inc]; in impl_f32x4_asin_acos() localVariable
432 let (actual_asins, actual_acoses) = f32x4::from(origs).asin_acos(); in impl_f32x4_asin_acos()
434 let orig = origs[i]; in impl_f32x4_asin_acos()
460 let origs = [base, base + inc, base + 2.0 * inc, base + 3.0 * inc]; in impl_f32x4_asin() localVariable
461 let actual_asins = f32x4::from(origs).asin(); in impl_f32x4_asin()
463 let orig = origs[i]; in impl_f32x4_asin()
488 let origs = [base, base + inc, base + 2.0 * inc, base + 3.0 * inc]; in impl_f32x4_acos() localVariable
489 let actual_acoses = f32x4::from(origs).acos(); in impl_f32x4_acos()
491 let orig = origs[i]; in impl_f32x4_acos()
517 let actual_atans = f32x4::from(origs).atan(); in impl_f32x4_atan()
[all …]
/dports/devel/py-rope/rope-0.18.0/rope/contrib/
H A Dfixsyntax.py79 self.origs = list(range(len(self.lines) + 1))
157 self.diffs[self.origs[lineno]] += len(line) - len(self.lines[lineno])
161 self.diffs[self.origs[lineno]] += len(line) + 1
162 self.origs.insert(lineno, self.origs[lineno])
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/kurin/blazer/base/
H A Dstrings_test.go10 origs := []string{
23 for _, orig := range origs {
/dports/lang/racket/racket-8.3/collects/racket/private/
H A Dsubmodule.rkt76 [origs (cdr (unbox stxs-box))])
77 (if (null? origs) stx
78 (let* ([orig (car origs)]
82 (cdr origs))))))]))))
/dports/lang/racket-minimal/racket-8.3/collects/racket/private/
H A Dsubmodule.rkt76 [origs (cdr (unbox stxs-box))])
77 (if (null? origs) stx
78 (let* ([orig (car origs)]
82 (cdr origs))))))]))))
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dconv.c471 struct termios origs, news; local
476 if (tcgetattr(STDIN_FILENO, &origs) < 0)
478 news = origs;
500 tcsetattr(STDIN_FILENO, TCSANOW, &origs);
505 if (!not_interactive && tcsetattr(STDIN_FILENO, TCSANOW, &origs) < 0) {
516 struct termios origs, news; local
521 if (tcgetattr(STDIN_FILENO, &origs) < 0)
523 news = origs;
546 if (!not_interactive && tcsetattr(STDIN_FILENO, TCSANOW, &origs) < 0)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/TreeManipulation/
H A DAddNodeBeforeAfterBase.cs104 foreach (var origs in origNodes.NonRecursiveVariations(2)) in ValidAddIntoXDocument()
106 if (origs.Select(o => new ExpectedValue(false, o)).IsXDocValid()) in ValidAddIntoXDocument()
112 var doc = new XDocument(origs); in ValidAddIntoXDocument()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/transforms/presets/
H A Dyolo.py52 origs = []
59 origs.append(orig_img)
61 return tensors[0], origs[0]
62 return tensors, origs
H A Dcenter_net.py50 origs = []
57 origs.append(orig_img)
59 return tensors[0], origs[0]
60 return tensors, origs
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dquirks.go368 origs map[types2.Type]types2.Type member
372 if orig, ok := d.origs[t]; ok {
383 if d.origs == nil {
384 d.origs = make(map[types2.Type]types2.Type)
386 assert(d.origs[t] == nil)
387 d.origs[t] = orig
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/plugins/
H A Dediting.py42 def filter_list(self, origs, names): argument
43 return list(map(self.filter, origs, names))
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/tests/
H A Dtest_dilate_erode.py33 origs = []
35 origs.append(A.copy())
39 assert np.all(A == origs[-i-1])

12345