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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
list.h 20 #define ISL_DECLARE_LIST(EL) \
21 struct isl_##EL; \
22 struct isl_##EL##_list; \
23 typedef struct isl_##EL##_list isl_##EL##_list; \
24 isl_ctx *isl_##EL##_list_get_ctx(__isl_keep isl_##EL##_list *list); \
25 __isl_give isl_##EL##_list *isl_##EL##_list_from_##EL( \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
list.h 20 #define ISL_DECLARE_LIST(EL) \
21 struct isl_##EL; \
22 struct isl_##EL##_list; \
23 typedef struct isl_##EL##_list isl_##EL##_list; \
24 isl_ctx *isl_##EL##_list_get_ctx(__isl_keep isl_##EL##_list *list); \
25 __isl_give isl_##EL##_list *isl_##EL##_list_from_##EL( \
    [all...]
  /external/eigen/bench/
basicbenchmark.cpp 15 #define _GENERATE_HEADER(R,ARG,EL) << BOOST_PP_STRINGIZE(BOOST_PP_SEQ_HEAD(EL)) << "-" \
16 << BOOST_PP_STRINGIZE(BOOST_PP_SEQ_ELEM(1,EL)) << "x" \
17 << BOOST_PP_STRINGIZE(BOOST_PP_SEQ_ELEM(1,EL)) << " / "
23 #define _RUN_BENCH(R,ARG,EL) \
25 BOOST_PP_CAT(Matrix, BOOST_PP_SEQ_HEAD(EL)) (\
26 BOOST_PP_SEQ_ELEM(1,EL),BOOST_PP_SEQ_ELEM(1,EL)), BOOST_PP_SEQ_ELEM(2,EL), tries) \
  /external/llvm/test/MC/Mips/
micromips-trap-instructions.s 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s
12 # CHECK-EL: teq $8, $9 # encoding: [0x28,0x01,0x3c,0x00]
13 # CHECK-EL: tge $8, $9 # encoding: [0x28,0x01,0x3c,0x02]
14 # CHECK-EL: tgeu $8, $9 # encoding: [0x28,0x01,0x3c,0x04]
15 # CHECK-EL: tlt $8, $9 # encoding: [0x28,0x01,0x3c,0x08]
16 # CHECK-EL: tltu $8, $9 # encoding: [0x28,0x01,0x3c,0x0a]
17 # CHECK-EL: tne $8, $9 # encoding: [0x28,0x01,0x3c,0x0c]
18 # CHECK-EL: teqi $9, 17767 # encoding: [0xc9,0x41,0x67,0x45]
19 # CHECK-EL: tgei $9, 17767 # encoding: [0x29,0x41,0x67,0x45]
20 # CHECK-EL: tgeiu $9, 17767 # encoding: [0x69,0x41,0x67,0x45
    [all...]
micromips-alu-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EL %s
10 # CHECK-EL: add $9, $6, $7 # encoding: [0xe6,0x00,0x10,0x49]
11 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45]
12 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5]
13 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45]
14 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5]
15 # CHECK-EL: addu $9, $6, $7 # encoding: [0xe6,0x00,0x50,0x49]
16 # CHECK-EL: sub $9, $6, $7 # encoding: [0xe6,0x00,0x90,0x49]
17 # CHECK-EL: subu $4, $3, $5 # encoding: [0xa3,0x00,0xd0,0x21]
18 # CHECK-EL: neg $6, $7 # encoding: [0xe0,0x00,0x90,0x31
    [all...]
micromips-control-instructions.s 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s
12 # CHECK-EL: break # encoding: [0x00,0x00,0x07,0x00]
13 # CHECK-EL: break 7 # encoding: [0x07,0x00,0x07,0x00]
14 # CHECK-EL: break 7, 5 # encoding: [0x07,0x00,0x47,0x01]
15 # CHECK-EL: syscall # encoding: [0x00,0x00,0x7c,0x8b]
16 # CHECK-EL: syscall 396 # encoding: [0x8c,0x01,0x7c,0x8b]
17 # CHECK-EL: eret # encoding: [0x00,0x00,0x7c,0xf3]
18 # CHECK-EL: deret # encoding: [0x00,0x00,0x7c,0xe3]
19 # CHECK-EL: di # encoding: [0x00,0x00,0x7c,0x47]
20 # CHECK-EL: di # encoding: [0x00,0x00,0x7c,0x47
    [all...]
