/external/tensorflow/tensorflow/tools/ci_build/devtoolset/ |
D | rpm-patch.sh | 19 SPEC="$1" 20 grep '%patch' "${SPEC}" |while read cmd ; do 22 file=$(grep "Patch$N:" "${SPEC}" |sed 's,.*: ,,')
|
/external/llvm-project/clang/test/Driver/ |
D | hip-std.hip | 21 // RUN: -std=c++17 %s 2>&1 | FileCheck -check-prefixes=MSVC-SPEC %s 22 // MSVC-SPEC: "{{.*}}clang{{.*}}" "-cc1"{{.*}}"-fcuda-is-device"{{.*}}"-std=c++17" 23 // MSVC-SPEC: "{{.*}}clang{{.*}}" "-cc1"{{.*}}"-std=c++17"
|
/external/llvm-project/clang/test/AST/ |
D | fixed_point.c | 93 #define MIX_TYPE_SPEC(SPEC, SIGN, SIZE, ID) \ argument 94 SPEC SIGN SIZE _Accum ID; \ 95 SIGN SPEC SIZE _Accum ID ## 2; \ 96 SIGN SIZE SPEC _Accum ID ## 3; \ 97 SIGN SIZE _Accum SPEC ID ## 4;
|
/external/aac/libAACdec/src/ |
D | overlapadd.h | 115 #define SPEC(ptr, w, gl) ((ptr) + ((w) * (gl))) macro
|
D | block.cpp | 238 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, in CBlock_ScaleSpectralData() 513 SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, in CBlock_InverseQuantizeSpectralData() 606 SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, in CBlock_InverseQuantizeSpectralData() 858 SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, win + gwin, in CBlock_ApplyNoise() 929 SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, in CBlock_ReadAcSpectralData()
|
D | stereo.cpp | 1085 SPEC(spectrumL, window, pAacDecoderChannelInfo[L]->granuleLength); in CJointStereo_ApplyMS() 1087 SPEC(spectrumR, window, pAacDecoderChannelInfo[R]->granuleLength); in CJointStereo_ApplyMS() 1190 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, in CJointStereo_ApplyIS() 1192 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, in CJointStereo_ApplyIS()
|
D | aacdec_pns.cpp | 329 FIXP_DBL *spectrum = SPEC(pSpectrum, window, granuleLength); in CPns_Apply()
|
D | aacdec_tns.cpp | 292 { pSpectrum = SPEC(pSpectralCoefficient, window, granuleLength); } in CTns_Apply()
|
D | aacdec_hcr.cpp | 588 pOut = SPEC(pQuantizedSpectralCoefficientsBase, window, in HcrReorderQuantizedSpectralCoefficients() 618 pBak = SPEC(pQuantizedSpectralCoefficientsBase, window, in HcrReorderQuantizedSpectralCoefficients()
|
/external/llvm-project/llvm/docs/ |
D | TestSuiteGuide.md | 113 directory are the SPEC CPU benchmark suites. 205 `External` directory (such as `External/SPEC/README`) 231 Warning: 'test-suite :: External/SPEC/CINT2006/403.gcc/403.gcc.test' has No metrics! 289 External suites such as SPEC can be enabled by either 295 `test-suite/External/SPEC/README`. 297 For the SPEC benchmarks you can switch between the `test`, `train` and 340 The `TEST_SUITE_RUN_TYPE` setting only affects the SPEC benchmark suites.
|
D | HowToSubmitABug.rst | 192 **Special note:** if you are debugging MultiSource or SPEC tests that
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | RBNFWriter.java | 39 SPEC = 6, field in RBNFWriter 108 if (options[SPEC].value.equals("true")) { in main()
|
/external/llvm-project/llvm/docs/Proposals/ |
D | TestSuite.rst | 22 like for the SPEC benchmarks) 33 SPEC CPU 2017 56 SPEC OMP2012
|
/external/python/cpython2/Tools/compiler/ |
D | astgen.py | 15 SPEC = "ast.txt" variable 229 classes = parse_spec(SPEC)
|
/external/llvm/test/Transforms/ADCE/ |
D | 2002-07-17-PHIAssertion.ll | 1 ; This testcase was extracted from the gzip SPEC benchmark
|
/external/llvm-project/llvm/test/Transforms/ADCE/ |
D | 2002-07-17-PHIAssertion.ll | 1 ; This testcase was extracted from the gzip SPEC benchmark
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-05-30-BadFoldGEP.ll | 4 ;; From: test/Programs/External/SPEC/CINT2000/254.gap.llvm.bc
|
D | 2003-05-28-ManyArgs.ll | 4 ;; From: test/Programs/External/SPEC/CINT2000/175.vpr.llvm.bc
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | 2003-05-30-BadFoldGEP.ll | 4 ;; From: test/Programs/External/SPEC/CINT2000/254.gap.llvm.bc
|
/external/igt-gpu-tools/man/ |
D | intel_reg.rst | 56 SPEC DEFINITIONS below for details. 153 REGISTER SPEC DEFINITIONS
|
/external/llvm-project/llvm/test/FileCheck/ |
D | numeric-expression.txt | 34 RUN: | FileCheck --check-prefix INVALID-FMT-SPEC-MSG1 --strict-whitespace %s 37 RUN: | FileCheck --check-prefix INVALID-FMT-SPEC-MSG2 --strict-whitespace %s 45 INVALID-FMT-SPEC-MSG1: numeric-expression.txt:[[#@LINE-2]]:37: error: invalid format specifier in e… 46 INVALID-FMT-SPEC-MSG1-NEXT: {{I}}NVALID-FMT-SPEC1-NEXT: INVVAR1={{\[\[#%c,INVVAR1:\]\]}} 47 INVALID-FMT-SPEC-MSG1-NEXT: {{^}} ^{{$}} 48 INVALID-FMT-SPEC-MSG2: numeric-expression.txt:[[#@LINE-4]]:37: error: invalid format specifier in e… 49 INVALID-FMT-SPEC-MSG2-NEXT: {{I}}NVALID-FMT-SPEC2-NEXT: INVVAR2={{\[\[#%hhd,INVVAR2:\]\]}} 50 INVALID-FMT-SPEC-MSG2-NEXT: {{^}} ^{{$}}
|
/external/mesa3d/docs/ |
D | viewperf.rst | 4 This page lists known issues with `SPEC Viewperf 5 11 <https://www.spec.org/gwpg/gpc.static/vp11info.html>`__ and `SPEC 17 These issues have been reported to the SPEC organization in the hope
|
/external/libxaac/decoder/ |
D | ixheaacd_channel.c | 83 #define SPEC(ptr, w, gl) ((ptr) + ((w) * (gl))) macro 1084 SPEC(ptr_aac_dec_channel_info->ptr_spec_coeff, window, in ixheaacd_cblock_inv_quant_spect_data()
|
/external/llvm/docs/ |
D | TestSuiteMakefileGuide.rst | 63 members of this directory are the SPEC 95 and SPEC 2000 benchmark
|
D | HowToSubmitABug.rst | 190 **Special note:** if you are debugging MultiSource or SPEC tests that
|