HomeSort by relevance Sort by last modified time
    Searched defs:computed (Results 1 - 12 of 12) sorted by null

  /external/compiler-rt/test/Unit/ppc/
floatditf_test.c 13 DD computed; local
18 computed.ld = __floatditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
floatunditf_test.c 13 DD computed; local
18 computed.ld = __floatunditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
qsub_test.c 118 long double computed = __gcc_qsub(a.ld, b.ld); local
120 DD c = { .ld = computed };
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
NullCacheTest.java 43 Object computed = new Object(); local
47 .build(constantLoader(computed));
50 assertSame(computed, cache.getUnchecked(key));
53 assertSame(computed, notification.getValue());
60 Object computed = new Object(); local
64 .build(constantLoader(computed));
67 assertSame(computed, cache.getUnchecked(key));
70 assertSame(computed, notification.getValue());
77 Object computed = new Object(); local
81 .build(constantLoader(computed));
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 57 BigDecimal computed = parsed.divide(BigDecimal.ONE); local
58 assertEquals("Unexpected precision for computed value " + value,
59 expectedPrecision, computed.precision());
  /external/skia/include/gpu/
GrPaint.h 19 * The paint describes how color and coverage are computed at each pixel by GrContext draw
39 * Note that the coverage is applied after the blend. This is why they are computed as distinct
179 bool computed = false; local
182 if (!computed && !preConcatInverse.invert(&inv)) {
185 computed = true;
192 if (!computed && !preConcatInverse.invert(&inv)) {
195 computed = true;
  /external/smack/src/com/kenai/jbosh/
ComposableBody.java 75 * Computed raw XML.
77 private final AtomicReference<String> computed = field in class:ComposableBody
279 String comp = computed.get();
282 computed.set(comp);
  /external/skia/legacy/src/core/
SkGlyphCache.cpp 600 size_t computed = SkGlyphCache::ComputeMemoryUsed(fHead); local
601 if (fTotalMemoryUsed != computed) {
602 printf("total %d, computed %d\n", (int)fTotalMemoryUsed, (int)computed);
604 SkASSERT(fTotalMemoryUsed == computed);
  /external/skia/src/core/
SkGlyphCache.cpp 633 size_t computed = 0; local
637 computed += head->fMemoryUsed;
641 if (fTotalMemoryUsed != computed) {
642 printf("total %d, computed %d\n", (int)fTotalMemoryUsed, (int)computed);
644 SkASSERT(fTotalMemoryUsed == computed);
  /external/skia/tests/
PathTest.cpp 1201 SkRect computed, expected; local
1213 SkRect computed; local
1360 SkRect expected[2], computed[2]; local
    [all...]
  /external/libxslt/libxslt/
xsltInternals.h 278 float priority; /* as given from the stylesheet, not computed */
364 * Holds the computed keys for key definitions of the same QName.
1428 int computed; \/* was the evaluation done *\/ member in struct:_xsltStackElem
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 191 milliseconds