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

1 2 3 4

  /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);
  /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/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/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
191 bool computed = false; local
193 if (!computed && !newToOld.invert(&oldToNew)) {
196 computed = true;
201 if (!computed && !newToOld.invert(&oldToNew)) {
204 computed = true;
  /external/chromium_org/mojo/public/tools/bindings/generators/
mojom_python_generator.py 183 computed = set()
191 'Unable to get computed value for field %s of enum %s' %
193 if field not in computed:
204 if constant in computed:
215 computed.add(constant)
219 if field in computed:
235 computed.add(field)
  /art/runtime/arch/
memcmp16_test.cc 142 int32_t computed = art::testing::MemCmp16Testing(s1_pot_unaligned, s2_pot_unaligned, mod_min);
144 ASSERT_EQ(expected, computed) << "Run " << round << ", c1=" << count1 << " c2=" << count2;
  /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/WebKit/Source/devtools/front_end/
elementsPanel.css 217 .styles-section.read-only:not(.computed-style) {
225 .styles-section.computed-style .properties li.not-parsed-ok {
332 .styles-section.computed-style.expanded .properties > li {
336 .styles-section.computed-style.expanded .properties > li .webkit-css-property {
448 .styles-section.computed-style .properties .disabled {
599 .sidebar-pane .metrics-and-computed {
612 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar,
635 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar {
  /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/third_party/polymer/components-chromium/core-overlay/
core-overlay-extracted.js 206 var computed = getComputedStyle(this.target);
208 position: computed.position === 'static' ? 'fixed' :
209 computed.position
254 var computed = getComputedStyle(this.target);
255 var t = (computed.top === 'auto' && computed.bottom === 'auto');
256 var l = (computed.left === 'auto' && computed.right === 'auto');
  /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/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 59 bool computed; member in struct:hist_entry_diff
  /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/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
structural_line_walker.js 56 // labels computed for the node.
  /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/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-diff.c 232 pair->diff.computed = true;
241 pair->diff.computed = true;
251 pair->diff.computed = true;
793 if (pair->diff.computed)
807 if (pair->diff.computed)
821 if (pair->diff.computed)
  /external/chromium_org/third_party/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/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_simple_store.js 76 * domains to strings, from which the speech rules will be computed.
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp 1678 SkRect computed, expected; local
1699 SkRect computed; local
1858 SkRect expected[2], computed[2]; local
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 28 full range of the spectral floor to be computed.
31 logical line segment and produces a y_new value at that point computed
  /device/generic/goldfish/opengl/
common.mk 79 # computed at import time.
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 76 el.offsetHeight; // Should force an update of the computed style.

Completed in 1906 milliseconds

1 2 3 4