Home
last modified time | relevance | path

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

1234567

/external/guava/guava-tests/test/com/google/common/cache/
DNullCacheTest.java43 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/
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()
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()
Dqsub_test.c118 long double computed = __gcc_qsub(a.ld, b.ld); in testEdgeCases() local
120 DD c = { .ld = computed }; in testEdgeCases()
/external/jemalloc/test/unit/
Dhash.c70 uint32_t computed, expected; in hash_variant_verify() local
121 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) | in hash_variant_verify()
137 assert_u32_eq(computed, expected, in hash_variant_verify()
139 hash_variant_string(variant), expected, computed); in hash_variant_verify()
/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.
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst39 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/eigen/unsupported/Eigen/
DMatrixFunctions118 \param[in] M matrix whose exponential is to be computed.
132 The matrix exponential is computed using the scaling-and-squaring
134 rescaled, then the exponential of the reduced matrix is computed
173 \param[in] M invertible matrix whose logarithm is to be computed.
189 logarithm of an atomic block is computed by MatrixLogarithmAtomic,
192 square roots computed by MatrixBase::sqrt().
247 super-diagonal is directly computed.
385 \param[in] M invertible matrix whose square root is to be computed.
396 computed by this function.
398 The matrix square root is computed by first reducing the matrix to
[all …]
/external/fdlibm/
Dchanges16 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
21 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.matrix.txt51 reference image computed using same algorithm written in C.
54 pre-computed reference value in fragment shader. Fragment color
Dfunctional.ubo.txt57 subsets are computed: uniforms accessed from vertex shader and uniforms accessed
71 layout computed by implementation prior to issuing any draw calls.
Dperformance.txt75 * Minimum and maximum computed performance
76 * Average computed performance
/external/clang/test/Parser/
Dobjcxx11-attributes.mm12 // An array size which is computed by a message send is OK.
20 // An array size which is computed by a lambda is not OK.
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-diff.c232 pair->diff.computed = true; in compute_delta()
241 pair->diff.computed = true; in compute_ratio()
251 pair->diff.computed = true; in compute_wdiff()
793 if (pair->diff.computed) in hpp__entry_pair()
807 if (pair->diff.computed) in hpp__entry_pair()
821 if (pair->diff.computed) in hpp__entry_pair()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-diff.txt149 If specified the 'Delta' column is displayed with value 'd' computed as:
162 If specified the 'Ratio' column is displayed with value 'r' computed as:
174 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
/external/mesa3d/docs/OLD/
DMESA_sprite_point.spec53 texture coordinates. The r and q coordinates may have been computed
125 texture coordinates are computed as follows:
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst178 file. This value is computed by dividing Total Instruction Size by Number Of
193 The average size of a Value definition (of any type). This is computed by
202 The average number of bytes per function definition. This is computed by
268 This value is computed by dividing Instruction Size by Instructions.
273 is computed by dividing Byte Size by Instructions. Note that this is not the
/external/llvm/test/CodeGen/ARM/
D2009-10-30.ll3 ; computed when there are 5 or more regular arguments.
/external/clang/test/Analysis/
Dlive-variables.m15 // Liveness info is not computed correctly due to the following expression.
/external/llvm/test/Analysis/BasicAA/
D2003-02-26-AccessSizeTest.ll3 ; the value computed by the first load instruction is changed by the store.
/external/llvm/test/Transforms/GlobalOpt/
Dctor-list-opt-inbounds.ll4 ; the computed address.
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt75 * Minimum and maximum computed performance
76 * Average computed performance
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
D2011-07-20-DoubleIV.ll30 ; Now check that the computed double constant is correct.
/external/srtp/
Dconfig.h_win32vc7136 /* The size of a `unsigned long', as computed by sizeof. */
139 /* The size of a `unsigned long long', as computed by sizeof. */

1234567