Home
last modified time | relevance | path

Searched full:multiple (Results 1 – 25 of 7913) sorted by relevance

12345678910>>...317

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dround.inl76 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
79 return Source + (Multiple - std::fmod(Source, Multiple));
81 return Source + std::fmod(-Source, Multiple);
89 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
92 return Tmp + (Multiple - (Tmp % Multiple));
100 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
105 return Tmp + (Multiple - (Tmp % Multiple));
108 return Source + (-Source % Multiple);
119 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
122 return Source - std::fmod(Source, Multiple);
[all …]
Dround.hpp85 /// Return true if the 'Value' is a multiple of 'Multiple'.
89 GLM_FUNC_DECL bool isMultiple(genIUType Value, genIUType Multiple);
91 /// Return true if the 'Value' is a multiple of 'Multiple'.
95 GLM_FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, T Multiple);
97 /// Return true if the 'Value' is a multiple of 'Multiple'.
101 …FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, vecType<T, P> const & Multiple);
103 /// Higher multiple number of Source.
107 /// @param Multiple Must be a null or positive value
111 GLM_FUNC_DECL genType ceilMultiple(genType Source, genType Multiple);
113 /// Higher multiple number of Source.
[all …]
/third_party/mesa3d/src/nouveau/ci/
Dnvk-ga106-skips.txt2 dEQP-VK.binding_model.descriptor_buffer.multiple.compute_comp_buffers32_sets1
3 dEQP-VK.binding_model.descriptor_buffer.multiple.graphics_comp_buffers32_sets1
4 dEQP-VK.binding_model.descriptor_buffer.multiple.graphics_frag_buffers32_sets1
5 dEQP-VK.binding_model.descriptor_buffer.multiple.graphics_vert_buffers32_sets1
11 dEQP-VK.binding_model.descriptor_buffer.sparse_binding_buffer.multiple.compute_comp_buffers32_sets1
12 dEQP-VK.binding_model.descriptor_buffer.sparse_binding_buffer.multiple.graphics_comp_buffers32_sets1
13 dEQP-VK.binding_model.descriptor_buffer.sparse_binding_buffer.multiple.graphics_frag_buffers32_sets1
14 dEQP-VK.binding_model.descriptor_buffer.sparse_binding_buffer.multiple.graphics_vert_buffers32_sets1
15 dEQP-VK.binding_model.descriptor_buffer.sparse_residency_buffer.multiple.compute_comp_buffers32_set…
16 dEQP-VK.binding_model.descriptor_buffer.sparse_residency_buffer.multiple.graphics_comp_buffers32_se…
[all …]
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dcognitive_complexity.stderr7 = help: you could split it up into multiple smaller functions
16 = help: you could split it up into multiple smaller functions
24 = help: you could split it up into multiple smaller functions
32 = help: you could split it up into multiple smaller functions
40 = help: you could split it up into multiple smaller functions
48 = help: you could split it up into multiple smaller functions
56 = help: you could split it up into multiple smaller functions
64 = help: you could split it up into multiple smaller functions
72 = help: you could split it up into multiple smaller functions
80 = help: you could split it up into multiple smaller functions
[all …]
/third_party/rust/rust/tests/ui/or-patterns/
Dmultiple-pattern-typo.stderr2 --> $DIR/multiple-pattern-typo.rs:7:15
5 | - ^^ help: use a single `|` to separate multiple alternative patterns: `|`
10 --> $DIR/multiple-pattern-typo.rs:12:16
13 | - ^^ help: use a single `|` to separate multiple alternative patterns: `|`
18 --> $DIR/multiple-pattern-typo.rs:17:16
21 | - ^^ help: use a single `|` to separate multiple alternative patterns: `|`
26 --> $DIR/multiple-pattern-typo.rs:24:18
29 | - ^^ help: use a single `|` to separate multiple alternative patterns: `|`
34 --> $DIR/multiple-pattern-typo.rs:31:23
37 | - ^^ help: use a single `|` to separate multiple alternative patterns: `|`
[all …]
/third_party/rust/rust/tests/ui/imports/
Dissue-52891.fixed12 //~ ERROR `a` is defined multiple times
14 use issue_52891::{b, c}; //~ ERROR `a` is defined multiple times
15 use issue_52891::{d, e}; //~ ERROR `a` is defined multiple times
16 use issue_52891::{f, g}; //~ ERROR `a` is defined multiple times
18 use issue_52891::{//~ ERROR `a` is defined multiple times
22 //~ ERROR `a` is defined multiple times
25 m}; //~ ERROR `a` is defined multiple times
28 use issue_52891::b::inner as other_inner; //~ ERROR `inner` is defined multiple times
31 //~^ ERROR `issue_52891` is defined multiple times
35 use issue_52891::n; //~ ERROR `n` is defined multiple times
Dissue-52891.rs12 use issue_52891::a; //~ ERROR `a` is defined multiple times
14 use issue_52891::{a, b, c}; //~ ERROR `a` is defined multiple times
15 use issue_52891::{d, a, e}; //~ ERROR `a` is defined multiple times
16 use issue_52891::{f, g, a}; //~ ERROR `a` is defined multiple times
18 use issue_52891::{a, //~ ERROR `a` is defined multiple times
22 a, //~ ERROR `a` is defined multiple times
26 a}; //~ ERROR `a` is defined multiple times
29 use issue_52891::b::inner; //~ ERROR `inner` is defined multiple times
32 //~^ ERROR `issue_52891` is defined multiple times
36 use issue_52891::n; //~ ERROR `n` is defined multiple times
/third_party/typescript/tests/baselines/reference/
DduplicateObjectLiteralProperty_computedName.errors.txt1 …perty_computedName.ts(3,5): error TS1117: An object literal cannot have multiple properties with t…
2 …perty_computedName.ts(8,5): error TS1117: An object literal cannot have multiple properties with t…
3 …erty_computedName.ts(13,5): error TS1117: An object literal cannot have multiple properties with t…
4 …erty_computedName.ts(23,5): error TS1117: An object literal cannot have multiple properties with t…
5 …erty_computedName.ts(28,5): error TS1117: An object literal cannot have multiple properties with t…
6 …erty_computedName.ts(33,5): error TS1117: An object literal cannot have multiple properties with t…
14 !!! error TS1117: An object literal cannot have multiple properties with the same name.
21 !!! error TS1117: An object literal cannot have multiple properties with the same name.
28 !!! error TS1117: An object literal cannot have multiple properties with the same name.
40 !!! error TS1117: An object literal cannot have multiple properties with the same name.
[all …]
DparserConstructorDeclaration12.errors.txt1 tests/cases/compiler/parserConstructorDeclaration12.ts(2,3): error TS2392: Multiple constructor imp…
4 tests/cases/compiler/parserConstructorDeclaration12.ts(3,3): error TS2392: Multiple constructor imp…
7 tests/cases/compiler/parserConstructorDeclaration12.ts(4,3): error TS2392: Multiple constructor imp…
10 tests/cases/compiler/parserConstructorDeclaration12.ts(5,3): error TS2392: Multiple constructor imp…
13 tests/cases/compiler/parserConstructorDeclaration12.ts(6,3): error TS2392: Multiple constructor imp…
16 tests/cases/compiler/parserConstructorDeclaration12.ts(7,3): error TS2392: Multiple constructor imp…
19 tests/cases/compiler/parserConstructorDeclaration12.ts(8,3): error TS2392: Multiple constructor imp…
22 tests/cases/compiler/parserConstructorDeclaration12.ts(9,3): error TS2392: Multiple constructor imp…
31 !!! error TS2392: Multiple constructor implementations are not allowed.
38 !!! error TS2392: Multiple constructor implementations are not allowed.
[all …]
DduplicateObjectLiteralProperty.errors.txt1 …ectLiteralProperty.ts(4,5): error TS1117: An object literal cannot have multiple properties with t…
2 …ectLiteralProperty.ts(5,5): error TS1117: An object literal cannot have multiple properties with t…
3 …ectLiteralProperty.ts(6,5): error TS1117: An object literal cannot have multiple properties with t…
4 …ectLiteralProperty.ts(8,9): error TS1117: An object literal cannot have multiple properties with t…
7 …ctLiteralProperty.ts(16,9): error TS1118: An object literal cannot have multiple get/set accessors…
17 !!! error TS1117: An object literal cannot have multiple properties with the same name.
20 !!! error TS1117: An object literal cannot have multiple properties with the same name.
23 !!! error TS1117: An object literal cannot have multiple properties with the same name.
27 !!! error TS1117: An object literal cannot have multiple properties with the same name.
41 !!! error TS1118: An object literal cannot have multiple get/set accessors with the same name.
DobjectLiteralErrors.errors.txt1 …jectLiteralErrors.ts(2,18): error TS1117: An object literal cannot have multiple properties with t…
2 …jectLiteralErrors.ts(3,19): error TS1117: An object literal cannot have multiple properties with t…
3 …jectLiteralErrors.ts(4,18): error TS1117: An object literal cannot have multiple properties with t…
4 …jectLiteralErrors.ts(5,21): error TS1117: An object literal cannot have multiple properties with t…
5 …jectLiteralErrors.ts(6,19): error TS1117: An object literal cannot have multiple properties with t…
6 …jectLiteralErrors.ts(7,18): error TS1117: An object literal cannot have multiple properties with t…
7 …jectLiteralErrors.ts(8,20): error TS1117: An object literal cannot have multiple properties with t…
8 …jectLiteralErrors.ts(9,20): error TS1117: An object literal cannot have multiple properties with t…
9 …ectLiteralErrors.ts(10,20): error TS1117: An object literal cannot have multiple properties with t…
10 …ectLiteralErrors.ts(11,21): error TS1117: An object literal cannot have multiple properties with t…
[all …]
DclassWithTwoConstructorDefinitions.errors.txt1 …rDeclarations/classWithTwoConstructorDefinitions.ts(2,5): error TS2392: Multiple constructor imple…
2 …rDeclarations/classWithTwoConstructorDefinitions.ts(3,5): error TS2392: Multiple constructor imple…
3 …rDeclarations/classWithTwoConstructorDefinitions.ts(7,5): error TS2392: Multiple constructor imple…
4 …rDeclarations/classWithTwoConstructorDefinitions.ts(8,5): error TS2392: Multiple constructor imple…
11 !!! error TS2392: Multiple constructor implementations are not allowed.
14 !!! error TS2392: Multiple constructor implementations are not allowed.
20 !!! error TS2392: Multiple constructor implementations are not allowed.
23 !!! error TS2392: Multiple constructor implementations are not allowed.
DmultipleDefaultExports05.errors.txt1 …les/multipleDefaultExports05.ts(1,22): error TS2528: A module cannot have multiple default exports.
2 …les/multipleDefaultExports05.ts(1,22): error TS2528: A module cannot have multiple default exports.
3 …les/multipleDefaultExports05.ts(3,22): error TS2528: A module cannot have multiple default exports.
4 …les/multipleDefaultExports05.ts(5,22): error TS2528: A module cannot have multiple default exports.
10 !!! error TS2528: A module cannot have multiple default exports.
13 !!! error TS2528: A module cannot have multiple default exports.
18 !!! error TS2528: A module cannot have multiple default exports.
23 !!! error TS2528: A module cannot have multiple default exports.
DexportDefaultTypeAndFunctionOverloads.errors.txt1 …aultTypeAndFunctionOverloads.ts(1,25): error TS2528: A module cannot have multiple default exports.
2 …aultTypeAndFunctionOverloads.ts(2,25): error TS2528: A module cannot have multiple default exports.
3 …aultTypeAndFunctionOverloads.ts(3,25): error TS2528: A module cannot have multiple default exports.
4 …aultTypeAndFunctionOverloads.ts(7,16): error TS2528: A module cannot have multiple default exports.
10 !!! error TS2528: A module cannot have multiple default exports.
14 !!! error TS2528: A module cannot have multiple default exports.
18 !!! error TS2528: A module cannot have multiple default exports.
25 !!! error TS2528: A module cannot have multiple default exports.
DexportDefaultInterfaceClassAndFunctionOverloads.errors.txt1 …aceClassAndFunctionOverloads.ts(1,25): error TS2528: A module cannot have multiple default exports.
2 …aceClassAndFunctionOverloads.ts(2,25): error TS2528: A module cannot have multiple default exports.
3 …aceClassAndFunctionOverloads.ts(3,25): error TS2528: A module cannot have multiple default exports.
4 …aceClassAndFunctionOverloads.ts(7,16): error TS2528: A module cannot have multiple default exports.
10 !!! error TS2528: A module cannot have multiple default exports.
14 !!! error TS2528: A module cannot have multiple default exports.
18 !!! error TS2528: A module cannot have multiple default exports.
25 !!! error TS2528: A module cannot have multiple default exports.
/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.camellia.data309 CAMELLIA Encrypt and decrypt 0 bytes in multiple parts [#1]
313 CAMELLIA Encrypt and decrypt 1 bytes in multiple parts 1 [#1]
317 CAMELLIA Encrypt and decrypt 1 bytes in multiple parts 2 [#1]
321 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 1 [#1]
325 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 2 [#1]
329 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 3 [#1]
333 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 4 [#1]
337 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#1]
341 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#2]
345 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#3]
[all …]
Dtest_suite_mps.data7 MPS Reader: Single step, multiple rounds, pausing disabled
10 MPS Reader: Single step, multiple rounds, pausing enabled but unused
13 MPS Reader: Multiple steps, single round, pausing disabled
16 MPS Reader: Multiple steps, single round, pausing enabled but unused
19 MPS Reader: Multiple steps, multiple rounds, pausing disabled
22 MPS Reader: Multiple steps, multiple rounds, pausing enabled but unused
37 MPS Reader: Pausing, repeat multiple calls without commit
40 MPS Reader: Pausing, repeat multiple calls with commit #0
43 MPS Reader: Pausing, repeat multiple calls with commit #1
46 MPS Reader: Pausing, repeat multiple calls with commit #2
Dtest_suite_cipher.aria.data65 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 0 bytes in multiple parts
69 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 1 bytes in multiple parts 1
73 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 1 bytes in multiple parts 2
77 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 1
81 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 2
85 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 3
89 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 4
93 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 22 bytes in multiple parts 1
97 ARIA-128-CCM*-NO-TAG - Encrypt and decrypt 22 bytes in multiple parts 2
101 ARIA-128-CCM*-NO-TAG - Encrypt and decrypt 23 bytes in multiple parts 1
[all …]
Dtest_suite_cipher.chacha20.data69 ChaCha20 Encrypt and decrypt 0 bytes in multiple parts 1
73 ChaCha20 Encrypt and decrypt 1 bytes in multiple parts 1
77 ChaCha20 Encrypt and decrypt 1 bytes in multiple parts 2
81 ChaCha20 Encrypt and decrypt 16 bytes in multiple parts 1
85 ChaCha20 Encrypt and decrypt 16 bytes in multiple parts 2
89 ChaCha20 Encrypt and decrypt 16 bytes in multiple parts 3
93 ChaCha20 Encrypt and decrypt 16 bytes in multiple parts 4
97 ChaCha20 Encrypt and decrypt 22 bytes in multiple parts 1
101 ChaCha20 Encrypt and decrypt 22 bytes in multiple parts 2
105 ChaCha20 Encrypt and decrypt 22 bytes in multiple parts 3
[all …]
Dtest_suite_cmac.data68 CMAC Multiple Blocks #1 AES-128 - Multiple 8 byte blocks
72 CMAC Multiple Blocks #2 AES-128 - Multiple 16 byte blocks
76 CMAC Multiple Blocks #3 AES-128 - Multiple variable sized blocks
80 CMAC Multiple Blocks #4 AES-128 - Multiple 8 byte blocks with gaps
84 CMAC Multiple Operations, same key #1 AES-192 - Empty, empty
88 CMAC Multiple Operations, same key #2 AES-192 - Empty, 64 byte block
92 CMAC Multiple Operations, same key #3 AES-192 - variable byte blocks
Dtest_suite_cipher.null.data57 NULL Encrypt and decrypt 1 bytes in multiple parts 1
61 NULL Encrypt and decrypt 1 bytes in multiple parts 2
65 NULL Encrypt and decrypt 16 bytes in multiple parts 1
69 NULL Encrypt and decrypt 16 bytes in multiple parts 2
73 NULL Encrypt and decrypt 16 bytes in multiple parts 3
77 NULL Encrypt and decrypt 16 bytes in multiple parts 4
81 NULL Encrypt and decrypt 22 bytes in multiple parts 1 [#1]
85 NULL Encrypt and decrypt 22 bytes in multiple parts 1 [#2]
89 NULL Encrypt and decrypt 22 bytes in multiple parts 1 [#3]
93 NULL Encrypt and decrypt 32 bytes in multiple parts 1
Dtest_suite_cipher.chachapoly.data65 ChaCha20+Poly1305 Encrypt and decrypt 0 bytes in multiple parts 1
69 ChaCha20+Poly1305 Encrypt and decrypt 1 bytes in multiple parts 1
73 ChaCha20+Poly1305 Encrypt and decrypt 1 bytes in multiple parts 2
77 ChaCha20+Poly1305 Encrypt and decrypt 16 bytes in multiple parts 1
81 ChaCha20+Poly1305 Encrypt and decrypt 16 bytes in multiple parts 2
85 ChaCha20+Poly1305 Encrypt and decrypt 16 bytes in multiple parts 3
89 ChaCha20+Poly1305 Encrypt and decrypt 16 bytes in multiple parts 4
93 ChaCha20+Poly1305 Encrypt and decrypt 22 bytes in multiple parts 1
97 ChaCha20+Poly1305 Encrypt and decrypt 22 bytes in multiple parts 2
101 ChaCha20+Poly1305 Encrypt and decrypt 22 bytes in multiple parts 3
[all …]
/third_party/openGLES/extensions/IMG/
DIMG_texture_compression_pvrtc2.txt82 or height is not a multiple of the block size.
132 * <xoffset> is not a multiple of eight.
133 * <yoffset> is not a multiple of four.
134 * <width> is not a multiple of eight, except when the sum of <width>
136 * <height> is not a multiple of four, except when the sum of <height>
142 * <xoffset> is not a multiple of four.
143 * <yoffset> is not a multiple of four.
144 * <width> is not a multiple of four, except when the sum of <width>
146 * <height> is not a multiple of four, except when the sum of <height>
175 * <xoffset> is not a multiple of eight.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_texture_compression_pvrtc2.txt82 or height is not a multiple of the block size.
132 * <xoffset> is not a multiple of eight.
133 * <yoffset> is not a multiple of four.
134 * <width> is not a multiple of eight, except when the sum of <width>
136 * <height> is not a multiple of four, except when the sum of <height>
142 * <xoffset> is not a multiple of four.
143 * <yoffset> is not a multiple of four.
144 * <width> is not a multiple of four, except when the sum of <width>
146 * <height> is not a multiple of four, except when the sum of <height>
175 * <xoffset> is not a multiple of eight.
[all …]
/third_party/rust/rust/tests/ui/issues/
Dissue-15260.stderr1 error[E0025]: field `a` bound multiple times in the pattern
7 | ^^^^ multiple uses of `a` in pattern
9 error[E0025]: field `a` bound multiple times in the pattern
15 | ^^^^ multiple uses of `a` in pattern
17 error[E0025]: field `a` bound multiple times in the pattern
23 | ^^^^ multiple uses of `a` in pattern
25 error[E0025]: field `a` bound multiple times in the pattern
32 | ^^^^ multiple uses of `a` in pattern

12345678910>>...317