/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
ifunc-2.s | 10 .long bar1-abs1 11 .long abs1-bar1 25 .long bar1-abs1 26 .long abs1-bar1 40 .long bar1-abs1 41 .long abs1-bar1 44 .long abs1-abs2 45 .long abs2-abs1 47 .equ abs1,0x11223300 48 .type abs1,%gnu_indirect_functio [all...] |
ifunc-3.s | 23 .long abs1-. 24 .long abs1-start1 25 .long abs1-base 27 .equ abs1,0x11223300 28 .type abs1,%gnu_indirect_function 30 .long abs1-. 31 .long abs1-start1 32 .long abs1-base
|
ifunc-3.d | 16 0000002c ........ R_386_PC32 abs1\(\) abs1 17 00000030 ........ R_386_PC32 abs1\(\) abs1 18 00000034 ........ R_386_32 abs1\(\) abs1 19 00000038 ........ R_386_PC32 abs1\(\) abs1 20 0000003c ........ R_386_PC32 abs1\(\) abs1 [all...] |
ifunc-2.l | 8 .*/ifunc-2\.s:10: Error: can't resolve `bar1' {\.text\.1 section} - `abs1' {\*ABS\* section} 9 .*/ifunc-2\.s:11: Error: can't resolve `abs1' {\*ABS\* section} - `bar1' {\.text\.1 section} 17 .*/ifunc-2\.s:25: Error: can't resolve `bar1' {\.text\.1 section} - `abs1' {\*ABS\* section} 18 .*/ifunc-2\.s:26: Error: can't resolve `abs1' {\*ABS\* section} - `bar1' {\.text\.1 section} 26 .*/ifunc-2\.s:40: Error: can't resolve `bar1' {\.text\.1 section} - `abs1' {\*ABS\* section} 27 .*/ifunc-2\.s:41: Error: can't resolve `abs1' {\*ABS\* section} - `bar1' {\.text\.1 section} 29 .*/ifunc-2\.s:44: Error: can't resolve `abs1' {\*ABS\* section} - `abs2' {\*ABS\* section} 30 .*/ifunc-2\.s:45: Error: can't resolve `abs2' {\*ABS\* section} - `abs1' {\*ABS\* section} 31 .*/ifunc-2\.s:50: Error: can't resolve `abs1' {\*ABS\* section} - `abs2' {\*ABS\* section} 32 .*/ifunc-2\.s:51: Error: can't resolve `abs2' {\*ABS\* section} - `abs1' {\*ABS\* section [all...] |
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-visium/ |
reloc2.s | 1 .global abs1 2 abs1 = 0x1000 define
|
reloc1.s | 9 .word abs1 10 .word abs1+0x10 23 moviq r2,abs1
|
/art/test/455-checker-gvn/src/ |
Main.java | 80 int abs1 = Math.abs(x); local 82 return abs1 + abs2;
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
vp8_quantize_ssse3.c | 53 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; local 80 abs1 = y1; 103 x1 = _mm_cmpgt_epi16(abs1, zeros);
|
/external/eigen/unsupported/test/ |
cxx11_tensor_of_complex.cpp | 42 Tensor<float, 1> abs1 = data1.abs(); local 45 VERIFY_IS_APPROX(abs1(i), std::abs(data1(i)));
|
/external/webp/src/dsp/ |
enc_sse41.c | 45 const __m128i abs1 = _mm_abs_epi16(out1); local 47 const __m128i v1 = _mm_srai_epi16(abs1, 3);
|
enc_sse2.c | 458 const __m128i abs1 = _mm_max_epi16(out1, d1); local 461 const __m128i v1 = _mm_srai_epi16(abs1, 3); [all...] |
/system/core/logd/ |
LogKlog.cpp | 813 unsigned abs1 = (diff1 < 0) ? -diff1 : diff1; local 814 if ((abs1 <= 1) && // last two were in agreement on timezone
|
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
htmlunit-core-js-2.14.jar | |
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/ |
rhino-1.7R3.jar | |