HomeSort by: relevance | last modified time | path
    Searched refs:QUAD (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl2/diffutils/dist/lib/
strtoull.c 22 #define QUAD 1
strtol.c 72 # ifdef QUAD
78 # ifdef QUAD
86 # ifdef QUAD
92 # ifdef QUAD
102 # ifdef QUAD
108 # ifdef QUAD
116 # ifdef QUAD
122 # ifdef QUAD
129 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
131 #ifdef QUAD
    [all...]
  /src/external/gpl2/grep/dist/lib/
strtoull.c 22 #define QUAD 1
strtol.c 76 # ifdef QUAD
82 # ifdef QUAD
90 # ifdef QUAD
96 # ifdef QUAD
106 # ifdef QUAD
112 # ifdef QUAD
120 # ifdef QUAD
126 # ifdef QUAD
133 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
135 #ifdef QUAD
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 57 # ifdef QUAD
63 # ifdef QUAD
71 # ifdef QUAD
77 # ifdef QUAD
87 # ifdef QUAD
93 # ifdef QUAD
101 # ifdef QUAD
107 # ifdef QUAD
114 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
116 #ifdef QUAD
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 57 # ifdef QUAD
63 # ifdef QUAD
71 # ifdef QUAD
77 # ifdef QUAD
87 # ifdef QUAD
93 # ifdef QUAD
101 # ifdef QUAD
107 # ifdef QUAD
114 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
116 #ifdef QUAD
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
lib2funcs.S 28 .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
29 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
31 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
32 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
33 .SUBSPA $MILLICODE$,QUAD=0,ALIGN=8,ACCESS=44,SORT=8
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 65 # ifdef QUAD
71 # ifdef QUAD
79 # ifdef QUAD
85 # ifdef QUAD
95 # ifdef QUAD
101 # ifdef QUAD
109 # ifdef QUAD
115 # ifdef QUAD
122 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
124 #ifdef QUAD
    [all...]
  /src/sys/arch/amd64/amd64/
db_disasm.c 63 #define QUAD 3
532 /*5*/ { "fld", QUAD, 0, 0 },
534 /*7*/ { "fstp", QUAD, 0, 0 },
688 /*50*/ { "push", false, QUAD, op1(Ri), 0 },
689 /*51*/ { "push", false, QUAD, op1(Ri), 0 },
690 /*52*/ { "push", false, QUAD, op1(Ri), 0 },
691 /*53*/ { "push", false, QUAD, op1(Ri), 0 },
692 /*54*/ { "push", false, QUAD, op1(Ri), 0 },
693 /*55*/ { "push", false, QUAD, op1(Ri), 0 },
694 /*56*/ { "push", false, QUAD, op1(Ri), 0 }
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 44 /* The compile-time flags SINGLE, DOUBLE, and QUAD are set up in */
46 #if !defined(QUAD)
82 /* This is exposed via decFloatCanonical for Double and Quad only. */
107 #elif QUAD
277 #elif QUAD
283 #error Unexpected Quad DIVOPLEN
390 #if QUAD
694 /* both arithmetic sizes (DOUBLE and QUAD) in order to allow timing */
814 /* QUAD 4 30 31 <4*10**18 1.17 2 */
824 #elif QUAD
    [all...]
decCommon.c 41 /* Constants, tables, and debug function(s) are included only for QUAD */
54 #define QUAD 0
59 #define QUAD 0
64 #define QUAD 1
109 /* DECCOMBWEXP - The same, for the next-wider format (unless QUAD) */
121 /* only included once, when QUAD is being built */
138 #if !QUAD
156 #if QUAD
237 #elif QUAD
254 #if QUAD
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 29 #define QUAD 282
ldwrite.c 82 case QUAD:
109 case QUAD:
118 if (statement->data_statement.type == QUAD)
ldctor.c 318 size = QUAD;
ldgram.y 131 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE ASCIZ
743 QUAD
ldlex.l 308 <WILD>"QUAD" { RTOKEN(QUAD); }
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 82 QUAD = 283, /* QUAD */
227 #define QUAD 283
ldwrite.c 82 case QUAD:
109 case QUAD:
118 if (statement->data_statement.type == QUAD)
ldctor.c 318 size = QUAD;
ldgram.y 131 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE ASCIZ
743 QUAD
ldlex.l 308 <WILD>"QUAD" { RTOKEN(QUAD); }
  /src/sys/arch/i386/i386/
db_disasm.c 53 #define QUAD 3
500 /*5*/ { "fld", QUAD, 0, 0 },
502 /*7*/ { "fstp", QUAD, 0, 0 },
903 8, /* QUAD */
1065 case QUAD:
  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 206 SGL, DBL, ILLEGAL_FMT, QUAD, W, UW, DW, UDW, QW, UQW
2327 else if (strncasecmp (*s, "quad", 4) == 0)
2329 format = QUAD;
2394 else if (strncasecmp (*s, "quad", 4) == 0)
2396 format = QUAD;
5346 flag = QUAD;
5360 flag = QUAD;
5364 || the_insn.fpof1 == QUAD)
5368 || the_insn.fpof2 == QUAD)
5387 || the_insn.fpof2 == QUAD)
    [all...]
tc-arm.c 554 unsigned isvec : 1; /* Is a single, double or quad VFP/Neon reg. */
555 unsigned isquad : 1; /* Operand is SIMD quad register. */
707 [REG_TYPE_NQ] = N_("Neon quad precision register expected"),
709 [REG_TYPE_NDQ] = N_("Neon double or quad precision register expected"),
711 [REG_TYPE_NSDQ] = N_("VFP single, double or Neon quad precision register"
1783 register (e.g. Neon double or quad reg when either has been requested).
6757 first_error (_("can't use Neon quad register here"));
6991 OP_RNQ, /* Neon quad precision register */
6992 OP_RNQMQ, /* Neon quad or MVE vector register. */
6997 OP_RNDQ, /* Neon double or quad precision register *
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 206 SGL, DBL, ILLEGAL_FMT, QUAD, W, UW, DW, UDW, QW, UQW
2327 else if (strncasecmp (*s, "quad", 4) == 0)
2329 format = QUAD;
2394 else if (strncasecmp (*s, "quad", 4) == 0)
2396 format = QUAD;
5346 flag = QUAD;
5360 flag = QUAD;
5364 || the_insn.fpof1 == QUAD)
5368 || the_insn.fpof2 == QUAD)
5387 || the_insn.fpof2 == QUAD)
    [all...]

Completed in 51 milliseconds

1 2