/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | round.inl | 76 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 …]
|
D | round.hpp | 89 GLM_FUNC_DECL bool isMultiple(genIUType Value, genIUType Multiple); 95 GLM_FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, T Multiple); 101 …FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, vecType<T, P> const & Multiple); 111 GLM_FUNC_DECL genType ceilMultiple(genType Source, genType Multiple); 121 …FUNC_DECL vecType<T, P> ceilMultiple(vecType<T, P> const & Source, vecType<T, P> const & Multiple); 133 genType Multiple); 145 vecType<T, P> const & Multiple); 157 genType Multiple); 169 vecType<T, P> const & Multiple);
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_cmac.data | 44 CMAC Multiple Blocks #1 - Multiple 8 byte blocks 47 CMAC Multiple Blocks #2 - Multiple 16 byte blocks 50 CMAC Multiple Blocks #3 - Multiple variable sized blocks 53 CMAC Multiple Blocks #4 - Multiple 8 byte blocks with gaps 56 CMAC Multiple Operations, same key #1 - Empty, empty 59 CMAC Multiple Operations, same key #2 - Empty, 64 byte block 62 CMAC Multiple Operations, same key #3 - variable byte blocks
|
D | test_suite_mps.data | 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
|
D | test_suite_cmac.function | 154 /* Multiple partial and complete blocks. A negative length means skip the 236 /* Multiple partial and complete blocks. A negative length means skip the 261 /* Multiple partial and complete blocks. A negative length means skip the
|
/third_party/typescript/tests/baselines/reference/ |
D | classWithTwoConstructorDefinitions.errors.txt | 1 …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.
|
D | parserConstructorDeclaration12.errors.txt | 1 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 …]
|
D | parser.numericSeparators.decmialNegative.errors.txt | 3 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/11.ts(1,5): error TS6189: Multiple … 11 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/18.ts(1,3): error TS6189: Multiple … 12 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/19.ts(1,5): error TS6189: Multiple … 14 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/20.ts(1,8): error TS6189: Multiple … 18 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/24.ts(1,6): error TS6189: Multiple … 25 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/3.ts(1,3): error TS6189: Multiple c… 27 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/31.ts(1,3): error TS6189: Multiple … 28 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/32.ts(1,5): error TS6189: Multiple … 29 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/33.ts(1,9): error TS6189: Multiple … 33 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/37.ts(1,6): error TS6189: Multiple … [all …]
|
D | constructorOverloads1.errors.txt | 1 tests/cases/compiler/constructorOverloads1.ts(2,5): error TS2392: Multiple constructor implementati… 2 tests/cases/compiler/constructorOverloads1.ts(3,5): error TS2392: Multiple constructor implementati… 3 tests/cases/compiler/constructorOverloads1.ts(4,5): error TS2392: Multiple constructor implementati… 4 tests/cases/compiler/constructorOverloads1.ts(7,5): error TS2392: Multiple constructor implementati… 21 !!! error TS2392: Multiple constructor implementations are not allowed. 24 !!! error TS2392: Multiple constructor implementations are not allowed. 31 !!! error TS2392: Multiple constructor implementations are not allowed. 38 !!! error TS2392: Multiple constructor implementations are not allowed.
|
D | constructorOverloads8.errors.txt | 1 tests/cases/compiler/constructorOverloads8.ts(2,5): error TS2392: Multiple constructor implementati… 2 tests/cases/compiler/constructorOverloads8.ts(3,5): error TS2392: Multiple constructor implementati… 9 !!! error TS2392: Multiple constructor implementations are not allowed. 12 !!! error TS2392: Multiple constructor implementations are not allowed.
|
D | parser.numericSeparators.octalNegative.errors.txt | 6 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/4.ts(1,6): error TS6189: Multiple c… 7 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/5.ts(1,13): error TS6189: Multiple … 35 !!! error TS6189: Multiple consecutive numeric separators are not permitted. 40 !!! error TS6189: Multiple consecutive numeric separators are not permitted.
|
D | parser.numericSeparators.binaryNegative.errors.txt | 6 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/4.ts(1,6): error TS6189: Multiple c… 7 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/5.ts(1,13): error TS6189: Multiple … 35 !!! error TS6189: Multiple consecutive numeric separators are not permitted. 40 !!! error TS6189: Multiple consecutive numeric separators are not permitted.
|
D | parser.numericSeparators.hexNegative.errors.txt | 6 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/4.ts(1,6): error TS6189: Multiple c… 7 tests/cases/conformance/parser/ecmascriptnext/numericSeparators/5.ts(1,13): error TS6189: Multiple … 35 !!! error TS6189: Multiple consecutive numeric separators are not permitted. 40 !!! error TS6189: Multiple consecutive numeric separators are not permitted.
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
D | DrawCallPerf.cpp | 79 Multiple, // Use multiple static bind groups. enumerator 85 Multiple, // Use multiple static vertex buffers. enumerator 164 case VertexBuffer::Multiple: in operator <<() 180 case BindGroup::Multiple: in operator <<() 304 case VertexBuffer::Multiple: { in SetUp() 329 case BindGroup::Multiple: in SetUp() 430 case BindGroup::Multiple: in SetUp() 515 case VertexBuffer::Multiple: in RecordRenderCommands() 540 case BindGroup::Multiple: in RecordRenderCommands() 571 case BindGroup::Multiple: in Step() [all …]
|
/third_party/typescript_eslint/ |
D | .markdownlint.json | 24 // MD012/no-multiple-blanks - Multiple consecutive blank lines 32 // MD019/no-multiple-space-atx - Multiple spaces after hash on atx style heading 36 // MD021/no-multiple-space-closed-atx - Multiple spaces inside hashes on closed atx style heading 42 // MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content 44 // MD025/single-title/single-h1 - Multiple top level headings in the same document 48 // MD027/no-multiple-space-blockquote - Multiple spaces after blockquote symbol
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.vertex_arrays.multiple_attributes.txt | 19 Multiple vertex attribute vertex array tests 26 + Multiple attributes from different sources(buffer, user pointer). 27 + Multiple attributes with different strides 28 + Multiple attributes with different input types.
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.vertex_arrays.multiple_attributes.txt | 19 Multiple vertex attribute vertex array tests 26 + Multiple attributes from different sources(buffer, user pointer). 27 + Multiple attributes with different strides 28 + Multiple attributes with different input types.
|
/third_party/boost/libs/math/doc/gcd/ |
D | math-gcd.qbk | 2 [mathpart gcd_lcm Integer Utilities (Greatest Common Divisor and Least Common Multiple)] 9 …mathpart] [/mathpart gcd_lcm Integer Utilities (Greatest Common Divisor and Least Common Multiple)]
|
/third_party/boost/libs/thread/doc/ |
D | mutexes.qbk | 34 instance of __mutex__ at any time. Multiple concurrent calls to __lock_ref__, __try_lock_ref__ and … 101 lock on a given instance of __timed_mutex__ at any time. Multiple concurrent calls to __lock_ref__,… 145 own the lock on a given instance of __recursive_mutex__ at any time. Multiple concurrent calls to _… 215 thread can own the lock on a given instance of __recursive_timed_mutex__ at any time. Multiple conc…
|
/third_party/boost/libs/math/doc/sf/ |
D | bernoulli_numbers.qbk | 84 [h4 Multiple Bernoulli Numbers] 94 // Multiple Bernoulli numbers (default policy). 101 // Multiple Bernoulli numbers (user policy). 195 // Multiple tangent numbers (default policy). 201 // Multiple tangent numbers (user policy).
|
D | number_series.qbk | 84 [h4 Multiple Bernoulli Numbers] 94 // Multiple Bernoulli numbers (default policy). 101 // Multiple Bernoulli numbers (user policy). 202 // Multiple tangent numbers (default policy). 208 // Multiple tangent numbers (user policy).
|
/third_party/boost/tools/quickbook/test/doc-info/ |
D | escaped_attributes2-1_7.quickbook | 1 [article Multiple escaped attributes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMScheduleV6.td | 281 // FP Load Multiple 284 // FP Load Multiple + update 294 // FP Store Multiple 297 // FP Store Multiple + update
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ES31StatusOnD3D11.md | 25 * Multiple image variables are not allowed to be bound to the same image unit which refers to the s… 31 * Multiple shader storage blocks are not allowed to be bound to the same buffer. See [here](http://…
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.synchronization.txt | 59 Multiple computes are dispatched without calling MemoryBarrier(). Result and 66 Multiple instances of programs are dispatched without calling MemoryBarrrier(). Buffer
|