Home
last modified time | relevance | path

Searched refs:v21 (Results 1 – 25 of 4008) sorted by relevance

12345678910>>...161

/dports/graphics/gle/gle-3.1.0/src/
H A Dintersect.h185 VEC_SCALE (v21, len21, v21); \
200 n[0] = dot * (v32[0] + v21[0]) - v32[0] - v21[0]; \
201 n[1] = dot * (v32[1] + v21[1]) - v32[1] - v21[1]; \
202 n[2] = dot * (v32[2] + v21[2]) - v32[2] - v21[2]; \
259 VEC_SCALE (v21, len21, v21); \
278 n[0] = dot * (v32[0] + v21[0]) - v32[0] - v21[0]; \
279 n[1] = dot * (v32[1] + v21[1]) - v32[1] - v21[1]; \
280 n[2] = dot * (v32[2] + v21[2]) - v32[2] - v21[2]; \
338 VEC_SCALE (v21, len21, v21); \
371 VEC_NORMALIZE (v21); \
[all …]
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/test/v21/
H A Dtest_observed_data.py705 f = stix2.v21.File(
764 f = stix2.v21.File(
788 f = stix2.v21.File(
804 f = stix2.v21.File(
824 stix2.v21.File(
835 f = stix2.v21.File(
859 f = stix2.v21.File(
883 f = stix2.v21.File(
970 f = stix2.v21.File(
1204 p = stix2.v21.Process(
[all …]
H A Dtest_custom.py7 import stix2.v21
36 stix2.v21.Identity(
47 stix2.v21.Identity(
63 stix2.v21.Identity(
78 stix2.v21.Identity(
235 stix2.v21.File(
269 stix2.v21.File(
415 @stix2.v21.CustomObject(
934 stix2.v21.File(
1052 @stix2.v21.CustomExtension(stix2.v21.DomainName, 'x-new2-ext', [])
[all …]
H A Dtest_environment.py31 reprt = stix2.v21.Report(
51 object_marking_refs=[stix2.v21.TLP_WHITE],
66 reprt = stix2.v21.Report(
102 ext_ref = stix2.v21.ExternalReference(
117 mark_def = stix2.v21.MarkingDefinition(
132 ext_ref = stix2.v21.ExternalReference(
136 ext_ref2 = stix2.v21.ExternalReference(
140 ext_ref3 = stix2.v21.ExternalReference(
153 ext_ref = stix2.v21.ExternalReference(
157 ext_ref2 = stix2.v21.ExternalReference(
[all …]
H A Dtest_indicator.py40 ind = stix2.v21.Indicator(
80 assert excinfo.value.cls == stix2.v21.Indicator
98 stix2.v21.Indicator()
148 ind = stix2.v21.Indicator(**INDICATOR_KWARGS)
181 stix2.v21.Indicator(
192 stix2.v21.Indicator(
207 ext_ref = stix2.v21.ExternalReference(
214 ind = stix2.v21.Indicator(
232 ext_ref = stix2.v21.ExternalReference(
253 stix2.v21.Indicator(
[all …]
H A Dtest_markings.py9 from stix2.v21 import TLP_WHITE
130 stix2.v21.MarkingDefinition(
139 campaign = stix2.v21.Campaign(
162 stix2.v21.GranularMarking(
174 campaign = stix2.v21.Campaign(
182 stix2.v21.GranularMarking(
217 @stix2.v21.CustomMarking(
257 @stix2.v21.CustomObject(
269 stix2.v21.MarkingDefinition(
288 campaign = stix2.v21.Campaign(
[all …]
H A Dtest_bundle.py98 bundle = stix2.v21.Bundle()
108 stix2.v21.Bundle(type="not-a-bundle")
110 assert excinfo.value.cls == stix2.v21.Bundle
118 stix2.v21.Bundle(id='my-prefix--')
120 assert excinfo.value.cls == stix2.v21.Bundle
140 bundle = stix2.v21.Bundle(indicator, malware, relationship)
146 bundle = stix2.v21.Bundle([indicator, malware, relationship])
171 stix2.v21.Bundle(objects=[1])
175 stix2.v21.Bundle(objects=[{}])
179 stix2.v21.Bundle(objects=[{'type': 'bundle'}])
[all …]
H A Dtest_deterministic_ids.py17 import stix2.v21
46 class SomeSCO(stix2.v21._Observable):
67 class SomeSCO(stix2.v21._Observable):
107 class SomeSCO(stix2.v21._Observable):
143 class SomeSCO(stix2.v21._Observable):
174 class SomeSCO(stix2.v21._Observable):
213 email_addr_1 = stix2.v21.EmailAddress(
279 email_msg_1 = stix2.v21.EmailMessage(
283 email_msg_2 = stix2.v21.EmailMessage(
299 file_observable = stix2.v21.File(
[all …]
H A Dtest_relationship.py27 rel = stix2.v21.Relationship(
63 assert excinfo.value.cls == stix2.v21.Relationship
73 assert excinfo.value.cls == stix2.v21.Relationship
81 stix2.v21.Relationship()
82 assert excinfo.value.cls == stix2.v21.Relationship
90 assert excinfo.value.cls == stix2.v21.Relationship
96 stix2.v21.Relationship(
101 assert excinfo.value.cls == stix2.v21.Relationship
116 assert excinfo.value.cls == stix2.v21.Relationship
122 rel = stix2.v21.Relationship(
[all …]
H A Dtest_versioning.py8 import stix2.v21
45 campaign_v1 = stix2.v21.Campaign(
109 stix2.v21.Campaign.__name__, "modified",
216 sco = stix2.v21.File(name="data.txt")
240 mal = stix2.v21.Malware(
255 @stix2.v21.CustomObject(
329 file_sco_obj = stix2.v21.File(
348 m = stix2.v21.Malware(
365 m = stix2.v21.Malware(
379 m = stix2.v21.Malware(
[all …]
H A Dtest_external_reference.py20 ref = stix2.v21.ExternalReference(
39 ref = stix2.v21.ExternalReference(
56 ref = stix2.v21.ExternalReference(
73 ref = stix2.v21.ExternalReference(
90 ref = stix2.v21.ExternalReference(
106 ref = stix2.v21.ExternalReference(
119 stix2.v21.ExternalReference()
121 assert excinfo.value.cls == stix2.v21.ExternalReference
127 stix2.v21.ExternalReference(
H A Dtest_kill_chain_phases.py14 recon = stix2.v21.KillChainPhase(
29 preattack = stix2.v21.KillChainPhase(
40 stix2.v21.KillChainPhase()
42 assert excinfo.value.cls == stix2.v21.KillChainPhase
49 stix2.v21.KillChainPhase(phase_name="weaponization")
51 assert excinfo.value.cls == stix2.v21.KillChainPhase
58 stix2.v21.KillChainPhase(kill_chain_name="lockheed-martin-cyber-kill-chain")
60 assert excinfo.value.cls == stix2.v21.KillChainPhase
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/helper/util/
H A Dmatrixbase.h81 v21 += m.v21;
94 v21 -= m.v21;
107 v21 *= s;
120 v21 /= s;
145 v20 * m.v01 + v21 * m.v11 + v22 * m.v21,
173 v01 * m.v01 + v11 * m.v11 + v21 * m.v21, in transposedMul()
193 v20 * m.v20 + v21 * m.v21 + v22 * m.v22); in mulTranspose()
199 v12 == m.v12 && v20 == m.v20 && v21 == m.v21 && v22 == m.v22);
218 v21 * v21 + v22 * v22); in sumSqr()
268 inv.v21 = idet * (v01 * v20 - v00 * v21); in getInverse()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/aarch64/
H A Di8mm.s34 smmla v17.4s, v21.16b, v27.16b
35 smmla v17.4s, v21.16b, v27.16b
37 ummla v17.4s, v21.16b, v27.16b
41 usmmla v17.4s, v21.16b, v27.16b
43 usdot v17.2s, v21.8b, v27.8b
45 usdot v17.4s, v21.16b, v27.16b
48 usdot v17.2s, v21.8b, v27.4b[3]
50 usdot v17.2s, v21.8b, v27.4b[0]
52 usdot v17.4s, v21.16b, v27.4b[3]
57 sudot v17.2s, v21.8b, v27.4b[3]
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/aarch64/
H A Di8mm.s34 smmla v17.4s, v21.16b, v27.16b
35 smmla v17.4s, v21.16b, v27.16b
37 ummla v17.4s, v21.16b, v27.16b
41 usmmla v17.4s, v21.16b, v27.16b
43 usdot v17.2s, v21.8b, v27.8b
45 usdot v17.4s, v21.16b, v27.16b
48 usdot v17.2s, v21.8b, v27.4b[3]
50 usdot v17.2s, v21.8b, v27.4b[0]
52 usdot v17.4s, v21.16b, v27.4b[3]
57 sudot v17.2s, v21.8b, v27.4b[3]
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/aarch64/
H A Di8mm.s34 smmla v17.4s, v21.16b, v27.16b
35 smmla v17.4s, v21.16b, v27.16b
37 ummla v17.4s, v21.16b, v27.16b
41 usmmla v17.4s, v21.16b, v27.16b
43 usdot v17.2s, v21.8b, v27.8b
45 usdot v17.4s, v21.16b, v27.16b
48 usdot v17.2s, v21.8b, v27.4b[3]
50 usdot v17.2s, v21.8b, v27.4b[0]
52 usdot v17.4s, v21.16b, v27.4b[3]
57 sudot v17.2s, v21.8b, v27.4b[3]
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/AArch64/
H A Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
5 sm3tt1a v20.4s, v23.4s, v21.s[4]
6 sm3tt1b v20.4s, v23.4s, v21.s[4]
7 sm3tt2a v20.4s, v23.4s, v21.s[4]
8 sm3tt2b v20.4s, v23.4s, v21.s[4]
9 sm3tt2b v20.4s, v23.4s, v21.s[-1]
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/AArch64/
H A Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
5 sm3tt1a v20.4s, v23.4s, v21.s[4]
6 sm3tt1b v20.4s, v23.4s, v21.s[4]
7 sm3tt2a v20.4s, v23.4s, v21.s[4]
8 sm3tt2b v20.4s, v23.4s, v21.s[4]
9 sm3tt2b v20.4s, v23.4s, v21.s[-1]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/AArch64/
H A Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
5 sm3tt1a v20.4s, v23.4s, v21.s[4]
6 sm3tt1b v20.4s, v23.4s, v21.s[4]
7 sm3tt2a v20.4s, v23.4s, v21.s[4]
8 sm3tt2b v20.4s, v23.4s, v21.s[4]
9 sm3tt2b v20.4s, v23.4s, v21.s[-1]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/
H A Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
5 sm3tt1a v20.4s, v23.4s, v21.s[4]
6 sm3tt1b v20.4s, v23.4s, v21.s[4]
7 sm3tt2a v20.4s, v23.4s, v21.s[4]
8 sm3tt2b v20.4s, v23.4s, v21.s[4]
9 sm3tt2b v20.4s, v23.4s, v21.s[-1]
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/AArch64/
H A Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
5 sm3tt1a v20.4s, v23.4s, v21.s[4]
6 sm3tt1b v20.4s, v23.4s, v21.s[4]
7 sm3tt2a v20.4s, v23.4s, v21.s[4]
8 sm3tt2b v20.4s, v23.4s, v21.s[4]
9 sm3tt2b v20.4s, v23.4s, v21.s[-1]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
5 sm3tt1a v20.4s, v23.4s, v21.s[4]
6 sm3tt1b v20.4s, v23.4s, v21.s[4]
7 sm3tt2a v20.4s, v23.4s, v21.s[4]
8 sm3tt2b v20.4s, v23.4s, v21.s[4]
9 sm3tt2b v20.4s, v23.4s, v21.s[-1]
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/AArch64/
H A Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
5 sm3tt1a v20.4s, v23.4s, v21.s[4]
6 sm3tt1b v20.4s, v23.4s, v21.s[4]
7 sm3tt2a v20.4s, v23.4s, v21.s[4]
8 sm3tt2b v20.4s, v23.4s, v21.s[4]
9 sm3tt2b v20.4s, v23.4s, v21.s[-1]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/AArch64/
H A Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
5 sm3tt1a v20.4s, v23.4s, v21.s[4]
6 sm3tt1b v20.4s, v23.4s, v21.s[4]
7 sm3tt2a v20.4s, v23.4s, v21.s[4]
8 sm3tt2b v20.4s, v23.4s, v21.s[4]
9 sm3tt2b v20.4s, v23.4s, v21.s[-1]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/AArch64/
H A Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
5 sm3tt1a v20.4s, v23.4s, v21.s[4]
6 sm3tt1b v20.4s, v23.4s, v21.s[4]
7 sm3tt2a v20.4s, v23.4s, v21.s[4]
8 sm3tt2b v20.4s, v23.4s, v21.s[4]
9 sm3tt2b v20.4s, v23.4s, v21.s[-1]

12345678910>>...161