Searched refs:FLOAT (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000-modes.def46 VECTOR_MODES (FLOAT, 8); /* V4HF V2SF */
47 VECTOR_MODES (FLOAT, 16); /* V8HF V4SF V2DF */
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386-modes.def69 VECTOR_MODES (FLOAT, 8); /* V4HF V2SF */
70 VECTOR_MODES (FLOAT, 16); /* V8HF V4SF V2DF */
75 VECTOR_MODE (FLOAT, DF, 4); /* V4DF */
76 VECTOR_MODE (FLOAT, SF, 8); /* V8SF */
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips-modes.def30 VECTOR_MODES (FLOAT, 8); /* V4HF V2SF */
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm-modes.def58 VECTOR_MODES (FLOAT, 8); /* V4HF V2SF */
59 VECTOR_MODES (FLOAT, 16); /* V8HF V4SF V2DF */
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64-modes.def85 VECTOR_MODE (FLOAT, SF, 2);
86 VECTOR_MODE (FLOAT, SF, 4);
/freebsd-9.3-release/usr.bin/xlint/common/
H A Dinittyp.c95 { FLOAT, { FLOAT_SIZE, 4 * CHAR_BIT,
96 FLOAT, FLOAT,
H A Dlint.h66 FLOAT, /* float */ enumerator in enum:__anon10838
/freebsd-9.3-release/contrib/gcc/
H A Dmachmode.def86 declares MODE to be of class FLOAT and BYTESIZE bytes wide,
95 declares MODE to be of class FLOAT, BYTESIZE bytes wide in
100 changes the format of MODE, which must be class FLOAT,
112 CLASS) with COUNT components. CLASS must be INT or FLOAT.
122 than two bytes (if CLASS is FLOAT). CLASS must be INT or
123 FLOAT. The names follow the same rule as VECTOR_MODE uses.
128 are ignored. For FLOAT modes, the names are derived by
191 COMPLEX_MODES (FLOAT);
H A Drtl-error.c23 #undef FLOAT /* This is for hpux. They should change hpux. */ macro
H A Drtl.def550 DEF_RTL_EXPR(FLOAT, "float", "e", RTX_UNARY)
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dlint.h58 FLOAT, /* float */ enumerator in enum:__anon10841
H A Dscan.l214 { "float", T_TYPE, 0, FLOAT, 0, 0, 0 },
574 case FLOAT:
668 typ = FLOAT;
690 if (typ == FLOAT) {
702 if (typ == FLOAT) {
H A Dtree.c1521 } else if (farg && t == FLOAT) {
1526 * In traditional C, keep unsigned and promote FLOAT
1533 } else if (t == FLOAT) {
1564 LDOUBLE, DOUBLE, FLOAT, UQUAD, QUAD, ULONG, LONG, UINT, INT,
1580 } else if (lt == FLOAT || rt == FLOAT) {
1581 t = FLOAT;
1868 if (ot == FLOAT || ot == DOUBLE || ot == LDOUBLE) {
1893 case FLOAT:
1917 if (nt == FLOAT) {
[all...]
H A Ddecl.c115 typetab[FLOAT].t_tspec = FLOAT;
375 t2 == FLOAT || t2 == DOUBLE) {
386 } else if (t2 == FLOAT) {
411 case FLOAT:
627 t = dcs->d_atyp; /* CHAR, INT, FLOAT, DOUBLE, VOID */
656 case FLOAT:
1958 if (t == FLOAT) {
2060 if ((t = arg->s_type->t_tspec) == FLOAT ||
2204 } else if (t == FLOAT) {
[all...]
H A Demit1.c109 case FLOAT: t = 'D'; s = 's'; break;
/freebsd-9.3-release/contrib/gcc/config/
H A Dfp-bit.h84 #ifdef FLOAT
180 #elif defined FLOAT
223 #endif /* FLOAT */
228 # elif defined FLOAT
256 # endif /* FLOAT */
278 # elif defined FLOAT
318 # endif /* FLOAT */
380 #ifndef FLOAT
499 #ifdef FLOAT
512 #endif /* FLOAT */
[all...]
H A Dfp-bit.c39 /* The intended way to use this file is to make two copies, add `#define FLOAT'
48 FLOAT: Implement a `float', aka SFmode, fp library. If this is not
50 FLOAT_ONLY: Used with FLOAT, to implement a `float' only library, i.e.
135 #elif defined FLOAT
148 #elif defined FLOAT
424 #if defined(FLOAT_WORD_ORDER_MISMATCH) && !defined(FLOAT)
458 #if defined(FLOAT_WORD_ORDER_MISMATCH) && !defined(FLOAT)
858 #elif defined(FLOAT)
1499 #ifdef FLOAT
1556 #endif /* FLOAT */
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dxml.h88 GROUP, FLOAT, FLOATTYPE, FLOATPOS, CAPTION, SHORTCAPTION, enumerator in enum:xml_element
H A Dxml.c397 { "", 1, 0, 0 }, /* FLOAT */
506 { MULTITABLE, FLOAT, FLOATTABLE },
507 { INFORMALFIGURE, FLOAT, FLOATFIGURE },
508 { CARTOUCHE, FLOAT, FLOATCARTOUCHE },
864 if (docbook && elt == FLOAT)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Df-exp.y166 %token <dval> FLOAT
420 exp : FLOAT
672 return FLOAT;
H A Dm2-exp.y161 %token <dval> FLOAT
514 exp : FLOAT
704 return FLOAT;
811 {"FLOAT", FLOAT_FUNC },
H A Dobjc-exp.y169 %token <typed_val_float> FLOAT
556 exp : FLOAT
1060 return FLOAT;
1364 int got_dot = 0, got_e = 0, toktype = FLOAT;
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Demit2.c75 case FLOAT: t = 'D'; s = 's'; break;
H A Dread.c599 tp->t_tspec = s == 's' ? FLOAT : (s == 'l' ? LDOUBLE : DOUBLE);
684 case FLOAT:
784 t = FLOAT;
883 case FLOAT:
H A Dchk.c499 if (t1 == FLOAT) {
958 sz = FLOAT;
963 sz = FLOAT;
1186 if (t == FLOAT) {
1342 if ((t = (*arg)->t_tspec) == FLOAT)

Completed in 405 milliseconds

123