micromips-loadstore-instructions.s 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s
12 # CHECK-EL: lb $5, 8($4) # encoding: [0xa4,0x1c,0x08,0x00]
13 # CHECK-EL: lbu $6, 8($4) # encoding: [0xc4,0x14,0x08,0x00]
14 # CHECK-EL: lh $2, 8($4) # encoding: [0x44,0x3c,0x08,0x00]
15 # CHECK-EL: lhu $4, 8($2) # encoding: [0x82,0x34,0x08,0x00]
16 # CHECK-EL: lw $6, 4($5) # encoding: [0xc5,0xfc,0x04,0x00]
17 # CHECK-EL: sb $5, 8($4) # encoding: [0xa4,0x18,0x08,0x00]
18 # CHECK-EL: sh $2, 8($4) # encoding: [0x44,0x38,0x08,0x00]
19 # CHECK-EL: sw $5, 4($6) # encoding: [0xa6,0xf8,0x04,0x00]
20 # CHECK-EL: ll $2, 8($4) # encoding: [0x44,0x60,0x08,0x30
    [all...]
micromips-branch-instructions.s 2 # RUN: | FileCheck %s -check-prefix=CHECK-EL
12 # CHECK-EL: b 1332 # encoding: [0x00,0x94,0x9a,0x02]
13 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
14 # CHECK-EL: beq $9, $6, 1332 # encoding: [0xc9,0x94,0x9a,0x02]
15 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
16 # CHECK-EL: bgez $6, 1332 # encoding: [0x46,0x40,0x9a,0x02]
17 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
18 # CHECK-EL: bgezal $6, 1332 # encoding: [0x66,0x40,0x9a,0x02]
19 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
20 # CHECK-EL: bltzal $6, 1332 # encoding: [0x26,0x40,0x9a,0x02
    [all...]
micromips-16-bit-instructions.s 2 # RUN: FileCheck -check-prefix=CHECK-EL %s
12 # CHECK-EL: mfhi $9 # encoding: [0x09,0x46]
13 # CHECK-EL: mflo $9 # encoding: [0x49,0x46]
14 # CHECK-EL: move $25, $1 # encoding: [0x21,0x0f]
15 # CHECK-EL: jalr $9 # encoding: [0xc9,0x45]
micromips-jump-instructions.s 2 # RUN: | FileCheck %s -check-prefix=CHECK-EL
12 # CHECK-EL: j 1328 # encoding: [0x00,0xd4,0x98,0x02]
13 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
14 # CHECK-EL: jal 1328 # encoding: [0x00,0xf4,0x98,0x02]
15 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
16 # CHECK-EL: jalr $ra, $6 # encoding: [0xe6,0x03,0x3c,0x0f]
17 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
18 # CHECK-EL: jr $7 # encoding: [0x07,0x00,0x3c,0x0f]
19 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
20 # CHECK-EL: jr $7 # encoding: [0x07,0x00,0x3c,0x0f
    [all...]
