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

  /external/compiler-rt/test/builtins/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/jemalloc/test/unit/
hash.c 70 uint32_t computed, expected; local
121 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) |
137 assert_u32_eq(computed, expected,
139 hash_variant_string(variant), expected, computed);
  /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/pixman/test/
pixel-test.c 196 uint32_t computed = access (dest, i, j); local
199 if (!pixel_checker_check (&dest_checker, computed, &reference_color))
220 pixel_checker_split_pixel (&dest_checker, computed, &a, &r, &g, &b);
227 pixel_checker_split_pixel (&dest_checker, computed, &a, &r, &g, &b);
228 printf (" got: %8d %8d %8d %8d (pixel: %8x)\n", a, r, g, b, computed);
  /external/chromium_org/third_party/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
196 bool computed = false; local
198 if (!computed && !newToOld.invert(&oldToNew)) {
201 computed = true;
206 if (!computed && !newToOld.invert(&oldToNew)) {
209 computed = true;
  /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
196 bool computed = false; local
198 if (!computed && !newToOld.invert(&oldToNew)) {
201 computed = true;
206 if (!computed && !newToOld.invert(&oldToNew)) {
209 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/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 59 bool computed; member in struct:hist_entry_diff
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp 1613 SkRect computed, expected; local
1634 SkRect computed; local
1793 SkRect expected[2], computed[2]; local
    [all...]
  /external/skia/tests/
PathTest.cpp 1613 SkRect computed, expected; local
1634 SkRect computed; local
1793 SkRect expected[2], computed[2]; local
    [all...]
  /external/chromium_org/third_party/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...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1242 milliseconds