/external/cronet/tot/third_party/llvm-libc/src/cmake/modules/ |
D | LLVMLibCCompileOptionRules.cmake | 14 list(APPEND compile_options "-mavx2") 15 list(APPEND compile_options "-mfma") 17 list(APPEND compile_options "-D__LIBC_RISCV_USE_FMA") 25 list(APPEND compile_options "-msse4.2") 28 list(APPEND compile_options 29 "-D__LIBC_USE_BUILTIN_CEIL_FLOOR_RINT_TRUNC") 32 list(APPEND compile_options "-D__LIBC_USE_BUILTIN_ROUND") 35 list(APPEND compile_options "-D__LIBC_USE_BUILTIN_ROUNDEVEN") 39 list(APPEND compile_options "-D__LIBC_EXPLICIT_SIMD_OPT") 42 list(APPEND compile_options "-D__LIBC_MISC_MATH_BASIC_OPS_OPT") [all …]
|
/external/cronet/stable/third_party/llvm-libc/src/cmake/modules/ |
D | LLVMLibCCompileOptionRules.cmake | 14 list(APPEND compile_options "-mavx2") 15 list(APPEND compile_options "-mfma") 17 list(APPEND compile_options "-D__LIBC_RISCV_USE_FMA") 25 list(APPEND compile_options "-msse4.2") 28 list(APPEND compile_options 29 "-D__LIBC_USE_BUILTIN_CEIL_FLOOR_RINT_TRUNC") 32 list(APPEND compile_options "-D__LIBC_USE_BUILTIN_ROUND") 35 list(APPEND compile_options "-D__LIBC_USE_BUILTIN_ROUNDEVEN") 39 list(APPEND compile_options "-D__LIBC_EXPLICIT_SIMD_OPT") 42 list(APPEND compile_options "-D__LIBC_MISC_MATH_BASIC_OPS_OPT") [all …]
|
/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/ |
D | ASMifier.java | 2 // Copyright (c) 2000-2011 INRIA, France Telecom 56 + "Usage: ASMifier [-nodebug] <fully qualified class name or class file name>"; 158 * <p>Usage: ASMifier [-nodebug] <binary class name or class file name> 170 * <p>Usage: ASMifier [-nodebug] <binary class name or class file name> 182 // ----------------------------------------------------------------------------------------------- 184 // ----------------------------------------------------------------------------------------------- 196 simpleName = "module-info"; in visit() 199 if (lastSlashIndex == -1) { in visit() 203 simpleName = name.substring(lastSlashIndex + 1).replaceAll("[-\\(\\)]", "_"); in visit() 228 stringBuilder.append("classWriter.visit("); in visit() [all …]
|
D | Textifier.java | 2 // Copyright (c) 2000-2011 INRIA, France Telecom 56 + "Usage: Textifier [-nodebug] <fully qualified class name or class file name>"; 136 * <p>Usage: Textifier [-nodebug] <binary class name or class file name > 148 * <p>Usage: Textifier [-nodebug] <binary class name or class file name > 160 // ----------------------------------------------------------------------------------------------- 162 // ----------------------------------------------------------------------------------------------- 181 .append("// class version ") in visit() 182 .append(majorVersion) in visit() 183 .append('.') in visit() 184 .append(minorVersion) in visit() [all …]
|
/external/pytorch/caffe2/perfkernels/ |
D | hp_emblookup_codegen.py | 1 # mypy: allow-untyped-defs 16 code.append( 21 code.append( 29 code.append( 39 code.append( 50 code.append( 56 code.append( 63 code.append(" // unrolling " + str(uf) + " times") 66 code.append( 72 code.append( [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/proto/ |
D | proto_op_test_base.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 30 def __init__(self, methodName="runTest"): # pylint: disable=invalid-name 47 parameters.append(("extension", ProtoOpTestBase.extension_test_case())) 54 test_case.shapes.append(1) 55 test_case.sizes.append(0) 59 field.value.double_value.append(1.0) 60 test_case.sizes.append(0) 64 field.value.float_value.append(2.0) 65 test_case.sizes.append(0) 69 field.value.int64_value.append(3) [all …]
|
/external/skia/tests/ |
D | PolyUtilsTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 28 *poly.append() = SkPoint::Make(-100, 55); in DEF_TEST() 29 *poly.append() = SkPoint::Make(100, 55); in DEF_TEST() 30 *poly.append() = SkPoint::Make(102.5f, 54.330127f); in DEF_TEST() 57 poly[0].set(-1.0e+37f, 1.0e+37f); in DEF_TEST() 59 poly[2].set(-1.0e+37f, -1.0e+37f); in DEF_TEST() 68 poly[0].set(-1.0e-38f, 1.0e-38f); in DEF_TEST() 69 poly[1].set(-1.0e-38f, -1.0e-38f); in DEF_TEST() 70 poly[2].set(1.0e-38f, 1.0e-38f); in DEF_TEST() 80 poly[0].set(-100 + 1.0e+9f, 55 - 1.0e+9f); in DEF_TEST() [all …]
|
D | OffsetSimplePolyTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 22 *rrectPoly.append() = SkPoint::Make(-100, 55); in DEF_TEST() 23 *rrectPoly.append() = SkPoint::Make(100, 55); in DEF_TEST() 24 *rrectPoly.append() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST() 25 *rrectPoly.append() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST() 26 *rrectPoly.append() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST() 27 *rrectPoly.append() = SkPoint::Make(105, 50); in DEF_TEST() 28 *rrectPoly.append() = SkPoint::Make(105, -50); in DEF_TEST() 29 *rrectPoly.append() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST() 30 *rrectPoly.append() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST() [all …]
|
D | InsetConvexPolyTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 18 *rrectPoly.append() = SkPoint::Make(-100, 55); in DEF_TEST() 19 *rrectPoly.append() = SkPoint::Make(100, 55); in DEF_TEST() 20 *rrectPoly.append() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST() 21 *rrectPoly.append() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST() 22 *rrectPoly.append() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST() 23 *rrectPoly.append() = SkPoint::Make(105, 50); in DEF_TEST() 24 *rrectPoly.append() = SkPoint::Make(105, -50); in DEF_TEST() 25 *rrectPoly.append() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST() 26 *rrectPoly.append() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST() [all …]
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | nano_flags.go | 2 // Use of this source code is governed by a BSD-style license that can be 17 "--pre_log", 21 args = append(args, "--gpuStatsDump", "true") 26 args = append(args, "--nogpu") 27 configs = append(configs, "8888", "nonrendering") 32 "srgb-rgba", 33 "srgb-f16", 34 "narrow-rgba", 35 "narrow-f16", 40 args = append(args, "--purgeBetweenBenches") // Debugging skia:8929 [all …]
|
/external/pytorch/torch/_inductor/autoheuristic/artifacts/ |
D | _MMRankingA100.py | 19 def __init__(self) -> None: 23 def check_precondition(self, metadata: AHMetadata, context: AHContext,) -> bool: 30 def get_confidence_threshold(self) -> float: 33 def get_choice(self, idx: int) -> Optional[str]: 38 def fill_choices(self) -> None: 39 self.choices.append('extern_mm') 40 self.choices.append('type=triton_BLOCK-M=128_BLOCK-K=128_BLOCK-N=16_numstages=4_numwarps=8') 41 self.choices.append('type=triton_BLOCK-M=128_BLOCK-K=128_BLOCK-N=32_numstages=4_numwarps=8') 42 self.choices.append('type=triton_BLOCK-M=128_BLOCK-K=128_BLOCK-N=64_numstages=4_numwarps=8') 43 self.choices.append('type=triton_BLOCK-M=128_BLOCK-K=16_BLOCK-N=128_numstages=2_numwarps=8') [all …]
|
D | _MMRankingH100.py | 19 def __init__(self) -> None: 23 def check_precondition(self, metadata: AHMetadata, context: AHContext,) -> bool: 30 def get_confidence_threshold(self) -> float: 33 def get_choice(self, idx: int) -> Optional[str]: 38 def fill_choices(self) -> None: 39 self.choices.append('extern_mm') 40 self.choices.append('type=triton_BLOCK-M=128_BLOCK-K=128_BLOCK-N=16_numstages=4_numwarps=8') 41 self.choices.append('type=triton_BLOCK-M=128_BLOCK-K=128_BLOCK-N=32_numstages=4_numwarps=8') 42 self.choices.append('type=triton_BLOCK-M=128_BLOCK-K=128_BLOCK-N=64_numstages=4_numwarps=8') 43 self.choices.append('type=triton_BLOCK-M=128_BLOCK-K=16_BLOCK-N=128_numstages=2_numwarps=8') [all …]
|
/external/testng/src/main/java/org/testng/reporters/ |
D | TestHTMLReporter.java | 61 sb.append("<table width='100%' border='1' class='invocation-").append(cssClass).append("'>\n") in generateTable() 62 .append("<tr><td colspan='4' align='center'><b>").append(title).append("</b></td></tr>\n") in generateTable() 63 .append("<tr>") in generateTable() 64 .append("<td><b>Test method</b></td>\n") in generateTable() 65 .append("<td width=\"30%\"><b>Exception</b></td>\n") in generateTable() 66 .append("<td width=\"10%\"><b>Time (seconds)</b></td>\n") in generateTable() 67 .append("<td><b>Instance</b></td>\n") in generateTable() 68 .append("</tr>\n"); in generateTable() 79 sb.append("<tr>\n"); in generateTable() 85 sb.append("<td title='").append(tr.getTestClass().getName()).append(".") in generateTable() [all …]
|
D | SuiteHTMLReporter.java | 37 public static final String METHODS_ALPHABETICAL = "methods-alphabetical.html"; 40 public static final String REPORTER_OUTPUT = "reporter-output.html"; 41 public static final String METHODS_NOT_RUN = "methods-not-run.html"; 97 sb.append("<head><title>").append("testng.xml for ") in generateXmlFile() 98 .append(xmlSuite.getName()).append("</title></head><body><tt>") in generateXmlFile() 99 .append(content) in generateXmlFile() 100 .append("</tt></body></html>"); in generateXmlFile() 112 sb.append("<html>\n<head><title>" + title + "</title>") in generateIndex() 113 .append(HtmlHelper.getCssString(".")) in generateIndex() 114 .append("</head><body>\n") in generateIndex() [all …]
|
/external/cronet/tot/third_party/re2/src/re2/ |
D | tostring.cc | 2 // Use of this source code is governed by a BSD-style 15 #include "re2/walker-inl.h" 72 switch (re->op()) { in PreVisit() 92 t_->append("(?:"); in PreVisit() 98 t_->append("(?:"); in PreVisit() 103 t_->append("("); in PreVisit() 104 if (re->cap() == 0) in PreVisit() 106 if (re->name()) { in PreVisit() 107 t_->append("?P<"); in PreVisit() 108 t_->append(*re->name()); in PreVisit() [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | tostring.cc | 2 // Use of this source code is governed by a BSD-style 16 #include "re2/walker-inl.h" 72 switch (re->op()) { in PreVisit() 92 t_->append("(?:"); in PreVisit() 98 t_->append("(?:"); in PreVisit() 103 t_->append("("); in PreVisit() 104 if (re->cap() == 0) in PreVisit() 106 if (re->name()) { in PreVisit() 107 t_->append("?P<"); in PreVisit() 108 t_->append(*re->name()); in PreVisit() [all …]
|
/external/cronet/stable/third_party/re2/src/re2/ |
D | tostring.cc | 2 // Use of this source code is governed by a BSD-style 15 #include "re2/walker-inl.h" 72 switch (re->op()) { in PreVisit() 92 t_->append("(?:"); in PreVisit() 98 t_->append("(?:"); in PreVisit() 103 t_->append("("); in PreVisit() 104 if (re->cap() == 0) in PreVisit() 106 if (re->name()) { in PreVisit() 107 t_->append("?P<"); in PreVisit() 108 t_->append(*re->name()); in PreVisit() [all …]
|
/external/regex-re2/re2/ |
D | tostring.cc | 2 // Use of this source code is governed by a BSD-style 16 #include "re2/walker-inl.h" 72 switch (re->op()) { in PreVisit() 92 t_->append("(?:"); in PreVisit() 98 t_->append("(?:"); in PreVisit() 103 t_->append("("); in PreVisit() 104 if (re->cap() == 0) in PreVisit() 106 if (re->name()) { in PreVisit() 107 t_->append("?P<"); in PreVisit() 108 t_->append(*re->name()); in PreVisit() [all …]
|
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/ |
D | FormattableUtilsTest.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 36 assertEquals("foo", FormattableUtils.append("foo", new Formatter(), 0, -1, -1).toString()); in testDefaultAppend() 37 assertEquals("fo", FormattableUtils.append("foo", new Formatter(), 0, -1, 2).toString()); in testDefaultAppend() 38 assertEquals(" foo", FormattableUtils.append("foo", new Formatter(), 0, 4, -1).toString()); in testDefaultAppend() 39 … assertEquals(" foo", FormattableUtils.append("foo", new Formatter(), 0, 6, -1).toString()); in testDefaultAppend() 40 assertEquals(" fo", FormattableUtils.append("foo", new Formatter(), 0, 3, 2).toString()); in testDefaultAppend() 41 assertEquals(" fo", FormattableUtils.append("foo", new Formatter(), 0, 5, 2).toString()); in testDefaultAppend() 42 …assertEquals("foo ", FormattableUtils.append("foo", new Formatter(), LEFT_JUSTIFY, 4, -1).toString… in testDefaultAppend() 43 …assertEquals("foo ", FormattableUtils.append("foo", new Formatter(), LEFT_JUSTIFY, 6, -1).toStri… in testDefaultAppend() 44 …assertEquals("fo ", FormattableUtils.append("foo", new Formatter(), LEFT_JUSTIFY, 3, 2).toString()… in testDefaultAppend() [all …]
|
/external/mesa3d/src/broadcom/qpu/ |
D | qpu_disasm.c | 39 append(struct disasm_state *disasm, const char *fmt, ...) in append() function 43 ralloc_vasprintf_rewrite_tail(&disasm->string, in append() 44 &disasm->offset, in append() 52 /* FIXME: Do a single append somehow. */ in pad_to() 53 while (disasm->offset < n) in pad_to() 54 append(disasm, " "); in pad_to() 64 append(disasm, "rf%d", instr->raddr_a); in v3d42_qpu_disasm_raddr() 66 if (instr->sig.small_imm_b) { in v3d42_qpu_disasm_raddr() 69 v3d_qpu_small_imm_unpack(disasm->devinfo, in v3d42_qpu_disasm_raddr() 70 instr->raddr_b, in v3d42_qpu_disasm_raddr() [all …]
|
/external/skia/src/core/ |
D | SkRasterPipeline.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 32 this->reset(); in SkRasterPipeline() 44 void SkRasterPipeline::append(SkRasterPipelineOp op, void* ctx) { in append() function in SkRasterPipeline 56 this->uncheckedAppend(op, ctx); in append() 62 fTailPointer = fAlloc->make<uint8_t>(0xFF); in tailPointer() 127 // Special-case, this op uses a context that holds *two* MemoryCtxs in uncheckedAppend() 129 this->addMemoryContext(&embossCtx->add, in uncheckedAppend() 132 this->addMemoryContext(&embossCtx->mul, in uncheckedAppend() 139 initCtx->tail = this->tailPointer(); in uncheckedAppend() 144 branchCtx->tail = this->tailPointer(); in uncheckedAppend() [all …]
|
/external/ltp/android/tools/ |
D | android_build_generator.py | 3 # Copyright 2016 - The Android Open Source Project 9 # http://www.apache.org/licenses/LICENSE-2.0 124 return os.path.basename(ar_target)[len('lib'):-len('.a')] 156 self._packages.append(target_name) 158 target_bp.append('') 159 target_bp.append('cc_test {') 160 target_bp.append(' name: "%s",' % target_name) 161 target_bp.append(' stem: "%s",' % base_name) 162 target_bp.append(' defaults: ["ltp_test_defaults"],') 165 target_bp.append(' srcs: ["%s"],' % list(local_src_files)[0]) [all …]
|
/external/cronet/stable/third_party/llvm-libc/src/newhdrgen/ |
D | header.py | 1 # ====- HeaderFile Class for libc function headers -----------*- python -*--==# 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 # ==-------------------------------------------------------------------------==# 20 self.macros.append(macro) 23 self.types.append(type_) 26 self.enumerations.append(enumeration) 29 self.objects.append(object) 32 self.functions.append(function) 38 content.append(f"{macro}\n") 41 content.append(f"{type_}") [all …]
|
/external/cronet/tot/third_party/llvm-libc/src/newhdrgen/ |
D | header.py | 1 # ====- HeaderFile Class for libc function headers -----------*- python -*--==# 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 # ==-------------------------------------------------------------------------==# 20 self.macros.append(macro) 23 self.types.append(type_) 26 self.enumerations.append(enumeration) 29 self.objects.append(object) 32 self.functions.append(function) 38 content.append(f"{macro}\n") 41 content.append(f"{type_}") [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 5 * Copyright (c) 2005-2008 Terence Parr 9 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc. 110 ruleLevel--; in ExitRule() 193 … int depth = lastTokenIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1 in ExitDecision() 222 … int depth = thisRefIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1 in ConsumeToken() 226 … d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex); in ConsumeToken() 251 …ine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.ruleName + "-" + in LT() 262 // int stackTop = lookaheadStack.size()-1; in LT() 268 // int depth = i + thisRefIndex - startingIndex.intValue() - numHidden; in LT() 311 backtrackDepth--; in EndBacktrack() [all …]
|