micromips-shift-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mcpu=mips32r2 -mattr=micromips | FileCheck -check-prefix=CHECK-EL %s
10 # CHECK-EL: sll $4, $3, 7 # encoding: [0x83,0x00,0x00,0x38]
11 # CHECK-EL: sllv $2, $3, $5 # encoding: [0x65,0x00,0x10,0x10]
12 # CHECK-EL: sra $4, $3, 7 # encoding: [0x83,0x00,0x80,0x38]
13 # CHECK-EL: srav $2, $3, $5 # encoding: [0x65,0x00,0x90,0x10]
14 # CHECK-EL: srl $4, $3, 7 # encoding: [0x83,0x00,0x40,0x38]
15 # CHECK-EL: srlv $2, $3, $5 # encoding: [0x65,0x00,0x50,0x10]
16 # CHECK-EL: rotr $9, $6, 7 # encoding: [0x26,0x01,0xc0,0x38]
17 # CHECK-EL: rotrv $9, $6, $7 # encoding: [0xc7,0x00,0xd0,0x48]
micromips-fpu-instructions.s 2 # RUN: -mcpu=mips32r2 | FileCheck -check-prefix=CHECK-EL %s
12 # CHECK-EL: add.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x20]
13 # CHECK-EL: add.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x21]
14 # CHECK-EL: div.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x20]
15 # CHECK-EL: div.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x21]
16 # CHECK-EL: mul.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x20]
17 # CHECK-EL: mul.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x21]
18 # CHECK-EL: sub.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x20]
19 # CHECK-EL: sub.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x21]
20 # CHECK-EL: lwc1 $f2, 4($6) # encoding: [0x46,0x9c,0x04,0x00
    [all...]
micromips-loadstore-unaligned.s 2 # RUN: -mattr=micromips | FileCheck -check-prefix=CHECK-EL %s
12 # CHECK-EL: lwl $4, 16($5) # encoding: [0x85,0x60,0x10,0x00]
13 # CHECK-EL: lwr $4, 16($5) # encoding: [0x85,0x60,0x10,0x10]
14 # CHECK-EL: swl $4, 16($5) # encoding: [0x85,0x60,0x10,0x80]
15 # CHECK-EL: swr $4, 16($5) # encoding: [0x85,0x60,0x10,0x90]
micromips-movcond-instructions.s 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s
12 # CHECK-EL: movz $9, $6, $7 # encoding: [0xe6,0x00,0x58,0x48]
13 # CHECK-EL: movn $9, $6, $7 # encoding: [0xe6,0x00,0x18,0x48]
14 # CHECK-EL: movt $9, $6, $fcc0 # encoding: [0x26,0x55,0x7b,0x09]
15 # CHECK-EL: movf $9, $6, $fcc0 # encoding: [0x26,0x55,0x7b,0x01]
micromips-multiply-instructions.s 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s
12 # CHECK-EL: madd $4, $5 # encoding: [0xa4,0x00,0x3c,0xcb]
13 # CHECK-EL: maddu $4, $5 # encoding: [0xa4,0x00,0x3c,0xdb]
14 # CHECK-EL: msub $4, $5 # encoding: [0xa4,0x00,0x3c,0xeb]
15 # CHECK-EL: msubu $4, $5 # encoding: [0xa4,0x00,0x3c,0xfb]
  /external/llvm/lib/LineEditor/
LineEditor.cpp 101 EditLine *EL;
109 static const char *ElGetPromptFn(EditLine *EL) {
111 if (el_get(EL, EL_CLIENTDATA, &Data) == 0)
120 static unsigned char ElCompletionFn(EditLine *EL, int ch) {
122 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) {
134 ::el_push(EL, const_cast<char *>(Prevs.c_str()));
141 const LineInfo *LI = ::el_line(EL);
147 ::el_insertstr(EL, Action.Text.c_str());
161 ::el_push(EL, const_cast<char *>("\05\t"));
206 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err)
    [all...]
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa $<
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
  /external/libedit/src/
common.c 47 #include "el.h"
55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__)))
58 re_goto_bottom(el);
59 *el->el_line.lastchar = '\0';
69 ed_insert(EditLine *el, Int c)
71 int count = el->el_state.argument;
76 if (el->el_line.lastchar + el->el_state.argument >=
77 el->el_line.limit) {
79 if (!ch_enlargebufs(el, (size_t) count)
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa $<
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak 19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
  /bionic/libc/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \

Completed in 599 milliseconds

1 2 3 4