/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/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/skia/tests/ |
PathTest.cpp | 1551 SkRect computed, expected; local 1563 SkRect computed; local 1719 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/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 | |