Home
last modified time | relevance | path

Searched refs:QUAD (Results 1 – 25 of 26) sorted by relevance

12

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A D_Qquad.h48 #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.c34 _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.c32 QUAD
33 _Q_div(QUAD x, QUAD y) in _Q_div()
36 QUAD z; in _Q_div()
H A D_Q_mul.c32 QUAD
33 _Q_mul(QUAD x, QUAD y) in _Q_mul()
36 QUAD z; in _Q_mul()
H A D_Q_sub.c32 QUAD
33 _Q_sub(QUAD x, QUAD y) in _Q_sub()
36 QUAD z; in _Q_sub()
H A D_Q_add.c35 QUAD
36 _Q_add(QUAD x, QUAD y) in _Q_add()
39 QUAD z; in _Q_add()
H A D_Q_neg.c31 QUAD
32 _Q_neg(QUAD x) in _Q_neg()
34 QUAD z; in _Q_neg()
H A D_Q_sqrt.c32 QUAD
33 _Q_sqrt(QUAD x) in _Q_sqrt()
36 QUAD z; in _Q_sqrt()
H A D_Q_itoq.c33 QUAD
37 QUAD q; in _Q_itoq()
H A D_Q_dtoq.c32 QUAD
36 QUAD q; in _Q_dtoq()
H A D_Q_stoq.c32 QUAD
36 QUAD q; in _Q_stoq()
H A D_Q_cmp.c33 _Q_cmp(QUAD x, QUAD y) in _Q_cmp()
H A D_Q_cmpe.c33 _Q_cmpe(QUAD x, QUAD y) in _Q_cmpe()
H A D_Q_utoq.c32 QUAD
36 QUAD q,c; in _Q_utoq()
H A D_Q_qtou.c33 _Q_qtou(QUAD x) in _Q_qtou()
36 QUAD c; in _Q_qtou()
H A D_Q_qtod.c33 _Q_qtod(QUAD x) in _Q_qtod()
H A D_Q_qtos.c33 _Q_qtos(QUAD x) in _Q_qtos()
H A D_Q_qtoi.c33 _Q_qtoi(QUAD x) in _Q_qtoi()
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c38 #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 DTHIRDPARTYLICENSE.descrip1 PORTIONS OF LIBC QUAD ARITHMETIC FUNCTIONALITY
/titanic_44/usr/src/lib/libc/port/print/
H A Ddoprnt.c193 #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 Dusbdevs1905 product OPTION GT3GQUAD 0x6300 GlobeTrotter 3G QUAD datacard
/titanic_44/usr/src/data/hwdata/
H A Dpci.ids21248 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 Dusb.ids7306 012f QUAD-CAPTURE
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src18446 # QUAD Typographic Quadding \E [ Ps SPC H 0 FE -

12