/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | trt_optimization_pass.cc | 87 string offset3 = StrCat(offset2, offset); in PrintDebugInfo() local 115 LOG(INFO) << offset3 << "type = " << dt.type(); in PrintDebugInfo() 116 LOG(INFO) << offset3 << "vendor = " << dt.vendor(); in PrintDebugInfo() 117 LOG(INFO) << offset3 << "model = " << dt.model(); in PrintDebugInfo() 118 LOG(INFO) << offset3 << "frequency = " << dt.frequency(); in PrintDebugInfo() 119 LOG(INFO) << offset3 << "num cores = " << dt.num_cores(); in PrintDebugInfo() 120 LOG(INFO) << offset3 << "num registers = " << dt.num_registers(); in PrintDebugInfo() 121 LOG(INFO) << offset3 << "L1 cache size = " << dt.l1_cache_size(); in PrintDebugInfo() 122 LOG(INFO) << offset3 << "L2 cache size = " << dt.l2_cache_size(); in PrintDebugInfo() 123 LOG(INFO) << offset3 << "L3 cache size = " << dt.l3_cache_size(); in PrintDebugInfo() [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 21 ; CHECK: sw $7, [[offset3:[0-9]+]]($sp) 39 ; CHECK: lw $7, [[offset3]]($sp) 63 ; CHECK: sw $7, [[offset3:[0-9]+]]($sp) 79 ; CHECK: lw $7, [[offset3]]($sp)
|
D | eh-return64.ll | 22 ; CHECK: sd $7, [[offset3:[0-9]+]]($sp) 40 ; CHECK: ld $7, [[offset3]]($sp) 66 ; CHECK: sd $7, [[offset3:[0-9]+]]($sp) 82 ; CHECK: ld $7, [[offset3]]($sp)
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 21 ; CHECK: sw $7, [[offset3:[0-9]+]]($sp) 39 ; CHECK: lw $7, [[offset3]]($sp) 63 ; CHECK: sw $7, [[offset3:[0-9]+]]($sp) 79 ; CHECK: lw $7, [[offset3]]($sp)
|
D | eh-return64.ll | 22 ; CHECK: sd $7, [[offset3:[0-9]+]]($sp) 40 ; CHECK: ld $7, [[offset3]]($sp) 66 ; CHECK: sd $7, [[offset3:[0-9]+]]($sp) 82 ; CHECK: ld $7, [[offset3]]($sp)
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.float16Fetch.frag | 88 const ivec3 offset3 = ivec3(1); 195 texel += textureOffset(s3D, c3, offset3); 196 texel += textureOffset(s3D, f16c3, offset3, f16bias); 229 texel += textureProjOffset(s3D, c4, offset3); 230 texel += textureProjOffset(s3D, f16c4, offset3, f16bias); 253 texel += textureLodOffset(s3D, c3, lod, offset3); 254 texel += textureLodOffset(s3D, f16c3, f16lod, offset3); 281 texel += textureProjLodOffset(s3D, c4, lod, offset3); 282 texel += textureProjLodOffset(s3D, f16c4, f16lod, offset3); 314 texel += texelFetchOffset(s3D, ivec3(c3), int(lod), offset3); [all …]
|
/external/deqp-deps/glslang/Test/ |
D | spv.float16Fetch.frag | 88 const ivec3 offset3 = ivec3(1); 195 texel += textureOffset(s3D, c3, offset3); 196 texel += textureOffset(s3D, f16c3, offset3, f16bias); 229 texel += textureProjOffset(s3D, c4, offset3); 230 texel += textureProjOffset(s3D, f16c4, offset3, f16bias); 253 texel += textureLodOffset(s3D, c3, lod, offset3); 254 texel += textureLodOffset(s3D, f16c3, f16lod, offset3); 281 texel += textureProjLodOffset(s3D, c4, lod, offset3); 282 texel += textureProjLodOffset(s3D, f16c4, f16lod, offset3); 314 texel += texelFetchOffset(s3D, ivec3(c3), int(lod), offset3); [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | dagcombine-reassociate-bug.ll | 25 %offset3 = add i64 %offset, 1024 26 %ptr3 = getelementptr i32, i32 addrspace(1)* %out, i64 %offset3
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | dagcombine-reassociate-bug.ll | 25 %offset3 = add i64 %offset, 1024 26 %ptr3 = getelementptr i32, i32 addrspace(1)* %out, i64 %offset3
|
/external/llvm-project/polly/test/ScopInfo/ |
D | multidim_nested_start_share_parameter.ll | 49 %offset3 = add nsw i64 %i, 13 50 %subscript4 = mul i64 %offset3, %m
|
/external/flac/src/flac/ |
D | foreign_metadata.h | 72 …char *outfilename, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__off_t offset3, const char **err…
|
D | foreign_metadata.c | 643 … *fin, FILE *fout, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__off_t offset3, const char **err… in write_to_iff_() argument 671 if(fseeko(fout, offset3, SEEK_SET) < 0) { in write_to_iff_() 802 …char *outfilename, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__off_t offset3, const char **err… in flac__foreign_metadata_write_to_iff() argument 815 ok = write_to_iff_(fm, fin, fout, offset1, offset2, offset3, error); in flac__foreign_metadata_write_to_iff()
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixVector.h | 187 const Index offset3 = (FirstAligned && alignmentStep==1)?1:3; 195 ptmp3 = pset1<RhsPacket>(alpha*rhs(i+offset3, 0)); 199 lhs2 = lhs.getVectorMapper(0, i+2), lhs3 = lhs.getVectorMapper(0, i+offset3); 461 const Index offset3 = (FirstAligned && alignmentStep==1)?1:3; 472 … lhs2 = lhs.getVectorMapper(i+2, 0), lhs3 = lhs.getVectorMapper(i+offset3, 0); 566 res[(i+offset3)*resIncr] += alpha*tmp3;
|
/external/skia/samplecode/ |
D | SampleImageFilterDAG.cpp | 328 sk_sp<SkImageFilter> offset3 = SkImageFilters::Offset(-5.f, -5.f, nullptr); in onDrawContent() local 329 sk_sp<SkImageFilter> blur2 = SkImageFilters::Blur(4.f, 4.f, std::move(offset3)); in onDrawContent()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 218 int32_t offset3 = tz->getOffset(1, in Test4084933() local 247 ERR_IF_FAIL(offset3 != SToffset) in Test4084933()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 115 long offset3 = tz.getOffset(1, in Test4084933() local 138 offset3 != SToffset || offset4 != DToffset || in Test4084933()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 118 long offset3 = tz.getOffset(1, in Test4084933() local 141 offset3 != SToffset || offset4 != DToffset || in Test4084933()
|
/external/okhttp/website/static/ |
D | bootstrap-combined.min.css | 9 …offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:1… 18 …offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:1…
|
/external/ImageMagick/coders/ |
D | psd.c | 1280 offset3, in Unpredict32Bit() local 1288 offset3=3*offset1; in Unpredict32Bit() 1308 *(q++)=*(p+offset3); in Unpredict32Bit()
|