/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 4 * Use of this source code is governed by a BSD-style license 15 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_c() argument 54 step[2] = in_high[1] - in_high[2]; in vpx_fdct4x4_c() 55 step[3] = in_high[0] - in_high[3]; in vpx_fdct4x4_c() 57 temp2 = (step[0] - step[1]) * cospi_16_64; in vpx_fdct4x4_c() 61 temp2 = -step[2] * cospi_8_64 + step[3] * cospi_24_64; in vpx_fdct4x4_c() 70 out = output; in vpx_fdct4x4_c() 76 for (j = 0; j < 4; ++j) output[j + i * 4] = (output[j + i * 4] + 1) >> 2; in vpx_fdct4x4_c() 81 void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_1_c() argument 87 output[0] = sum * 2; in vpx_fdct4x4_1_c() [all …]
|
/external/mesa3d/src/amd/compiler/ |
D | aco_print_ir.cpp | 60 static void print_reg_class(const RegClass rc, FILE *output) in print_reg_class() argument 63 case RegClass::s1: fprintf(output, " s1: "); return; in print_reg_class() 64 case RegClass::s2: fprintf(output, " s2: "); return; in print_reg_class() 65 case RegClass::s3: fprintf(output, " s3: "); return; in print_reg_class() 66 case RegClass::s4: fprintf(output, " s4: "); return; in print_reg_class() 67 case RegClass::s6: fprintf(output, " s6: "); return; in print_reg_class() 68 case RegClass::s8: fprintf(output, " s8: "); return; in print_reg_class() 69 case RegClass::s16: fprintf(output, "s16: "); return; in print_reg_class() 70 case RegClass::v1: fprintf(output, " v1: "); return; in print_reg_class() 71 case RegClass::v2: fprintf(output, " v2: "); return; in print_reg_class() [all …]
|
/external/boringssl/src/crypto/evp/ |
D | evp_tests.txt | 6 PrivateKey = RSA-2048 13 PublicKey = RSA-2048-SPKI 20 PublicKey = RSA-2048-SPKI-Negative 25 PublicKey = RSA-2048-SPKI-Invalid 29 # The same key but with an incorrectly-encoded length prefix. 30 PublicKey = RSA-2048-SPKI-Invalid2 35 PrivateKey = RSA-512 42 PrivateKey = RSA-515 48 # EC P-256 key 49 PrivateKey = P-256 [all …]
|
/external/blktrace/doc/ |
D | btt.1 | 1 .TH BTT 1 "September 29, 2007" "blktrace git\-20070910192508" "" 5 btt \- analyse block i/o traces produces by blktrace 11 [ \-a | \-\-seek\-absolute ] 13 [ \-A | \-\-all\-data ] 15 [ \-B <\fIoutput name\fR> | \-\-dump\-blocknos=<\fIoutput name\fR> ] 17 [ \-d <\fIseconds\fR> | \-\-range\-delta=<\fIseconds\fR> ] 19 [ \-D <\fIdev;...\fR> | \-\-devices=<\fIdev;...\fR> ] 21 [ \-e <\fIexe,...\fR> | \-\-exes=<\fIexe,...\fR> ] 23 [ \-h | \-\-help ] 25 [ \-i <\fIinput name\fR> | \-\-input\-file=<\fIinput name\fR> ] [all …]
|
/external/libvpx/libvpx/test/ |
D | vpxenc.sh | 5 ## Use of this source code is governed by a BSD-style license 22 if [ ! -e "${YUV_RAW_INPUT}" ]; then 27 if [ ! -e "${Y4M_NOSQ_PAR_INPUT}" ]; then 33 if [ -z "$(vpx_tool_path vpxenc)" ]; then 55 --width="${YUV_RAW_INPUT_WIDTH}" 56 --height="${YUV_RAW_INPUT_HEIGHT}"" 70 local codec="${1:-vp8}" 71 echo "--codec=${codec} 72 --buf-initial-sz=500 73 --buf-optimal-sz=600 [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_sys_settrace.py | 14 def __init__(self, output, value): argument 15 self.output = output 19 self.output.append(self.value) 22 self.output.append(-self.value) 26 def __init__(self, output, value): argument 27 self.output = output 31 self.output.append(self.value) 34 self.output.append(-self.value) 145 def called(): # line -3 153 (-3, 'call'), [all …]
|
/external/pffft/ |
D | pf_carrier.cpp | 41 void generate_dc_f(float* output, int size) in generate_dc_f() argument 46 output[i++]=(127.0F / 128.0F); in generate_dc_f() 47 output[i++]=0.0F; in generate_dc_f() 52 void generate_dc_s16(short* output, int size) in generate_dc_s16() argument 57 output[i++]=SHRT_MAX; in generate_dc_s16() 58 output[i++]=0; in generate_dc_s16() 63 void generate_pos_fs4_f(float* output, int size) in generate_pos_fs4_f() argument 70 output[i++]=(127.0F / 128.0F); in generate_pos_fs4_f() 71 output[i++]=0.0F; in generate_pos_fs4_f() 73 output[i++]=0.0F; in generate_pos_fs4_f() [all …]
|
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
D | constants.test | 5 …input float in0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 | -1.123 | -0.75 | 512.0 | -72.13 | -… 6 …output float out0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 | -1.123 | -0.75 | 512.0 | -72.13 | … 16 ${OUTPUT} 25 uniform float uni0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ]; 26 output float out0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ]; 36 ${OUTPUT} 43 values { output float out0 = 1.123; } 51 ${OUTPUT} 58 values { output float out0 = -1.123; } 65 out0 = -1.123; [all …]
|
/external/deqp/data/gles2/shaders/ |
D | constants.test | 4 …input float in0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 | -1.123 | -0.75 | 512.0 | -72.13 | -… 5 …output float out0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 | -1.123 | -0.75 | 512.0 | -72.13 | … 14 ${OUTPUT} 22 uniform float uni0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ]; 23 output float out0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ]; 33 ${OUTPUT} 39 values { output float out0 = 1.123; } 46 ${OUTPUT} 52 values { output float out0 = -1.123; } 58 out0 = -1.123; [all …]
|
/external/libaom/libaom/test/ |
D | aomenc.sh | 20 if [ ! -e "${YUV_RAW_INPUT}" ]; then 25 if [ ! -e "${Y4M_NOSQ_PAR_INPUT}" ]; then 31 if [ -z "$(aom_tool_path aomenc)" ]; then 66 cat "${input}" | eval "${AOM_TEST_PREFIX}" "${encoder}" - \ 67 --test-decode=fatal \ 79 --test-decode=fatal \ 85 local output="${AV1_IVF_FILE}" 86 if [ -e "${AV1_IVF_FILE}" ]; then 87 output="${AOM_TEST_OUTPUT_DIR}/av1_test.ivf" 91 --ivf \ [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | activations.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 54 // TODO(b/142762739): We should figure out a multi-threading plan for most of 80 // distributed between [-10.0 , 0.0] 121 const TfLiteTensor* output) { in CheckOutputQuantParams() argument 122 TF_LITE_ENSURE(context, output->params.scale == 1. / 256); in CheckOutputQuantParams() 123 if (input->type == kTfLiteUInt8) { in CheckOutputQuantParams() 124 TF_LITE_ENSURE_EQ(context, output->params.zero_point, 0); in CheckOutputQuantParams() 126 TF_LITE_ENSURE_EQ(context, output->params.zero_point, -128); in CheckOutputQuantParams() 133 TfLiteTensor* output, in PopulateLookupTable() argument 136 const float inverse_scale = 1 / output->params.scale; in PopulateLookupTable() [all …]
|
/external/XNNPACK/src/x8-zip/ |
D | xm-sse2.c | 6 // This source code is licensed under the BSD-style license found in the 18 uint8_t* output) in xnn_x8_zip_xm_ukernel__sse2() argument 22 const size_t output_increment = 4 - m * n; in xnn_x8_zip_xm_ukernel__sse2() 23 const uint8_t* last_input = w + n * (m - 1); in xnn_x8_zip_xm_ukernel__sse2() 24 uint8_t* last_output = (uint8_t*) ((uintptr_t) output + (m - 4)); in xnn_x8_zip_xm_ukernel__sse2() 33 const uint8_t* z = (const uint8_t*) ((uintptr_t) w - n); in xnn_x8_zip_xm_ukernel__sse2() 34 const uint8_t* y = (const uint8_t*) ((uintptr_t) z - n); in xnn_x8_zip_xm_ukernel__sse2() 35 const uint8_t* x = (const uint8_t*) ((uintptr_t) y - n); in xnn_x8_zip_xm_ukernel__sse2() 54 *((uint32_t*) output) = _mm_cvtsi128_si32(vxyzw0); in xnn_x8_zip_xm_ukernel__sse2() 55 output = (uint8_t*) ((uintptr_t) output + m); in xnn_x8_zip_xm_ukernel__sse2() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_sys_settrace.py | 12 def __init__(self, output, value): argument 13 self.output = output 17 self.output.append(self.value) 20 self.output.append(-self.value) 95 def called(): # line -3 103 (-3, 'call'), 104 (-2, 'line'), 105 (-2, 'return'), 120 (-3, 'call'), 121 (-2, 'line'), [all …]
|
/external/webrtc/common_audio/ |
D | fir_filter_unittest.cc | 4 * Use of this source code is governed by a BSD-style license 32 const float* output, in VerifyOutput() argument 35 0, memcmp(expected_output, output, length * sizeof(expected_output[0]))); in VerifyOutput() 42 float output[kInputLength]; in TEST() local 45 filter->Filter(kInput, kInputLength, output); in TEST() 47 VerifyOutput(kInput, output, kInputLength); in TEST() 52 float output[kInputLength]; in TEST() local 55 filter->Filter(kInput, kInputLength, output); in TEST() 57 EXPECT_FLOAT_EQ(5.f, output[0]); in TEST() 58 EXPECT_FLOAT_EQ(20.f, output[3]); in TEST() [all …]
|
/external/googletest/googlemock/test/ |
D | gmock_output_test.py | 32 r"""Tests the text output of Google C++ Mocking Framework. 35 gmock_output_test.py --build_dir=BUILD/DIR --gengolden 37 gmock_output_test.py --gengolden 42 from io import open # pylint: disable=redefined-builtin, g-importing-member 50 GENGOLDEN_FLAG = '--gengolden' 53 COMMAND = [PROGRAM_PATH, '--gtest_stack_trace_depth=0', '--gtest_print_time=0'] 64 def RemoveReportHeaderAndFooter(output): argument 65 """Removes Google Test result report's header and footer from the output.""" 67 output = re.sub(r'.*gtest_main.*\n', '', output) 68 output = re.sub(r'\[.*\d+ tests.*\n', '', output) [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmspack.c | 1 //--------------------------------------------------------------------------------- 4 // Copyright (c) 1998-2017 Marti Maria Saguer 24 //--------------------------------------------------------------------------------- 34 // --------------------------------------------------------------------------- 41 #define REVERSE_FLAVOR_8(x) ((cmsUInt8Number) (0xff-(x))) 42 #define REVERSE_FLAVOR_16(x) ((cmsUInt16Number)(0xffff-(x))) 90 // Unpacking routines (16 bits) -------------------------------------------------------------------… 100 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollChunkyBytes() 101 cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); in UnrollChunkyBytes() 102 cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); in UnrollChunkyBytes() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | replicapool_v1beta2.instanceGroupManagers.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | deploymentmanager_v2beta.compositeTypes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | deploymentmanager_alpha.compositeTypes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/external/skqp/infra/bots/recipe_modules/checkout/examples/full.expected/ |
D | flutter_trybot.json | 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 20 "-u", 22 "--json-output", 33 "-u", 35 "--spec-path", 37 "--patch_root", 39 "--revision_mapping_file", [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | protoc-gen-upbdefs.cc | 17 return ToCIdent(file->name()) + "_upbdefinit"; in DefInitSymbol() 28 void GenerateMessageDefAccessor(const protobuf::Descriptor* d, Output& output) { in GenerateMessageDefAccessor() argument 29 output("UPB_INLINE const upb_msgdef *$0_getmsgdef(upb_symtab *s) {\n", in GenerateMessageDefAccessor() 30 ToCIdent(d->full_name())); in GenerateMessageDefAccessor() 31 output(" _upb_symtab_loaddefinit(s, &$0);\n", DefInitSymbol(d->file())); in GenerateMessageDefAccessor() 32 output(" return upb_symtab_lookupmsg(s, \"$0\");\n", d->full_name()); in GenerateMessageDefAccessor() 33 output("}\n"); in GenerateMessageDefAccessor() 34 output("\n"); in GenerateMessageDefAccessor() 36 for (int i = 0; i < d->nested_type_count(); i++) { in GenerateMessageDefAccessor() 37 GenerateMessageDefAccessor(d->nested_type(i), output); in GenerateMessageDefAccessor() [all …]
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenObjectDefinition.py | 15 - name: the object's official name, e.g. 'SndChannel'. 16 - prefix: the prefix used for the object's functions and data, e.g. 'SndCh'. 17 - itselftype: the C type actually contained in the object, e.g. 'SndChannelPtr'. 50 Output("typedef struct %s {", self.objecttype) 52 Output("PyObject_HEAD") 55 Output("} %s;", self.objecttype) 65 Output() 86 Output("%sPyTypeObject %s;", sf, self.typename) 87 Output() 88 Output("#define %s_Check(x) ((x)->ob_type == &%s || PyObject_TypeCheck((x), &%s))", [all …]
|
/external/antlr/runtime/Ruby/test/functional/main/ |
D | main-scripts.rb | 2 # encoding: utf-8 12 example 'overriding the built-in script action using the @main named-action' do 13 grammar = inline_grammar( <<-'END' ) 37 example 'using Lexer.main() to run the built-in lexer utility script on a source file' do 41 compile_and_load inline_grammar( <<-'END' ) 50 output = StringIO.new 52 LexerMainWithSourceFile::Lexer.main( [], :input => input, :output => output ) 54 out_lines = output.string.split( /\n/ ) 61 example 'using Lexer.main to run the built-in lexer utility script on input from $stdin' do 62 input = StringIO.new( "yada yada" ) # <- used to simulate $stdin [all …]
|
/external/googletest/googletest/test/ |
D | googletest-output-test.py | 32 r"""Tests the text output of Google C++ Testing and Mocking Framework. 35 googletest_output_test.py --build_dir=BUILD/DIR --gengolden 36 where BUILD/DIR contains the built googletest-output-test_ file. 37 googletest_output_test.py --gengolden 49 GENGOLDEN_FLAG = '--gengolden' 53 NO_STACKTRACE_SUPPORT_FLAG = '--no_stacktrace_support' 58 GOLDEN_NAME = 'googletest-output-test-golden-lin.txt' 60 PROGRAM_PATH = gtest_test_utils.GetTestExecutablePath('googletest-output-test_') 64 COMMAND_LIST_TESTS = ({}, [PROGRAM_PATH, '--gtest_list_tests']) 65 COMMAND_WITH_COLOR = ({}, [PROGRAM_PATH, '--gtest_color=yes']) [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 66 (random::New64() % 65536 / 65536.0) * (maxval - minval) + minval; in GenerateRandomTensorInRange() 113 device_properties.mutable_environment()->insert({"architecture", "7"}); in SetUp() 114 device_properties.mutable_environment()->insert({"cuda", "9010"}); in SetUp() 119 TF_CHECK_OK(virtual_cluster_->Provision()); in SetUp() 122 void TearDown() override { TF_CHECK_OK(virtual_cluster_->Shutdown()); } in TearDown() 149 type_list.mutable_list()->add_type(DT_FLOAT); in AddSimpleNode() 165 const std::function<Output(const tensorflow::Scope&, Output)>& in TestSimpleUnaryInferOp() 169 Output eye = ops::Const(s.WithOpName("eye"), in TestSimpleUnaryInferOp() 171 Output input = ops::Placeholder(s.WithOpName("input"), DT_FLOAT); in TestSimpleUnaryInferOp() [all …]
|