| /third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
| D | math_data_test.h | 49 double input1; member 55 float input1; member 61 double input1; member 67 float input1; member 97 double input1; member 104 float input1; member 111 double input1; member 118 float input1; member
|
| /third_party/node/deps/v8/src/compiler/ |
| D | node-matchers.cc | 40 Node* input1 = merge->InputAt(1); in DiamondMatcher() local
|
| /third_party/openssl/test/ |
| D | sm3_internal_test.c | 24 static const unsigned char input1[] = { in test_sm3() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | PackUnpackTest.cpp | 103 void compareBeforeAfter(GLuint program, float input1, float input2) in compareBeforeAfter() 109 float input1, in compareBeforeAfter()
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_native_layer_mathbinary.c | 69 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_commutative() local 93 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_not_commutative() local
|
| /third_party/astc-encoder/Source/ |
| D | astcenc_color_unquantize.cpp | 45 vint4 input1, in rgba_delta_unpack() 78 vint4 input1, in rgb_delta_unpack() 89 vint4 input1, in rgba_unpack() 117 vint4 input1, in rgb_unpack()
|
| D | astcenc_vecmathlib_common_4.h | 372 vint4& input1 in bit_transfer_signed()
|
| /third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
| D | input_test.cpp | 82 pp::Input input1(count, str, nullptr); in TEST() local 120 pp::Input input1(count, str, nullptr); in TEST() local
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | vp8_idct_msa.c | 50 v8i16 input0, input1; in ff_vp8_idct_add_msa() local 107 v8i16 input0, input1; in ff_vp8_luma_dc_wht_msa() local
|
| /third_party/ffmpeg/tests/dnn/ |
| D | dnn-layer-mathbinary-test.c | 139 float input1[1*1*2*3] = { in test_no_broadcast() local
|
| /third_party/ffmpeg/libavfilter/tests/ |
| D | dnn-layer-mathbinary.c | 139 float input1[1*1*2*3] = { in test_no_broadcast() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | DateIntervalFormatTest.java | 1939 Calendar input1 = Calendar.getInstance(ULocale.UK); in testFormattedDateInterval() local 1961 Calendar input1 = Calendar.getInstance(ULocale.UK); in testFormattedDateInterval() local 1988 Calendar input1 = Calendar.getInstance(ULocale.US); in testFormattedDateInterval() local 2018 Date input1 = new Date(2018 - 1900, 6, 20); in testFormattedDateInterval() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | dtifmtts.cpp | 1879 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local 1905 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local 1923 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local 1955 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local
|
| D | listformattertest.cpp | 137 UnicodeString input1[] = {one}; in CheckFourCases() local 158 UnicodeString input1[] = {one}; in RecordFourCases() local 487 UnicodeString input1[] = {one}; in TestOutOfOrderPatterns() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | DateIntervalFormatTest.java | 2121 Calendar input1 = Calendar.getInstance(ULocale.UK); in testFormattedDateInterval() local 2143 Calendar input1 = Calendar.getInstance(ULocale.UK); in testFormattedDateInterval() local 2170 Calendar input1 = Calendar.getInstance(ULocale.US); in testFormattedDateInterval() local 2200 Date input1 = new Date(2018 - 1900, 6, 20); in testFormattedDateInterval() local
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| D | CodedInputStreamTest.java | 281 CodedInputStream input1 = CodedInputStream.newInstance(rawBytes); in testSkipWholeMessage() local
|
| /third_party/gn/src/gn/ |
| D | tokenizer_unittest.cc | 141 char input1[] = "aaa\nxaa\n\nya"; in TEST() local
|
| /third_party/mbedtls/tests/src/ |
| D | psa_exercise_key.c | 490 const unsigned char *input1, size_t input1_length, in mbedtls_test_psa_setup_key_derivation_wrap() 594 unsigned char input1[] = "Input 1"; in exercise_key_derivation_key() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
| D | common.h | 152 Int input1 = input[offset + 1]; in bytesToInt() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_read_image.cpp | 257 const uint8 *input1 = input + rowIncrement; in DecodeFPDelta() local 279 const uint8 *input1 = input + rowIncrement; in DecodeFPDelta() local 300 const uint8 *input1 = input + rowIncrement; in DecodeFPDelta() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktAtomicOperationTests.cpp | 535 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperation() local 738 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperationFloatingPoint() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| D | vktAtomicOperationTests.cpp | 535 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperation() local 738 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperationFloatingPoint() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | folding_rules.cpp | 508 const analysis::Constant* input1, in PerformFloatingPointOperation() 556 SpvOp opcode, const analysis::Constant* input1, in PerformIntegerOperation() 603 const analysis::Constant* input1, in PerformOperation()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | folding_rules.cpp | 508 const analysis::Constant* input1, in PerformFloatingPointOperation() 556 SpvOp opcode, const analysis::Constant* input1, in PerformIntegerOperation() 603 const analysis::Constant* input1, in PerformOperation()
|
| /third_party/spirv-tools/source/opt/ |
| D | folding_rules.cpp | 523 const analysis::Constant* input1, in PerformFloatingPointOperation() 572 const analysis::Constant* input1, in PerformIntegerOperation() 619 const analysis::Constant* input1, in PerformOperation()
|