/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Qquad.h | 48 #define QUAD long double macro 60 #define QUAD struct quadstruct macro 71 extern QUAD _Q_neg(QUAD); /* returns -x */ 72 extern QUAD _Q_add(QUAD, QUAD); /* returns x + y */ 73 extern QUAD _Q_sub(QUAD, QUAD); /* returns x - y */ 74 extern QUAD _Q_mul(QUAD, QUAD); /* returns x * y */ 75 extern QUAD _Q_div(QUAD, QUAD); /* returns x / y */ 76 extern QUAD _Q_sqrt(QUAD); /* return sqrt(x) */ 78 _Q_cmp(QUAD, QUAD); /* x compare y , exception */ 81 _Q_cmpe(QUAD, QUAD); /* x compare y , exception */ [all …]
|
H A D | _Q_fcc.c | 34 _Q_feq(QUAD x, QUAD y) in _Q_feq() 42 _Q_fne(QUAD x, QUAD y) in _Q_fne() 50 _Q_fgt(QUAD x, QUAD y) in _Q_fgt() 58 _Q_fge(QUAD x, QUAD y) in _Q_fge() 66 _Q_flt(QUAD x, QUAD y) in _Q_flt() 74 _Q_fle(QUAD x, QUAD y) in _Q_fle()
|
H A D | _Q_div.c | 32 QUAD 33 _Q_div(QUAD x, QUAD y) in _Q_div() 36 QUAD z; in _Q_div()
|
H A D | _Q_mul.c | 32 QUAD 33 _Q_mul(QUAD x, QUAD y) in _Q_mul() 36 QUAD z; in _Q_mul()
|
H A D | _Q_sub.c | 32 QUAD 33 _Q_sub(QUAD x, QUAD y) in _Q_sub() 36 QUAD z; in _Q_sub()
|
H A D | _Q_add.c | 35 QUAD 36 _Q_add(QUAD x, QUAD y) in _Q_add() 39 QUAD z; in _Q_add()
|
H A D | _Q_neg.c | 31 QUAD 32 _Q_neg(QUAD x) in _Q_neg() 34 QUAD z; in _Q_neg()
|
H A D | _Q_sqrt.c | 32 QUAD 33 _Q_sqrt(QUAD x) in _Q_sqrt() 36 QUAD z; in _Q_sqrt()
|
H A D | _Q_itoq.c | 33 QUAD 37 QUAD q; in _Q_itoq()
|
H A D | _Q_dtoq.c | 32 QUAD 36 QUAD q; in _Q_dtoq()
|
H A D | _Q_stoq.c | 32 QUAD 36 QUAD q; in _Q_stoq()
|
H A D | _Q_cmp.c | 33 _Q_cmp(QUAD x, QUAD y) in _Q_cmp()
|
H A D | _Q_cmpe.c | 33 _Q_cmpe(QUAD x, QUAD y) in _Q_cmpe()
|
H A D | _Q_utoq.c | 32 QUAD 36 QUAD q,c; in _Q_utoq()
|
H A D | _Q_qtou.c | 33 _Q_qtou(QUAD x) in _Q_qtou() 36 QUAD c; in _Q_qtou()
|
H A D | _Q_qtod.c | 33 _Q_qtod(QUAD x) in _Q_qtod()
|
H A D | _Q_qtos.c | 33 _Q_qtos(QUAD x) in _Q_qtos()
|
H A D | _Q_qtoi.c | 33 _Q_qtoi(QUAD x) in _Q_qtoi()
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | vfscanf.c | 38 #define QUAD 0x08 /* q: quad (same as ll) */ macro 216 flags |= QUAD; 224 flags |= QUAD; 637 else if (flags & QUAD)
|
/titanic_44/usr/src/lib/libc/port/fp/ |
H A D | THIRDPARTYLICENSE.descrip | 1 PORTIONS OF LIBC QUAD ARITHMETIC FUNCTIONALITY
|
/titanic_44/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 193 #define QUAD 0x800 /* Q for long double */ macro 866 flagword |= QUAD; in _wndoprnt() 1280 if (flagword & QUAD) { in _wndoprnt() 1415 if (flagword & QUAD) { /* long double */ in _wndoprnt() 1517 if (flagword & QUAD) { /* long double */ in _wndoprnt() 1610 if (flagword & QUAD) { /* long double */ in _wndoprnt()
|
/titanic_44/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 1905 product OPTION GT3GQUAD 0x6300 GlobeTrotter 3G QUAD datacard
|
/titanic_44/usr/src/data/hwdata/ |
H A D | pci.ids | 21248 0100 A104d QUAD T1/E1 AFT card 22947 2230 PCI-QUAD-8 8x Quadrature Input Card 22948 2231 PCI-QUAD-4 4x Quadrature Input Card
|
H A D | usb.ids | 7306 012f QUAD-CAPTURE
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 18446 # QUAD Typographic Quadding \E [ Ps SPC H 0 FE -
|