/dalvik/vm/mterp/x86-atom/ |
OP_EXECUTE_INLINE_RANGE.S | 52 jl 2f # handle two args
|
/development/ndk/samples/two-libs/jni/ |
Android.mk | 17 # generate two distinct shared libraries and have them both
|
/external/libvpx/vp8/encoder/arm/armv6/ |
vp8_variance8x8_armv6.asm | 51 uxtb16 r7, r8 ; byte (two pixels) to halfwords 52 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords 77 uxtb16 r7, r8 ; byte (two pixels) to halfwords 78 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords
|
vp8_variance_halfpixvar16x16_hv_armv6.asm | 69 uxtb16 r5, r6 ; byte (two pixels) to halfwords 70 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 111 uxtb16 r5, r6 ; byte (two pixels) to halfwords 112 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 153 uxtb16 r5, r6 ; byte (two pixels) to halfwords 154 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 195 uxtb16 r5, r6 ; byte (two pixels) to halfwords 196 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
hisser2.m | 14 % compute counts (two methods; the first works better and is operational)
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
hisser2.m | 14 % compute counts (two methods; the first works better and is operational)
|
/bionic/libm/src/ |
s_erf.c | 119 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable 288 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */ 298 if(hx>0) return r/x; else return two-r/x; 300 if(hx>0) return tiny*tiny; else return two-tiny;
|
s_erff.c | 27 two = 2.0000000000e+00, /* 0x40000000 */ variable 197 if(hx<0&&ix>=0x40c00000) return two-tiny;/* x < -6 */ 207 if(hx>0) return r/x; else return two-r/x; 209 if(hx>0) return tiny*tiny; else return two-tiny;
|
/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/qemu/distrib/sdl-1.2.12/src/video/ |
math_private.h | 30 to dig two 32 bit words out of the 64 bit IEEE floating point 37 /* A union which permits us to convert between a double and two 32 bit 73 /* Get two 32 bit ints from a double. */ 101 /* Set a double from two 32 bit ints. */ 166 two = 2.0, variable
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 42 the interpreter (e.g. float occupies one, double occupies two). It's up to 120 @ want the first two items in argv to end up in r2/r3. 137 @ Load the last two args. These are coming out of the interpreted stack, 139 @ safe to load two items out of argv even if we're at the end.
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptstring/ |
tst_qscriptstring.cpp | 100 QString two = QString::fromLatin1("two"); local 103 QScriptString twoInterned = eng2->toStringHandle(two); 104 QCOMPARE(twoInterned.toString(), two);
|
/external/llvm/unittests/ADT/ |
APIntTest.cpp | 112 const APInt two(1, 2); 120 EXPECT_EQ(0u, two.getZExtValue()); 121 EXPECT_EQ(0, two.getSExtValue()); 124 EXPECT_EQ(zero, two); 127 EXPECT_EQ(two, neg_two); 130 EXPECT_EQ(two, one + one); 136 EXPECT_EQ(two, one - neg_one);
|
/external/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/libvpx/vpx_scale/generic/ |
bicubic_scaler.c | 73 unsigned short two, three; local 79 two = 2 << 13; 80 v2 = two - (a_i >> 3); 102 unsigned short two, three; local 114 two = 2 << 13; 115 v3 = two - (a_i >> 3); 237 // Find greatest common denominator between two integers. Method used here is 293 // for each point, two on each side. The layout is that there are the
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodeinsertbeforedocfragment.js | 83 two Element nodes. Retrieve the second employee and 85 fourth child. The second employee should now have two
|
hc_textparseintolistofelements.js | 79 second employee. That node is composed of two 80 EntityReference nodes and two Text nodes. After
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableElement29.js | 81 with an index of two. Currently the 2nd indexed row is in the TBODY 83 insertion of the new row is two. After the new row is inserted the number
|
HTMLTableSectionElement21.js | 81 with an index of two. The number of rows in the TBODY section before 82 insertion of the new row is two therefore the row is appended.
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodeinsertbeforedocfragment.js | 83 two Element nodes. Retrieve the second employee and 85 fourth child. The second employee should now have two
|
hc_textparseintolistofelements.js | 79 second employee. That node is composed of two 80 EntityReference nodes and two Text nodes. After
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableElement29.js | 81 with an index of two. Currently the 2nd indexed row is in the TBODY 83 insertion of the new row is two. After the new row is inserted the number
|
HTMLTableSectionElement21.js | 81 with an index of two. The number of rows in the TBODY section before 82 insertion of the new row is two therefore the row is appended.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument08.js | 81 Add two CDATASections containing "]]>" perform normalization with split-cdata-sections=true. 82 Should result in two warnings and at least 4 nodes.
|