Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/external/guava/guava-tests/test/com/google/common/cache/
DNullCacheTest.java43 Object computed = new Object(); in testGet() local
48 .build(constantLoader(computed)); in testGet()
51 assertSame(computed, cache.getUnchecked(key)); in testGet()
54 assertSame(computed, notification.getValue()); in testGet()
61 Object computed = new Object(); in testGet_expireAfterWrite() local
66 .build(constantLoader(computed)); in testGet_expireAfterWrite()
69 assertSame(computed, cache.getUnchecked(key)); in testGet_expireAfterWrite()
72 assertSame(computed, notification.getValue()); in testGet_expireAfterWrite()
79 Object computed = new Object(); in testGet_expireAfterAccess() local
84 .build(constantLoader(computed)); in testGet_expireAfterAccess()
[all …]
/external/guava/android/guava-tests/test/com/google/common/cache/
DNullCacheTest.java43 Object computed = new Object(); in testGet() local
48 .build(constantLoader(computed)); in testGet()
51 assertSame(computed, cache.getUnchecked(key)); in testGet()
54 assertSame(computed, notification.getValue()); in testGet()
61 Object computed = new Object(); in testGet_expireAfterWrite() local
66 .build(constantLoader(computed)); in testGet_expireAfterWrite()
69 assertSame(computed, cache.getUnchecked(key)); in testGet_expireAfterWrite()
72 assertSame(computed, notification.getValue()); in testGet_expireAfterWrite()
79 Object computed = new Object(); in testGet_expireAfterAccess() local
84 .build(constantLoader(computed)); in testGet_expireAfterAccess()
[all …]
/external/compiler-rt/test/builtins/Unit/ppc/
Dfloatunditf_test.c13 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()
Dfloatditf_test.c13 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()
/external/fmtlib/doc/bootstrap/
Dtype.less27 margin-top: @line-height-computed;
28 margin-bottom: (@line-height-computed / 2);
38 margin-top: (@line-height-computed / 2);
39 margin-bottom: (@line-height-computed / 2);
59 margin: 0 0 (@line-height-computed / 2);
63 margin-bottom: @line-height-computed;
148 padding-bottom: ((@line-height-computed / 2) - 1);
149 margin: (@line-height-computed * 2) 0 @line-height-computed;
161 margin-bottom: (@line-height-computed / 2);
191 margin-bottom: @line-height-computed;
[all …]
Dprogress-bars.less28 height: @line-height-computed;
29 margin-bottom: @line-height-computed;
41 line-height: @line-height-computed;
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dconstant_resolver.py12 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/
Dtest_sha.py20 computed = obj.hexdigest()
21 self.assertTrue(computed == digest)
26 self.assertTrue(computed == computed_again)
33 self.assertTrue(computed == hexd)
Dtest_hashlib.py173 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/webrtc/modules/audio_processing/agc2/rnn_vad/
Dtest_utils.cc74 rtc::ArrayView<const float> computed) { in ExpectEqualFloatArray() argument
75 ASSERT_EQ(expected.size(), computed.size()); in ExpectEqualFloatArray()
78 EXPECT_FLOAT_EQ(expected[i], computed[i]); in ExpectEqualFloatArray()
83 rtc::ArrayView<const float> computed, in ExpectNearAbsolute() argument
85 ASSERT_EQ(expected.size(), computed.size()); in ExpectNearAbsolute()
88 EXPECT_NEAR(expected[i], computed[i], tolerance); in ExpectNearAbsolute()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcompute_constant_test.cc75 TF_ASSIGN_OR_RETURN(auto computed, in ComputeConstantLiteral()
77 return std::move(computed); in ComputeConstantLiteral()
222 TF_ASSERT_OK_AND_ASSIGN(auto computed, in TEST_F()
225 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()
Dclient_test.cc62 auto computed, client_->Transfer(*data, &expected_literal.shape())); in XLA_TEST_F()
65 expected_literal.shape(), computed.shape())); in XLA_TEST_F()
66 EXPECT_TRUE(LiteralTestUtil::Equal(expected_literal, computed)); in XLA_TEST_F()
Dexecution_profile_test.cc66 TF_ASSERT_OK_AND_ASSIGN(auto computed, client_->Transfer(*data, &shape)); in XLA_TEST_F()
67 (void)computed; in XLA_TEST_F()
Dtranspose_test.cc124 auto computed = ConstantR2FromArray2D<float>(&builder, input); in TEST_F() local
126 computed = Transpose(computed, {1, 0}); in TEST_F()
/external/perfetto/ui/src/frontend/
Dhsluv_cache.ts25 const computed = hsluvToHex([hue, saturation, lightness]); constant
26 this.storage.set(key, computed);
27 return computed;
/external/speex/
Dconfig.h.in90 /* The size of `int', as computed by sizeof. */
93 /* The size of `int16_t', as computed by sizeof. */
96 /* The size of `int32_t', as computed by sizeof. */
99 /* The size of `long', as computed by sizeof. */
102 /* The size of `short', as computed by sizeof. */
105 /* The size of `uint16_t', as computed by sizeof. */
108 /* The size of `uint32_t', as computed by sizeof. */
111 /* The size of `u_int16_t', as computed by sizeof. */
114 /* The size of `u_int32_t', as computed by sizeof. */
/external/jemalloc_new/test/unit/
Dhash.c67 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/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dparse_testdata.cc202 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/webrtc/modules/audio_processing/agc2/
Dbiquad_filter_unittest.cc63 rtc::ArrayView<const float> computed, in ExpectNearRelative() argument
69 ASSERT_EQ(expected.size(), computed.size()); in ExpectNearRelative()
71 const float abs_diff = std::fabs(expected[i] - computed[i]); in ExpectNearRelative()
78 SCOPED_TRACE(computed[i]); in ExpectNearRelative()
/external/tensorflow/tensorflow/lite/testing/
Dparse_testdata.cc204 float computed = data[idx]; in CheckOutputs() local
206 float diff = std::abs(computed - reference); in CheckOutputs()
222 int32_t computed = data[idx]; in CheckOutputs() local
224 if (std::abs(computed - reference) > 0) { in CheckOutputs()
226 i, idx, computed, reference); in CheckOutputs()
233 int64_t computed = data[idx]; in CheckOutputs() local
235 if (std::abs(computed - reference) > 0) { in CheckOutputs()
239 i, idx, computed, reference); in CheckOutputs()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FusedBatchNorm.pbtxt44 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
Dapi_def_FusedBatchNormV2.pbtxt44 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
Dapi_def_FusedBatchNormV3.pbtxt44 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
/external/libogg/
Dconfig.h.in58 /* 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/llvm/test/Transforms/IndVarSimplify/
Ddont-recompute.ll4 ; 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.

12345678910>>...27