HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 176 - 200 of 643) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance8x8_armv6.asm 57 uxtb16 r7, r8 ; byte (two pixels) to halfwords
58 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords
83 uxtb16 r7, r8 ; byte (two pixels) to halfwords
84 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords
vp8_variance_halfpixvar16x16_hv_armv6.asm 75 uxtb16 r5, r6 ; byte (two pixels) to halfwords
76 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
117 uxtb16 r5, r6 ; byte (two pixels) to halfwords
118 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
159 uxtb16 r5, r6 ; byte (two pixels) to halfwords
160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
201 uxtb16 r5, r6 ; byte (two pixels) to halfwords
202 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_erf.c 118 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
287 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */
297 if(hx>0) return r/x; else return two-r/x;
299 if(hx>0) return tiny*tiny; else return two-tiny;
  /external/chromium_org/base/containers/
mru_cache_unittest.cc 263 CachedItem two(2);
264 cache.Put("Second", two);
267 EXPECT_EQ(two.value, cache.Get("Second")->second.value);
269 EXPECT_EQ(two.value, cache.Get("Second")->second.value);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
assert_additions.js 49 * Asserts that two arrays of strings are equal.
70 * Asserts that two objects have the same JSON serialization.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 75 uxtb16 r5, r6 ; byte (two pixels) to halfwords
76 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
117 uxtb16 r5, r6 ; byte (two pixels) to halfwords
118 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
159 uxtb16 r5, r6 ; byte (two pixels) to halfwords
160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
201 uxtb16 r5, r6 ; byte (two pixels) to halfwords
202 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
  /external/chromium_org/v8/test/mjsunit/es6/
debug-stepin-collections-foreach.js 69 // Test two levels of builtin callbacks:
83 // Step two steps further every four breaks to skip the
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-305309.js 33 this.two = 2;
42 function Two(x) {
43 return x.two;
45 assertEquals(2, Two(a));
46 assertEquals(2, Two(a));
48 %OptimizeFunctionOnNextCall(Two);
49 assertEquals(2, Two(a));
regress-deep-proto.js 33 var two = {foo: 0, bar: 1};
43 poly(two);
  /external/clang/test/CodeGen/
designated-initializers.c 93 int two; member in struct:u_16644::s_16644
  /external/clang/test/Sema/
MicrosoftExtensions.c 90 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}} enumerator in enum:DE1
  /external/fdlibm/
s_erf.c 119 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
296 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */
306 if(hx>0) return r/x; else return two-r/x;
308 if(hx>0) return tiny*tiny; else return two-tiny;
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 127 int two = 2; local
201 ii[4].reset(&two);
202 ii[5].reset(&two);
203 ii[6].reset(&two);
  /external/chromium_org/courgette/
run_stress_test 21 Stress test courgette by generating and applying patches for two given
23 name and relative path in the two directories, which makes it easy to
24 compare two extracted ChromeOS images. It also compares the unzipped
149 # Use awk to separate the two filenames. May break if filenames
  /external/chromium_org/third_party/icu/source/common/
listformatter.cpp 138 UnicodeString two, start, middle, end; local
139 getStringByKey(rb, "2", two, errorCode);
147 ListFormatData* result = new ListFormatData(two, start, middle, end);
  /external/chromium_org/v8/test/mjsunit/
array-splice.js 32 var spliced = array.splice(1, 1, 'one', 'two');
209 'one', 'two');
211 assertEquals([1, 'one', 'two'], array);
258 var spliced = array.splice(2, 2, 'one', undefined, 'two');
263 assertEquals([, , 'one', undefined, 'two', , , at7, at7, ,], array);
306 var spliced = array.splice(2, 2, 'one', undefined, 'two');
311 assertEquals([, , 'one', undefined, 'two', , , at7, at7, ,], array);
substr.js 84 // Then two-byte strings.
85 x = "UC16\u2028"; // Non-ascii char forces two-byte string.
121 // Same with two-byte strings
  /external/libvorbis/doc/
02-bitpacking.tex 13 native word size of eight bits (octets), sixteen bits, thirty-two bits
33 octet (eight bits) and a word to be a group of two, four or eight
42 only bit set when the byte is storing the two's complement integer
95 an unsigned integer, or '-1' as a signed, two's complement integer.
190 We read two, two-bit integer fields, resulting in the returned numbers
191 'b00' and 'b11'. Two things are worth noting here:
200 two-bit-wide integer 'b11'. This value may be interpreted either as
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization.cpp 426 bool implicit_matches(const Cubic& one, const Cubic& two) {
443 alt_set_abcd(&two[0].x, a2, b2, c2, d2);
445 set_abcd(&two[0].x, a2, b2, c2, d2);
448 alt_set_abcd(&two[0].y, e2, f2, g2, h2);
450 set_abcd(&two[0].y, e2, f2, g2, h2);
462 double a2 = two[0].x;
463 double b2 = two[1].x;
464 double c2 = two[2].x;
465 double d2 = two[3].x;
466 double e2 = two[0].y
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 192 // round up to nearest power of two
211 // share capacity over each segment, then round up to nearest power of two
540 Object two = map.get(key, loader); local
541 assertNotSame(one, two);
666 final Object two = new Object(); local
686 map.put(one, two);
687 assertSame(two, map.get(one));
729 Object two = new Object(); local
735 map.put(one, two);
737 assertNotified(listener, one, two, RemovalCause.EXPLICIT)
771 Object two = new Object(); local
802 Object two = new Object(); local
828 Object two = new Object(); local
855 Object two = new Object(); local
2323 LocalLoadingCache<Object, Object> two = SerializableTester.reserialize(one); local
2378 LocalManualCache<Object, Object> two = SerializableTester.reserialize(one); local
    [all...]
  /external/chromium_org/v8/test/intl/
assert.js 31 * Compares two objects for key/value equality.
52 * Compares two JavaScript values for type and value equality.
103 * Throws if two variables have different types or values.
  /external/chromium_org/ui/base/resource/
data_pack_unittest.cc 157 std::string two("two");
164 resources.insert(std::make_pair(2, base::StringPiece(two)));
179 EXPECT_EQ(two, data);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 23 /** In this rule, the functionHeader left prefix on the last two
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 125 and merges them together into two giant js and css files, taking into account
  /external/chromium_org/v8/test/intl/collator/
normalization.js 30 // We need a character with two combining marks, from two different classes,

Completed in 1422 milliseconds

1 2 3 4 5 6 78 91011>>