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

1 2

  /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);
  /frameworks/compile/libbcc/runtime/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...]
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
css-computed-style-item.js 1 description("This tests indexing outside the range of the computed style object.");
  /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/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
smi-ops.js 541 // Repeat previous block, with computed values in the shift variables.
682 // Verify that the static type information of x >>> 32 is computed correctly.
  /external/bluetooth/glib/
acglib.m4 70 [The size of $3, as computed by sizeof.])
  /external/v8/test/mjsunit/regress/
regress-526.js 28 // Test object literals with computed property and getter.
  /external/skia/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/third_party/glu/libtess/
alg-outline 86 that computed intersection points will be as close as possible to
99 The event queue simply holds all vertices (both original and computed
118 computed. For unprocessed vertices (right of the sweep line), these
211 the computed location is not much better than a random number.
229 computed triangulation.
  /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
  /external/libxslt/libxslt/
variables.c 44 (const xmlChar *) " var/param being computed";
637 * don't use params being computed in a call-param
1032 if (elem->computed)
1213 elem->computed = 1;
    [all...]
  /external/bison/data/
lalr1.cc 39 dnl FIXME: This is wrong, we want computed header guards.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 128 * current BB. Note that we ignore the value computed by the body, but
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 83 A signed 8-bit two's complement value X is computed to
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 146 * current BB. Note that we ignore the value computed by the body, but
  /external/v8/benchmarks/
base.js 47 // run the benchmark. The benchmark score is computed later once a
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 199 * current BB. Note that we ignore the value computed by the body, but

Completed in 2265 milliseconds

1 2