/external/guava/guava-tests/test/com/google/common/cache/ |
D | NullCacheTest.java | 43 Object computed = new Object(); in testGet() local 47 .build(constantLoader(computed)); in testGet() 50 assertSame(computed, cache.getUnchecked(key)); in testGet() 53 assertSame(computed, notification.getValue()); in testGet() 60 Object computed = new Object(); in testGet_expireAfterWrite() local 64 .build(constantLoader(computed)); in testGet_expireAfterWrite() 67 assertSame(computed, cache.getUnchecked(key)); in testGet_expireAfterWrite() 70 assertSame(computed, notification.getValue()); in testGet_expireAfterWrite() 77 Object computed = new Object(); in testGet_expireAfterAccess() local 81 .build(constantLoader(computed)); in testGet_expireAfterAccess() [all …]
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | floatditf_test.c | 13 DD computed; in main() local 18 computed.ld = __floatditf(tests[i].input); in main() 20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo)) in main() 24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo); in main()
|
D | floatunditf_test.c | 13 DD computed; in main() local 18 computed.ld = __floatunditf(tests[i].input); in main() 20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo)) in main() 24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo); in main()
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | constant_resolver.py | 12 computed = set() 23 if field not in computed: 32 if constant in computed: 43 computed.add(constant) 47 if field in computed: 63 computed.add(field)
|
/external/python/cpython2/Lib/test/ |
D | test_sha.py | 20 computed = obj.hexdigest() 21 self.assertTrue(computed == digest) 26 self.assertTrue(computed == computed_again) 33 self.assertTrue(computed == hexd)
|
D | test_hashlib.py | 173 computed = hash_object_constructor(data).hexdigest() 175 computed, digest, 179 computed, len(data), digest)) 188 computed = h.hexdigest() 190 computed, digest, 194 computed, len(data), digest))
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | compute_constant_test.cc | 76 TF_ASSIGN_OR_RETURN(auto computed, in ComputeConstantLiteral() 78 return std::move(computed); in ComputeConstantLiteral() 223 TF_ASSERT_OK_AND_ASSIGN(auto computed, in TEST_F() 226 EXPECT_TRUE(LiteralTestUtil::Equal(expected_literal, computed)); in TEST_F() 237 TF_ASSERT_OK_AND_ASSIGN(auto computed, in TEST_F() 240 EXPECT_TRUE(LiteralTestUtil::Equal(expected_literal, computed)); in TEST_F() 253 auto computed, ComputeConstantLiteral( in XLA_TEST_F() 262 expected_literal.shape(), computed.shape())); in XLA_TEST_F() 263 EXPECT_TRUE(LiteralTestUtil::Equal(expected_literal, computed)); in XLA_TEST_F()
|
D | client_test.cc | 63 auto computed, client_->Transfer(*data, &expected_literal.shape())); in XLA_TEST_F() 66 expected_literal.shape(), computed.shape())); in XLA_TEST_F() 67 EXPECT_TRUE(LiteralTestUtil::Equal(expected_literal, computed)); in XLA_TEST_F()
|
D | execution_profile_test.cc | 66 TF_ASSERT_OK_AND_ASSIGN(auto computed, client_->Transfer(*data, &shape)); in XLA_TEST_F() 67 (void)computed; in XLA_TEST_F()
|
D | transpose_test.cc | 124 auto computed = ConstantR2FromArray2D<float>(&builder, input); in TEST_F() local 126 computed = Transpose(computed, {1, 0}); in TEST_F()
|
/external/speex/ |
D | config.h.in | 100 /* The size of `int', as computed by sizeof. */ 103 /* The size of `int16_t', as computed by sizeof. */ 106 /* The size of `int32_t', as computed by sizeof. */ 109 /* The size of `long', as computed by sizeof. */ 112 /* The size of `short', as computed by sizeof. */ 115 /* The size of `uint16_t', as computed by sizeof. */ 118 /* The size of `uint32_t', as computed by sizeof. */ 121 /* The size of `u_int16_t', as computed by sizeof. */ 124 /* The size of `u_int32_t', as computed by sizeof. */
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | parse_testdata.cc | 202 float computed = data[idx]; in CheckOutputs() local 204 float diff = std::abs(computed - reference); in CheckOutputs() 220 int32_t computed = data[idx]; in CheckOutputs() local 222 if (std::abs(computed - reference) > 0) { in CheckOutputs() 224 i, idx, computed, reference); in CheckOutputs() 231 int64_t computed = data[idx]; in CheckOutputs() local 233 if (std::abs(computed - reference) > 0) { in CheckOutputs() 237 i, idx, computed, reference); in CheckOutputs()
|
/external/tensorflow/tensorflow/lite/testing/ |
D | parse_testdata.cc | 199 float computed = data[idx]; in CheckOutputs() local 201 float diff = std::abs(computed - reference); in CheckOutputs() 217 int32_t computed = data[idx]; in CheckOutputs() local 219 if (std::abs(computed - reference) > 0) { in CheckOutputs() 221 i, idx, computed, reference); in CheckOutputs() 228 int64_t computed = data[idx]; in CheckOutputs() local 230 if (std::abs(computed - reference) > 0) { in CheckOutputs() 234 i, idx, computed, reference); in CheckOutputs()
|
/external/jemalloc/test/unit/ |
D | hash.c | 71 uint32_t computed, expected; in hash_variant_verify_key() local 122 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) | in hash_variant_verify_key() 138 assert_u32_eq(computed, expected, in hash_variant_verify_key() 140 hash_variant_string(variant), expected, computed); in hash_variant_verify_key()
|
/external/jemalloc_new/test/unit/ |
D | hash.c | 67 uint32_t computed, expected; in hash_variant_verify_key() local 118 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) | in hash_variant_verify_key() 134 assert_u32_eq(computed, expected, in hash_variant_verify_key() 136 hash_variant_string(variant), expected, computed); in hash_variant_verify_key()
|
/external/libogg/ |
D | config.h.in | 58 /* The size of `int', as computed by sizeof. */ 61 /* The size of `long', as computed by sizeof. */ 64 /* The size of `long long', as computed by sizeof. */ 67 /* The size of `short', as computed by sizeof. */
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_FusedBatchNorm.pbtxt | 44 A 1D Tensor for the computed batch mean, to be used by TensorFlow 51 A 1D Tensor for the computed batch variance, to be used by 58 A 1D Tensor for the computed batch mean, to be reused 65 A 1D Tensor for the computed batch variance (inverted variance
|
D | api_def_FusedBatchNormV2.pbtxt | 44 A 1D Tensor for the computed batch mean, to be used by TensorFlow 51 A 1D Tensor for the computed batch variance, to be used by 58 A 1D Tensor for the computed batch mean, to be reused 65 A 1D Tensor for the computed batch variance (inverted variance
|
D | api_def_RequantizationRange.pbtxt | 18 The computed min output. 24 the computed max output.
|
D | api_def_SelfAdjointEigV2.pbtxt | 27 If `True` then eigenvectors will be computed and returned in `v`. 28 Otherwise, only the eigenvalues will be computed.
|
/external/pdfium/third_party/libtiff/ |
D | 0027-build-config.patch | 10 -/* The size of a `int', as computed by sizeof. */ 22 /* The size of `unsigned long', as computed by sizeof. */ 30 -/* The size of void* as computed by sizeof. */
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | dont-recompute.ll | 4 ; to be computed by the loop and used in the loop any way. In the example below 5 ; although a's value can be computed outside of the loop, there is no benefit 6 ; in doing so as it has to be computed by the loop anyway.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | dont-recompute.ll | 4 ; to be computed by the loop and used in the loop any way. In the example below 5 ; although a's value can be computed outside of the loop, there is no benefit 6 ; in doing so as it has to be computed by the loop anyway.
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 39 coordinate is computed. Then, regular CLAMP_TO_EDGE is applied to the coord. 41 coordinate is computed. Then, regular CLAMP_TO_BORDER is applied to the 44 computed. Then, regular CLAMP is applied to the coord. 92 Bias factor which is added to the computed level of detail. 93 The normal level of detail is computed from the partial derivatives of
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | inter_arrival_unittest.cc | 168 bool computed = inter_arrival->ComputeDeltas(timestamp, in InternalExpectFalse() local 174 EXPECT_EQ(computed, false); in InternalExpectFalse() 190 bool computed = inter_arrival->ComputeDeltas(timestamp, in InternalExpectTrue() local 196 EXPECT_EQ(true, computed); in InternalExpectTrue()
|