Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 25 of 9111) sorted by relevance

12345678910>>...365

/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DSafeCastTests.cpp12 char orig = 1; variable
34 signed char orig = 1; variable
56 unsigned char orig = 1; variable
78 short orig = 1; variable
100 signed short orig = 1; variable
144 int orig = 1; variable
166 signed int orig = 1; variable
210 long orig = 1; variable
254 __int64 orig = 1; variable
320 __int3264 orig = 1; variable
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/model/pdata/
H A Dgenerated_metrics.go136 *dest.orig = *es.orig
138 *dest.orig = append(*dest.orig, *es.orig...)
312 *dest.orig = *es.orig
314 *dest.orig = append(*dest.orig, *es.orig...)
488 *dest.orig = *es.orig
490 *dest.orig = append(*dest.orig, *es.orig...)
942 *dest.orig = append(*dest.orig, *es.orig...)
1145 *dest.orig = append(*dest.orig, *es.orig...)
1374 *dest.orig = append(*dest.orig, *es.orig...)
1616 *dest.orig = append(*dest.orig, *es.orig...)
[all …]
H A Dgenerated_trace.go136 *dest.orig = *es.orig
138 *dest.orig = append(*dest.orig, *es.orig...)
312 *dest.orig = *es.orig
314 *dest.orig = append(*dest.orig, *es.orig...)
488 *dest.orig = *es.orig
490 *dest.orig = append(*dest.orig, *es.orig...)
529 return Span{orig: orig}
798 *dest.orig = *es.orig
800 *dest.orig = append(*dest.orig, *es.orig...)
1002 *dest.orig = *es.orig
[all …]
H A Dgenerated_log.go136 *dest.orig = *es.orig
138 *dest.orig = append(*dest.orig, *es.orig...)
160 *es.orig = (*es.orig)[:newLen]
176 return ResourceLogs{orig: orig}
312 *dest.orig = *es.orig
314 *dest.orig = append(*dest.orig, *es.orig...)
488 *dest.orig = *es.orig
490 *dest.orig = append(*dest.orig, *es.orig...)
529 return LogRecord{orig: orig}
556 (*ms.orig).TraceId = v.orig
[all …]
H A Dcommon.go264 if a.orig == av.orig {
268 if a.orig.Value == nil || av.orig.Value == nil {
269 return a.orig.Value == av.orig.Value
445 *akv = (*am.orig)[len(*am.orig)-1]
446 *am.orig = (*am.orig)[:len(*am.orig)-1]
617 return (*am.orig)[i].Key < (*am.orig)[j].Key
652 *dest.orig = (*dest.orig)[:newLen:oldCap]
739 (*sm.orig)[i] = (*sm.orig)[len(*sm.orig)-1]
740 *sm.orig = (*sm.orig)[:len(*sm.orig)-1]
803 *dest.orig = (*dest.orig)[:newLen:oldCap]
[all …]
H A Dgenerated_common.go37 return InstrumentationLibrary{orig: orig}
54 (*ms.orig).Name = v
101 return len(*es.orig)
120 (*dest.orig) = (*dest.orig)[:srcLen:destCap]
149 *es.orig = newOrig
155 *es.orig = append(*es.orig, otlpcommon.AnyValue{})
164 *dest.orig = *es.orig
166 *dest.orig = append(*dest.orig, *es.orig...)
168 *es.orig = nil
184 (*es.orig)[newLen] = (*es.orig)[i]
[all …]
/dports/misc/perkeep/perkeep-0.11/internal/images/
H A Dbench_test.go40 benchRescale(b, orig, orig, thumb, thumb)
45 benchRescale(b, orig, orig, thumb, thumb)
50 benchRescale(b, orig, orig, thumb, thumb)
55 benchRescale(b, orig, orig, thumb, thumb)
60 benchRescale(b, orig, orig, thumb, thumb)
65 benchRescale(b, orig, orig, thumb, thumb)
70 benchRescale(b, orig, orig, thumb, thumb)
75 benchRescale(b, orig, orig, thumb, thumb)
80 benchRescale(b, orig, orig, thumb, thumb)
85 benchRescale(b, orig, orig, thumb, thumb)
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/laf/third_party/stringencoders/test/
H A Dcxx_test.cc27 string s(orig); in test_b2()
30 if (s != orig) { in test_b2()
65 string s(orig); in test_b16()
76 if (s != orig) { in test_b16()
112 string s(orig); in test_b64()
114 if (s == orig) { in test_b64()
120 if (s != orig) { in test_b64()
137 string s(orig); in test_b64w()
381 string orig; in test_ascii_inline() local
384 toupper(orig); in test_ascii_inline()
[all …]
H A Dmodp_ascii_test.c21 modp_tolower(orig, strlen(orig)); in testLowerSimple()
25 modp_tolower(orig, strlen(orig)); in testLowerSimple()
29 modp_tolower(orig, strlen(orig)); in testLowerSimple()
33 modp_tolower(orig, strlen(orig)); in testLowerSimple()
92 modp_toupper(orig, strlen(orig)); in testUpperSimple()
96 modp_toupper(orig, strlen(orig)); in testUpperSimple()
100 modp_toupper(orig, strlen(orig)); in testUpperSimple()
104 modp_toupper(orig, strlen(orig)); in testUpperSimple()
119 modp_toprint(orig, strlen(orig)); in testPrintSimple()
123 modp_toprint(orig, strlen(orig)); in testPrintSimple()
[all …]
/dports/devel/p5-Class-Method-Modifiers/Class-Method-Modifiers-2.13/t/
H A D081-sub-and-modifier.t8 $class->orig("hi");
12 is($seen[2], "orig:hi");
19 $class->orig("yo");
34 $class->orig("oy");
45 $class->orig("bye");
60 sub orig
74 $orig->(@_);
99 $orig->(@_);
115 sub orig
129 $orig->(@_);
[all …]
/dports/devel/stringencoders/stringencoders-v3.10.3/test/
H A Dcxx_test.cc27 string s(orig); in test_b2()
30 if (s != orig) { in test_b2()
65 string s(orig); in test_b16()
76 if (s != orig) { in test_b16()
112 string s(orig); in test_b64()
114 if (s == orig) { in test_b64()
120 if (s != orig) { in test_b64()
137 string s(orig); in test_b64w()
381 string orig; in test_ascii_copy() local
384 toupper(orig); in test_ascii_copy()
[all …]
H A Dmodp_ascii_test.c20 modp_tolower(orig, strlen(orig)); in testLowerSimple()
24 modp_tolower(orig, strlen(orig)); in testLowerSimple()
28 modp_tolower(orig, strlen(orig)); in testLowerSimple()
32 modp_tolower(orig, strlen(orig)); in testLowerSimple()
92 modp_toupper(orig, strlen(orig)); in testUpperSimple()
96 modp_toupper(orig, strlen(orig)); in testUpperSimple()
100 modp_toupper(orig, strlen(orig)); in testUpperSimple()
104 modp_toupper(orig, strlen(orig)); in testUpperSimple()
119 modp_toprint(orig, strlen(orig)); in testPrintSimple()
123 modp_toprint(orig, strlen(orig)); in testPrintSimple()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/io/xseed/tests/
H A Dtest_fields.py30 orig = b'1992,002~'
84 orig = b'1992,002~'
89 orig = b'2007,199~'
94 orig = b'1992'
96 orig = b'1992,'
98 orig = b'1992~'
100 orig = b'1992,~'
103 orig = b'~'
108 orig = b''
112 orig = b'2007,199~'
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/op/
H A D_tensor_grad.py64 x = orig.args[0]
71 x = orig.args[0]
80 x = orig.args[0]
187 return [grad * orig * (ones_like(orig) - orig)]
193 return [grad * ones_like(orig) - orig * orig]
246 return [orig]
471 x, axis = orig.args[0], _get_reduce_axis(orig)
494 return [(grad - _sum(grad * orig, orig.attrs.axis, True)) * orig]
599 data, axis = orig.args[0], _get_reduce_axis(orig)
610 data, axis = orig.args[0], _get_reduce_axis(orig)
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/palettes/
H A DModelica.cosf109 " xstring(orig(1)+sz(1)*1/12,orig(2)+sz(2)*3/4,''+'');";
110 " xstring(orig(1)+sz(1)*7/8,orig(2)+sz(2)*3/4,''-'');";
113 " xstring(orig(1)+sz(1)*1/12,orig(2)+sz(2)*3/4,''-'');";
114 " xstring(orig(1)+sz(1)*7/8,orig(2)+sz(2)*3/4,''+'');";
118 "rectstr=stringbox(txt,orig(1),orig(2),0,style,1);";
139 "xsegs(orig(1)+sz(1)*[0 1],orig(2)+sz(2)*[1/2 1/2],0);";
176 "xpoly(orig(1)+xx*sz(1),orig(2)+yy*sz(2));";
202 "rectstr=stringbox(txt,orig(1),orig(2),0,style,1);";
289 "xpoly(orig(1)+xx*sz(1),orig(2)+yy*sz(2)); ";
292 "rectstr=stringbox(txt,orig(1),orig(2),0,style,1);";
[all …]
/dports/net/tightvnc/vnc_unixsrc/
H A DChangeLog29 M /orig/trunk/vnc_unixsrc/vncserver
36 M /orig/trunk/vnc_unixsrc/README
40 M /orig/trunk/vnc_unixsrc/vncserver
83 M /orig/trunk/vnc_javasrc
84 M /orig/trunk/vnc_unixsrc
85 M /orig/trunk/vnc_winsrc
120 M /orig/trunk/vnc_unixsrc/README
287 M /orig/trunk/vnc_unixsrc/README
1372 D /orig/trunk/vnc_unixsrc/lib
1454 A /orig/trunk/vnc_unixsrc/lib
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dtest_endswap.c71 if (memcmp (orig, first, sizeof (orig)) == 0) in test_endswap_short()
78 if (memcmp (orig, second, sizeof (orig)) != 0) in test_endswap_short()
87 if (memcmp (orig, first, sizeof (orig)) != 0) in test_endswap_short()
97 if (memcmp (orig, first, sizeof (orig)) != 0) in test_endswap_short()
131 if (memcmp (orig, first, sizeof (orig)) == 0) in test_endswap_int()
138 if (memcmp (orig, second, sizeof (orig)) != 0) in test_endswap_int()
147 if (memcmp (orig, first, sizeof (orig)) != 0) in test_endswap_int()
157 if (memcmp (orig, first, sizeof (orig)) != 0) in test_endswap_int()
191 if (memcmp (orig, first, sizeof (orig)) == 0) in test_endswap_int64_t()
207 if (memcmp (orig, first, sizeof (orig)) != 0) in test_endswap_int64_t()
[all …]
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_math/
H A Dsimplealgebra.F9097 real(dp), intent(in) :: orig(:, :) local
110 det = determinant33(orig)
113 inverted(1, 1) = -orig(2, 3) * orig(3, 2) + orig(2, 2) * orig(3, 3)
114 inverted(2, 1) = orig(2, 3) * orig(3, 1) - orig(2, 1) * orig(3, 3)
115 inverted(3, 1) = -orig(2, 2) * orig(3, 1) + orig(2, 1) * orig(3, 2)
117 inverted(1, 2) = orig(1, 3) * orig(3, 2) - orig(1, 2) * orig(3, 3)
118 inverted(2, 2) = -orig(1, 3) * orig(3, 1) + orig(1, 1) * orig(3, 3)
119 inverted(3, 2) = orig(1, 2) * orig(3, 1) - orig(1, 1) * orig(3, 2)
121 inverted(1, 3) = -orig(1, 3) * orig(2, 2) + orig(1, 2) * orig(2, 3)
122 inverted(2, 3) = orig(1, 3) * orig(2, 1) - orig(1, 1) * orig(2, 3)
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/
H A DBufferUtil.java123 orig.mark(); in copyByteBuffer()
125 orig.reset(); in copyByteBuffer()
198 orig.mark(); in copyDoubleBufferAsByteBuffer()
200 orig.reset(); in copyDoubleBufferAsByteBuffer()
214 orig.mark(); in copyFloatBufferAsByteBuffer()
216 orig.reset(); in copyFloatBufferAsByteBuffer()
230 orig.mark(); in copyIntBufferAsByteBuffer()
232 orig.reset(); in copyIntBufferAsByteBuffer()
246 orig.mark(); in copyLongBufferAsByteBuffer()
248 orig.reset(); in copyLongBufferAsByteBuffer()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/op/
H A D_tensor_grad.py60 x = orig.args[0]
67 x = orig.args[0]
75 x = orig.args[0]
81 x = orig.args[0]
101 return [grad * orig * (ones_like(orig) - orig)]
107 return [grad * ones_like(orig) - orig * orig]
113 x = orig.args[0]
164 return [orig]
344 x, axis = orig.args[0], _get_reduce_axis(orig)
367 return [(grad - _sum(grad * orig, orig.attrs.axis, True)) * orig]
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/op/
H A D_tensor_grad.py60 x = orig.args[0]
67 x = orig.args[0]
75 x = orig.args[0]
81 x = orig.args[0]
101 return [grad * orig * (ones_like(orig) - orig)]
107 return [grad * ones_like(orig) - orig * orig]
113 x = orig.args[0]
164 return [orig]
344 x, axis = orig.args[0], _get_reduce_axis(orig)
367 return [(grad - _sum(grad * orig, orig.attrs.axis, True)) * orig]
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seq/unit_test/
H A Dmapper_unit_test.cpp139 CSeq_loc orig; in TestMappingSeq_loc() local
148 CSeq_loc orig; in TestMappingSeq_loc_Exception() local
178 CSeq_align orig; in TestMappingSeq_align() local
187 CSeq_align orig; in TestMappingSeq_align_Exception() local
217 CSeq_graph orig; in TestMappingSeq_graph() local
226 CSeq_graph orig; in TestMappingSeq_graph_Exception() local
244 CSeq_loc orig; in TestMapping_Simple() local
407 CSeq_loc orig; in TestMapping_Merging() local
692 CSeq_align orig; in TestMapping_AlignmentsToParts() local
836 CSeq_loc orig; in TestMapper_Fuzz() local
[all …]
/dports/devel/p5-Data-Visitor/Data-Visitor-0.31/t/
H A Dcircular_refs.t39 my $orig = {
57 my $orig = [
62 my $hash = $orig->[0][0] = $orig->[1][0] = { };
81 my $orig = {
86 $orig->{foo}{self} = $orig;
87 $orig->{foo}{foo} = $orig->{foo};
97 my $orig = [
101 $orig->[0]{self} = $orig;
102 $orig->[1] = $orig->[0];
123 $orig->{bar} = \( $orig->{foo}{bar} );
[all …]
/dports/devel/p5-Class-Method-Modifiers-Fast/Class-Method-Modifiers-Fast-0.041/t/
H A D035-multiple-everything-twice.t33 sub orig
44 before orig => sub
49 before orig => sub
54 around orig => sub
58 $orig->();
62 around orig => sub
66 $orig->();
70 after orig => sub
75 after orig => sub
100 $orig->();
[all …]
/dports/devel/ccache-static/ccache-3.7.12/unittest/
H A Dtest_argument_processing.c74 args_free(orig); in TEST()
86 args_free(orig); in TEST()
105 args_free(orig); in TEST()
130 args_free(orig); in TEST()
156 args_free(orig); in TEST()
173 args_free(orig); in TEST()
188 args_free(orig); in TEST()
209 args_free(orig); in TEST()
233 args_free(orig); in TEST()
252 args_free(orig); in TEST()
[all …]

12345678910>>...365