Home
last modified time | relevance | path

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

123456789

/external/compiler-rt/test/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/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/chromium_org/third_party/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/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/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/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/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/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/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/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/opus/src/
Dconfig.h.in97 /* The size of `int', as computed by sizeof. */
100 /* The size of `long', as computed by sizeof. */
103 /* The size of `long long', as computed by sizeof. */
106 /* The size of `short', as computed by sizeof. */
/external/eigen/unsupported/Eigen/
DMatrixFunctions114 \param[in] M matrix whose exponential is to be computed.
128 The matrix exponential is computed using the scaling-and-squaring
130 rescaled, then the exponential of the reduced matrix is computed
169 \param[in] M invertible matrix whose logarithm is to be computed.
185 logarithm of an atomic block is computed by MatrixLogarithmAtomic,
188 square roots computed by MatrixBase::sqrt().
318 \param[in] M invertible matrix whose square root is to be computed.
329 computed by this function.
331 The matrix square root is computed by first reducing the matrix to
333 root of the quasi-triangular matrix can then be computed directly. The
[all …]
/external/chromium/chrome/common/safe_browsing/
Dcsd.proto23 // Score that was computed on the client. Value is between 0.0 and 1.0.
44 // sent to the scorer and which resulted in client_score being computed.
/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/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/tcpdump/
Dconfig.h.in304 /* The size of `char', as computed by sizeof. */
307 /* The size of `int', as computed by sizeof. */
310 /* The size of `long', as computed by sizeof. */
313 /* The size of `long long', as computed by sizeof. */
316 /* The size of `short', as computed by sizeof. */
/external/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/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.
/external/chromium_org/third_party/mesa/src/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/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/chromium/third_party/libevent/
Dconfig.h.in225 /* The size of `int', as computed by sizeof. */
228 /* The size of `long', as computed by sizeof. */
231 /* The size of `long long', as computed by sizeof. */
234 /* The size of `short', as computed by sizeof. */

123456789