/external/skqp/src/gpu/glsl/ |
D | GrGLSLPrimitiveProcessor.cpp | 19 SkMatrix combined; in GetTransformMatrix() local 20 combined.setConcat(coordTransform.getMatrix(), localMatrix); in GetTransformMatrix() 22 combined.postIDiv(coordTransform.peekTexture()->width(), in GetTransformMatrix() 30 combined.set(SkMatrix::kMSkewY, in GetTransformMatrix() 31 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]); in GetTransformMatrix() 32 combined.set(SkMatrix::kMScaleY, in GetTransformMatrix() 33 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY]); in GetTransformMatrix() 34 combined.set(SkMatrix::kMTransY, in GetTransformMatrix() 35 combined[SkMatrix::kMPersp2] - combined[SkMatrix::kMTransY]); in GetTransformMatrix() 40 combined.set(SkMatrix::kMSkewY, in GetTransformMatrix() [all …]
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLPrimitiveProcessor.cpp | 19 SkMatrix combined; in GetTransformMatrix() local 20 combined.setConcat(coordTransform.getMatrix(), localMatrix); in GetTransformMatrix() 22 combined.postIDiv(coordTransform.peekTexture()->width(), in GetTransformMatrix() 30 combined.set(SkMatrix::kMSkewY, in GetTransformMatrix() 31 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]); in GetTransformMatrix() 32 combined.set(SkMatrix::kMScaleY, in GetTransformMatrix() 33 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY]); in GetTransformMatrix() 34 combined.set(SkMatrix::kMTransY, in GetTransformMatrix() 35 combined[SkMatrix::kMPersp2] - combined[SkMatrix::kMTransY]); in GetTransformMatrix() 40 combined.set(SkMatrix::kMSkewY, in GetTransformMatrix() [all …]
|
/external/antlr/runtime/ObjC/Framework/examples/combined/ |
D | CombinedLexer.m | 4 … file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Comb… 34 …me:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g"]; 77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:14:… 78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:14:… 101 …/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g: // alt 149 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:17:… 150 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:17:… 153 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:17:… 165 …/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g: // alt [all …]
|
D | CombinedParser.m | 4 … file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Comb… 61 …me:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g"]; 91 …* /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:7:1:… 103 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:7:5… 104 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:7:7… 107 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:7:7… 119 …/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:7:7: i… 165 …* /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:9:1:… 177 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g:10:… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | obj-globalhash.test | 3 RUN: echo obj-hashes-1 > %T/hashes-combined.out 4 RUN: llvm-pdbutil dump -type-extras %T/obj-hashes-1.obj >> %T/hashes-combined.out 5 RUN: echo obj-hashes-2 >> %T/hashes-combined.out 6 RUN: llvm-pdbutil dump -type-extras %T/obj-hashes-2.obj >> %T/hashes-combined.out 7 RUN: cat %T/hashes-combined.out | FileCheck --check-prefix=CHECK-ONE %s 8 RUN: cat %T/hashes-combined.out | FileCheck --check-prefix=CHECK-TWO %s 9 RUN: cat %T/hashes-combined.out | FileCheck --check-prefix=CHECK-THREE %s 10 RUN: cat %T/hashes-combined.out | FileCheck --check-prefix=CHECK-FOUR %s 11 RUN: cat %T/hashes-combined.out | FileCheck --check-prefix=CHECK-FIVE %s 12 RUN: cat %T/hashes-combined.out | FileCheck --check-prefix=CHECK-SIX %s
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
D | MutableAggregationTest.java | 222 List<MutableAggregation> combined = in testCombine_SumCountMean() local 230 for (int i = 0; i < combined.size(); i++) { in testCombine_SumCountMean() 231 combined.get(i).combine(aggregations1.get(i), fraction1); in testCombine_SumCountMean() 232 combined.get(i).combine(aggregations2.get(i), fraction2); in testCombine_SumCountMean() 235 assertThat(((MutableSumDouble) combined.get(0)).getSum()).isWithin(TOLERANCE).of(30); in testCombine_SumCountMean() 236 assertThat(((MutableSumLong) combined.get(1)).getSum()).isWithin(TOLERANCE).of(30); in testCombine_SumCountMean() 237 assertThat(((MutableCount) combined.get(2)).getCount()).isEqualTo(3); in testCombine_SumCountMean() 238 assertThat(((MutableMean) combined.get(3)).getMean()).isWithin(TOLERANCE).of(10); in testCombine_SumCountMean() 258 MutableDistribution combined = MutableDistribution.create(BUCKET_BOUNDARIES); in testCombine_Distribution() local 259 combined.combine(distribution1, 1.0); // distribution1 will be combined in testCombine_Distribution() [all …]
|
/external/harfbuzz_ng/src/ |
D | gen-indic-table.py | 69 combined = {} variable 72 if i == 2 and not u in combined: 74 if not u in combined: 75 combined[u] = list (defaults) 76 combined[u][i] = v 77 combined = {k:v for k,v in combined.items() if k in ALLOWED_SINGLES or v[2] in ALLOWED_BLOCKS} variable 78 data = combined 79 del combined
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | JDKRandomGenerator.java | 43 long combined = 0l; in setSeed() local 45 combined = combined * prime + s; in setSeed() 47 setSeed(combined); in setSeed()
|
D | AbstractRandomGenerator.java | 75 long combined = 0l; in setSeed() local 77 combined = combined * prime + s; in setSeed() 79 setSeed(combined); in setSeed()
|
/external/tensorflow/tensorflow/contrib/checkpoint/python/ |
D | split_dependency_test.py | 50 self.combined = resource_variable_ops.ResourceVariable([0., 0., 0., 0.]) 53 component_dtypes=(self.combined.dtype,) * 2, 55 self.combined), 57 self.combined)) 81 self.evaluate(save_checkpoint.dep.combined.assign([1., 2., 3., 4.])) 109 self.evaluate(restore_checkpoint.dep.combined))
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cse.cc | 54 int64 combined = 0; in CombineConstants() local 86 ++combined; in CombineConstants() 90 VLOG(4) << "Combined " << combined << " constants in " << computation->name() in CombineConstants() 92 return combined > 0; in CombineConstants() 132 TF_ASSIGN_OR_RETURN(bool combined, in Run() 134 changed |= combined; in Run()
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 102 SkMatrix combined; in getRTAdjustedGLMatrix() local 104 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 108 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 112 combined.preConcat(fViewMatrix); in getRTAdjustedGLMatrix() 113 GrGLSLGetMatrix<Size>(destMatrix, combined); in getRTAdjustedGLMatrix()
|
/external/skqp/src/gpu/gl/ |
D | GrGLPathRendering.h | 102 SkMatrix combined; in getRTAdjustedGLMatrix() local 104 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 108 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 112 combined.preConcat(fViewMatrix); in getRTAdjustedGLMatrix() 113 GrGLSLGetMatrix<Size>(destMatrix, combined); in getRTAdjustedGLMatrix()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.samplegrad.basic.dx10.vert.out | 11 0:30 Construct combined texture-sampler ( temp sampler1D) 24 0:31 Construct combined texture-sampler ( temp isampler1D) 37 0:32 Construct combined texture-sampler ( temp usampler1D) 50 0:34 Construct combined texture-sampler ( temp sampler2D) 66 0:35 Construct combined texture-sampler ( temp isampler2D) 82 0:36 Construct combined texture-sampler ( temp usampler2D) 98 0:38 Construct combined texture-sampler ( temp sampler3D) 117 0:39 Construct combined texture-sampler ( temp isampler3D) 136 0:40 Construct combined texture-sampler ( temp usampler3D) 155 0:42 Construct combined texture-sampler ( temp samplerCube) [all …]
|
D | hlsl.samplelevel.basic.dx10.vert.out | 11 0:30 Construct combined texture-sampler ( temp sampler1D) 22 0:31 Construct combined texture-sampler ( temp isampler1D) 33 0:32 Construct combined texture-sampler ( temp usampler1D) 44 0:34 Construct combined texture-sampler ( temp sampler2D) 56 0:35 Construct combined texture-sampler ( temp isampler2D) 68 0:36 Construct combined texture-sampler ( temp usampler2D) 80 0:38 Construct combined texture-sampler ( temp sampler3D) 93 0:39 Construct combined texture-sampler ( temp isampler3D) 106 0:40 Construct combined texture-sampler ( temp usampler3D) 119 0:42 Construct combined texture-sampler ( temp samplerCube) [all …]
|
D | hlsl.samplelevel.basic.dx10.frag.out | 13 0:32 Construct combined texture-sampler ( temp sampler1D) 24 0:33 Construct combined texture-sampler ( temp isampler1D) 35 0:34 Construct combined texture-sampler ( temp usampler1D) 46 0:36 Construct combined texture-sampler ( temp sampler2D) 58 0:37 Construct combined texture-sampler ( temp isampler2D) 70 0:38 Construct combined texture-sampler ( temp usampler2D) 82 0:40 Construct combined texture-sampler ( temp sampler3D) 95 0:41 Construct combined texture-sampler ( temp isampler3D) 108 0:42 Construct combined texture-sampler ( temp usampler3D) 121 0:44 Construct combined texture-sampler ( temp samplerCube) [all …]
|
D | hlsl.samplebias.basic.dx10.frag.out | 13 0:31 Construct combined texture-sampler ( temp sampler1D) 24 0:32 Construct combined texture-sampler ( temp isampler1D) 35 0:33 Construct combined texture-sampler ( temp usampler1D) 46 0:35 Construct combined texture-sampler ( temp sampler2D) 58 0:36 Construct combined texture-sampler ( temp isampler2D) 70 0:37 Construct combined texture-sampler ( temp usampler2D) 82 0:39 Construct combined texture-sampler ( temp sampler3D) 95 0:40 Construct combined texture-sampler ( temp isampler3D) 108 0:41 Construct combined texture-sampler ( temp usampler3D) 121 0:43 Construct combined texture-sampler ( temp samplerCube) [all …]
|
D | hlsl.samplegrad.basic.dx10.frag.out | 13 0:31 Construct combined texture-sampler ( temp sampler1D) 26 0:32 Construct combined texture-sampler ( temp isampler1D) 39 0:33 Construct combined texture-sampler ( temp usampler1D) 52 0:35 Construct combined texture-sampler ( temp sampler2D) 68 0:36 Construct combined texture-sampler ( temp isampler2D) 84 0:37 Construct combined texture-sampler ( temp usampler2D) 100 0:39 Construct combined texture-sampler ( temp sampler3D) 119 0:40 Construct combined texture-sampler ( temp isampler3D) 138 0:41 Construct combined texture-sampler ( temp usampler3D) 157 0:43 Construct combined texture-sampler ( temp samplerCube) [all …]
|
/external/u-boot/tools/patman/ |
D | command.py | 22 self.combined = None 26 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument 30 self.combined = combined 95 result.stdout, result.stderr, result.combined = (
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | data_log_c.cc | 30 std::string combined = webrtc::DataLog::Combine(table_name, table_id); in WebRtcDataLog_Combine() local 31 if (combined.size() >= combined_len) return NULL; in WebRtcDataLog_Combine() 32 std::copy(combined.begin(), combined.end(), combined_name); in WebRtcDataLog_Combine() 33 combined_name[combined.size()] = '\0'; in WebRtcDataLog_Combine()
|
/external/llvm/test/CodeGen/AArch64/ |
D | bitfield-insert.ll | 38 %combined = or i32 %oldval_keep, %newval_masked 39 store volatile i32 %combined, i32* %existing 57 %combined = or i64 %oldval_keep, %newval_masked 58 store volatile i64 %combined, i64* %existing 77 %combined = or i64 %oldval_keep, %newval_masked 78 store volatile i64 %combined, i64* %existing 96 %combined = or i32 %oldval_keep, %newval_masked 97 store volatile i32 %combined, i32* %existing 114 %combined = or i64 %newval_masked, %oldval_keep 115 store volatile i64 %combined, i64* %existing [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | bitfield-insert.ll | 38 %combined = or i32 %oldval_keep, %newval_masked 39 store volatile i32 %combined, i32* %existing 57 %combined = or i64 %oldval_keep, %newval_masked 58 store volatile i64 %combined, i64* %existing 77 %combined = or i64 %oldval_keep, %newval_masked 78 store volatile i64 %combined, i64* %existing 96 %combined = or i32 %oldval_keep, %newval_masked 97 store volatile i32 %combined, i32* %existing 114 %combined = or i64 %newval_masked, %oldval_keep 115 store volatile i64 %combined, i64* %existing [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.cpp | 921 TString combined; in requireFloat16Arithmetic() local 922 combined = op; in requireFloat16Arithmetic() 923 combined += ": "; in requireFloat16Arithmetic() 924 combined += featureDesc; in requireFloat16Arithmetic() 932 requireExtensions(loc, sizeof(extensions)/sizeof(extensions[0]), extensions, combined.c_str()); in requireFloat16Arithmetic() 937 TString combined; in requireInt16Arithmetic() local 938 combined = op; in requireInt16Arithmetic() 939 combined += ": "; in requireInt16Arithmetic() 940 combined += featureDesc; in requireInt16Arithmetic() 948 requireExtensions(loc, sizeof(extensions)/sizeof(extensions[0]), extensions, combined.c_str()); in requireInt16Arithmetic() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | module_hash.ll | 7 ; Check that the hash matches in the combined index. 17 ; Generate the combined index and gather the hashes there. 20 ; Validate the output now, the hahes in the individual modules and the combined index are in the sa… 27 ; Validate against the value extracted from the combined index 32 ; Need a function for the combined index to be populated.
|
/external/llvm/test/Bitcode/ |
D | module_hash.ll | 7 ; Check that the hash matches in the combined index. 17 ; Generate the combined index and gather the hashes there. 20 ; Validate the output now, the hahes in the individual modules and the combined index are in the sa… 27 ; Validate against the value extracted from the combined index 32 ; Need a function for the combined index to be populated.
|