/external/eigen/test/ |
selfadjoint.cpp | 26 m4(rows, cols); 40 m4 = m2; 41 m4 += m1.template selfadjointView<Upper>(); 42 VERIFY_IS_APPROX(m4, m2+m3); 45 m4 = m2; 46 m4 -= m1.template selfadjointView<Lower>(); 47 VERIFY_IS_APPROX(m4, m2-m3);
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 23 pxor m4, m4 ; sse accumulator 48 paddq m4, m7 50 paddq m4, m0 57 movhlps m5, m4 59 paddq m4, m5 62 movq rax, m4 66 pshufd m5, m4, 0x1 68 movd eax, m4 80 pxor m4, m4 ; sse accumulato [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/ |
Target01.java | 54 m4(); method 55 m4(); method 56 m4(); method 57 m4(); method 62 public void m4() { method in class:Target01
|
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/ |
AutoRegen.sh | 13 if test -d ../../../autoconf/m4 ; then 14 cd ../../../autoconf/m4 19 elif test -d ../../llvm/autoconf/m4 ; then 20 cd ../../llvm/autoconf/m4 29 if test -d "$REPLY/autoconf/m4" ; then 31 llvm_m4="$REPLY/autoconf/m4" 46 echo "Regenerating aclocal.m4 with aclocal" 47 rm -f aclocal.m4
|
/system/chre/build/arch/ |
cortexm.mk | 45 CORTEXM_SUPPORTED_ARCHS = m4 58 ifeq ($(CORTEXM_ARCH), m4) 59 TARGET_CFLAGS += -mcpu=cortex-m4
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/ |
altmacro.s | 27 .macro m4 str 31 m4 "!!<>'" label
|
/external/python/cpython3/Modules/_blake2/impl/ |
blake2b-load-sse41.h | 38 b0 = _mm_unpacklo_epi64(m4, m5); \ 46 b0 = _mm_unpackhi_epi64(m4, m5); \ 55 b1 = _mm_unpackhi_epi64(m4, m6); \ 62 b0 = _mm_unpacklo_epi64(m5, m4); \ 94 b0 = _mm_unpacklo_epi64(m4, m0); \ 103 b1 = _mm_unpackhi_epi64(m3, m4); \ 126 b0 = _mm_unpackhi_epi64(m4, m0); \ 143 b1 = _mm_unpacklo_epi64(m0, m4); \ 150 b0 = _mm_unpackhi_epi64(m4, m2); \ 175 b1 = _mm_blend_epi16(m4, m6, 0xF0); [all...] |
blake2s-load-sse2.h | 19 #define LOAD_MSG_0_1(buf) buf = _mm_set_epi32(m6,m4,m2,m0) 23 #define LOAD_MSG_1_1(buf) buf = _mm_set_epi32(m13,m9,m4,m14) 30 #define LOAD_MSG_2_4(buf) buf = _mm_set_epi32(m4,m1,m6,m14) 33 #define LOAD_MSG_3_3(buf) buf = _mm_set_epi32(m15,m4,m5,m2) 36 #define LOAD_MSG_4_2(buf) buf = _mm_set_epi32(m15,m4,m7,m0) 41 #define LOAD_MSG_5_3(buf) buf = _mm_set_epi32(m1,m15,m7,m4) 43 #define LOAD_MSG_6_1(buf) buf = _mm_set_epi32(m4,m14,m1,m12) 50 #define LOAD_MSG_7_4(buf) buf = _mm_set_epi32(m10,m6,m4,m0) 54 #define LOAD_MSG_8_4(buf) buf = _mm_set_epi32(m5,m4,m7,m2) 56 #define LOAD_MSG_9_2(buf) buf = _mm_set_epi32(m5,m6,m4,m2 [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
vpx_subpixel_8t_ssse3.asm | 36 packsswb m4, m4 39 pshuflw m0, m4, 0b ;k0_k1 40 pshuflw m1, m4, 01010101b ;k2_k3 41 pshuflw m2, m4, 10101010b ;k4_k5 42 pshuflw m3, m4, 11111111b ;k6_k7 80 mova m4, [filterq] 81 packsswb m4, m4 87 pshuflw k0k1k4k5, m4, 0b ;k0_k [all...] |
inv_wht_sse2.asm | 31 punpcklwd m4, m0 33 psrad m4, 16 35 psubd m4, m5 36 psrad m4, 1 37 packssdw m4, m4 ; e 39 psubw m5, m4, m1 ; b 40 psubw m4, m2 ; c 42 paddw m3, m4 98 pxor m4, m [all...] |
highbd_sad_sse2.asm | 66 movu m4, [refq+48] 71 pavgw m4, [second_predq+mmsize*3] 87 psubusw m5, m4 88 psubusw m4, [srcq+48] 89 por m4, m5 91 paddw m3, m4 93 movhlps m4, m3 95 paddw m3, m4 104 movu m4, [refq+112] 109 pavgw m4, [second_predq+mmsize*3 [all...] |
/art/test/ProtoCompare/ |
ProtoCompare.java | 21 long m4(long x, int y, short z) { return x + y + z; } method in class:ProtoCompare
|
/art/test/ProtoCompare2/ |
ProtoCompare2.java | 21 long m4(long x, int y, short z) { return x + y + z; } method in class:ProtoCompare2
|
/external/annotation-tools/annotation-file-utilities/tests/ |
ArrayParamSimple.java | 11 public void m4(Integer[] arg) { } method in class:ArrayParamSimple
|
DuplicateAnnotation.java | 17 void m4() { } method in class:DuplicateAnnotation
|
NonStandardSpacing.java | 27 public abstract void m4 (); method in class:NonStandardSpacing
|
/external/elfutils/ |
Makefile.am | 21 ACLOCAL_AMFLAGS = -I m4 30 SUBDIRS = config m4 lib libelf libebl libdwelf libdwfl libdw libcpu libasm \
|
/external/libpcap/ |
Makefile-devel-adds | 5 ${srcdir}/configure: configure.ac aclocal.m4 10 ${srcdir}/stamp-h.in: configure.ac aclocal.m4
|
/external/ltp/m4/ |
GNUmakefile | 2 # m4 Makefile. 27 M4MACROS := $(notdir $(wildcard *.m4))
|
/external/ltp/testcases/realtime/m4/ |
GNUmakefile | 2 # m4 Makefile. 27 M4MACROS := $(notdir $(wildcard *.m4))
|
/external/tcpdump/ |
Makefile-devel-adds | 5 ${srcdir}/configure: configure.in aclocal.m4 10 ${srcdir}/stamp-h.in: configure.in aclocal.m4
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/ |
attr-merge-hardfp-use-1a.s | 2 .cpu cortex-m4
|
attr-merge-hardfp-use-2a.s | 2 .cpu cortex-m4
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/ |
pcrel.s | 28 .macro m4 op, opnd1 48 m4 mov, r2 = 63 m4 movl, r2 = 75 m4 data8 84 m4 data4
|
/external/valgrind/none/tests/s390x/ |
opcodes.h | 72 #define RRF_FUFF2(op,r3,m4,r1,r2) ".long 0x" #op #r3 #m4 #r1 #r2 "\n\t" 73 #define RRF_UUFR(op,m3,m4,r1,r2) ".long 0x" #op #m3 #m4 #r1 #r2 "\n\t" 74 #define RRF_UURF(op,m3,m4,r1,r2) ".long 0x" #op #m3 #m4 #r1 #r2 "\n\t" 104 #define ADTRA(r3,m4,r1,r2) RRF_FUFF2(b3d2,r3,m4,r1,r2) 130 #define AXTRA(r3,m4,r1,r2) RRF_FUFF2(b3da,r3,m4,r1,r2 [all...] |