Home
last modified time | relevance | path

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

12345678910

/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()
/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/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/chromium_org/third_party/skia/include/gpu/
DGrPaint.h191 bool computed = false; in localCoordChangeInverse() local
193 if (!computed && !newToOld.invert(&oldToNew)) { in localCoordChangeInverse()
196 computed = true; in localCoordChangeInverse()
201 if (!computed && !newToOld.invert(&oldToNew)) { in localCoordChangeInverse()
204 computed = true; in localCoordChangeInverse()
/external/skia/include/gpu/
DGrPaint.h196 bool computed = false; in localCoordChangeInverse() local
198 if (!computed && !newToOld.invert(&oldToNew)) { in localCoordChangeInverse()
201 computed = true; in localCoordChangeInverse()
206 if (!computed && !newToOld.invert(&oldToNew)) { in localCoordChangeInverse()
209 computed = true; in localCoordChangeInverse()
/external/chromium_org/third_party/polymer/components-chromium/core-overlay/
Dcore-overlay-extracted.js206 var computed = getComputedStyle(this.target);
208 position: computed.position === 'static' ? 'fixed' :
209 computed.position
254 var computed = getComputedStyle(this.target);
255 var t = (computed.top === 'auto' && computed.bottom === 'auto');
256 var l = (computed.left === 'auto' && computed.right === 'auto');
/external/pixman/test/
Dpixel-test.c196 uint32_t computed = access (dest, i, j); in verify() local
199 if (!pixel_checker_check (&dest_checker, computed, &reference_color)) in verify()
220 pixel_checker_split_pixel (&dest_checker, computed, &a, &r, &g, &b); in verify()
227 pixel_checker_split_pixel (&dest_checker, computed, &a, &r, &g, &b); in verify()
228 … printf (" got: %8d %8d %8d %8d (pixel: %8x)\n", a, r, g, b, computed); in 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/chromium_org/mojo/public/tools/bindings/generators/
Dmojom_python_generator.py183 computed = set()
193 if field not in computed:
204 if constant in computed:
215 computed.add(constant)
219 if field in computed:
235 computed.add(field)
/external/chromium_org/third_party/yasm/source/patched-yasm/
Dconfig.h.in135 /* The size of `char', as computed by sizeof. */
138 /* The size of `int', as computed by sizeof. */
141 /* The size of `long', as computed by sizeof. */
144 /* The size of `short', as computed by sizeof. */
147 /* The size of `void*', 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/smack/src/com/kenai/jbosh/
DComposableBody.java77 private final AtomicReference<String> computed = field in ComposableBody
279 String comp = computed.get(); in toXML()
282 computed.set(comp); in toXML()
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/polymer/components-chromium/paper-shadow/
Dpaper-shadow-extracted.js107 var computed = getComputedStyle(node);
108 if (!this.hasPosition && computed.position === 'static') {
/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
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/
DelementsPanel.css217 .styles-section.read-only:not(.computed-style) {
225 .styles-section.computed-style .properties li.not-parsed-ok {
332 .styles-section.computed-style.expanded .properties > li {
336 .styles-section.computed-style.expanded .properties > li .webkit-css-property {
448 .styles-section.computed-style .properties .disabled {
599 .sidebar-pane .metrics-and-computed {
612 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar,
635 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar {
/external/linux-tools-perf/perf-3.12.0/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/linux-tools-perf/perf-3.12.0/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/chromium_org/third_party/libxslt/libxslt/
Dvariables.c1032 if (elem->computed) in xsltEvalGlobalVariable()
1213 elem->computed = 1; in xsltEvalGlobalVariable()
1368 elem->computed = 1; in xsltRegisterGlobalVariable()
1579 elem->computed = 1; in xsltProcessUserParamInternal()
1753 elem->computed = 1; in xsltBuildVariable()
1852 if (elem->computed == 0) { in xsltGlobalVariableLookup()
1887 if (elem->computed == 0) { in xsltVariableLookup()
1893 elem->computed = 1; in xsltVariableLookup()
2265 if (variable->computed == 0) { in xsltXPathVariableLookup()
2272 variable->computed = 1; in xsltXPathVariableLookup()
/external/llvm/test/CodeGen/ARM/
D2009-10-30.ll3 ; computed when there are 5 or more regular arguments.

12345678910