HomeSort by relevance Sort by last modified time
    Searched refs:computed (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /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);
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sha.py 20 computed = obj.hexdigest()
21 self.assertTrue(computed == digest)
26 self.assertTrue(computed == computed_again)
33 self.assertTrue(computed == hexd)
test_hashlib.py 162 computed = hash_object_constructor(data).hexdigest()
164 computed, digest,
168 computed, len(data), digest))
177 computed = h.hexdigest()
179 computed, digest,
183 computed, len(data), digest))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sha.py 20 computed = obj.hexdigest()
21 self.assertTrue(computed == digest)
26 self.assertTrue(computed == computed_again)
33 self.assertTrue(computed == hexd)
test_hashlib.py 162 computed = hash_object_constructor(data).hexdigest()
164 computed, digest,
168 computed, len(data), digest))
177 computed = h.hexdigest()
179 computed, digest,
183 computed, len(data), digest))
  /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
194 bool computed = false; local
196 if (!computed && !newToOld.invert(&oldToNew)) {
199 computed = true;
204 if (!computed && !newToOld.invert(&oldToNew)) {
207 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
194 bool computed = false; local
196 if (!computed && !newToOld.invert(&oldToNew)) {
199 computed = true;
204 if (!computed && !newToOld.invert(&oldToNew)) {
207 computed = true;
  /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/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);
  /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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 26 computed from a CharStream; it only store indices into the char stream.
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 44 1. How are the texture coordinates computed?
53 texture coordinates. The r and q coordinates may have been computed
125 texture coordinates are computed as follows:
138 Point size may either be specified with PointSize or computed
143 unchanged and may have been computed with texgen and/or the texture
  /external/chromium_org/v8/test/mjsunit/
object-literal-overwrite.js 30 // Check that constants and computed properties are overwriting each other
104 // Check that the initializers of computed properties are executed, even if
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 44 1. How are the texture coordinates computed?
53 texture coordinates. The r and q coordinates may have been computed
125 texture coordinates are computed as follows:
138 Point size may either be specified with PointSize or computed
143 unchanged and may have been computed with texgen and/or the texture
  /external/v8/test/mjsunit/
object-literal-overwrite.js 28 // Check that constants and computed properties are overwriting each other
88 // Check that the initializers of computed properties are executed, even if
  /external/chromium_org/v8/test/mjsunit/compiler/
multiply-sub.js 29 // Test expressions that can be computed with a multiply-add instruction.
multiply-add.js 29 // Test expressions that can be computed with a multiply-add instruction.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-526.js 28 // Test object literals with computed property and getter.
  /external/v8/test/mjsunit/regress/
regress-526.js 28 // Test object literals with computed property and getter.
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 678 size_t computed = 0; local
682 computed += head->fMemoryUsed;
686 if (fTotalMemoryUsed != computed) {
687 printf("total %d, computed %d\n", (int)fTotalMemoryUsed, (int)computed);
689 SkASSERT(fTotalMemoryUsed == computed);
  /external/skia/src/core/
SkGlyphCache.cpp 678 size_t computed = 0; local
682 computed += head->fMemoryUsed;
686 if (fTotalMemoryUsed != computed) {
687 printf("total %d, computed %d\n", (int)fTotalMemoryUsed, (int)computed);
689 SkASSERT(fTotalMemoryUsed == computed);
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 51 add pc, pc, r0, lsl #3 @ computed goto, 2 instrs each
OP_EXECUTE_INLINE_RANGE.S 43 add pc, pc, r0, lsl #3 @ computed goto, 2 instrs each

Completed in 535 milliseconds

1 2 3 4