Searched defs:ha (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libc/port/fp/ |
H A D | aconvert.c | 63 int ha, i, s; local 68 ha = a.i[0] & ~0x80000000; 71 if (ha >= 0x7ff00000) { 73 __infnanstring((ha == 0x7ff00000 && a.i[1] == 0)? 79 if (ha < 0x00100000) { 80 if ((ha | a.i[1]) == 0) { 94 a.i[0] = ha; 98 ha = a.i[0] & ~0x80000000; 99 *exp = (ha >> 20) - 0x3ff - 1074; 101 *exp = (ha >> 2 144 int ha, i, s; local 374 int ha; local [all...] |
/osnet-11/usr/src/lib/libc/sparc/fp/ |
H A D | _D_cplx_div.c | 93 int ha, hb, hc, hd, hz, hw, hs, i, j; local 109 ha = aa.i[0] & ~0x80000000; 111 hz = (ha > hb)? ha : hb;
|
H A D | _D_cplx_div_rx.c | 103 int ha, hc, hd, hw, i, j; local 115 ha = aa.i[0] & ~0x80000000; 164 if (ha >= 0x7ff00000) { /* a is inf or nan */ 179 ha = (ha - 0x38000000) >> 28; 180 a = (a * scl[ha + 4].d) / r; 181 ha -= (hw + hw); 185 hc += ha; 189 hd += ha;
|
H A D | _Q_cplx_div.c | 100 int ha, hb, hc, hd, hz, hw, hs, i, j; local 116 ha = aa.i[0] & ~0x80000000; 118 hz = (ha > hb)? ha : hb;
|
H A D | _Q_cplx_div_rx.c | 95 int ha, hc, hd, hw, i, j; local 109 ha = aa.i[0] & ~0x80000000; 144 if (ha >= 0x7fff0000) { /* a is inf or nan */ 161 ha = (ha - 0x3fff0000) >> 16; 162 _Q_scl(&a, -ha); 164 ha -= (hw + hw); 169 hc += ha; 174 hd += ha;
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 3263 char **ha; local 3265 for (ha = hp->h_aliases; ha != NULL && *ha != NULL; ha++) 3267 if (strchr(*ha, '.') != NULL) 3269 (void) cleanstrcpy(hostbuf, *ha, size - 1); 3310 ** ha -- actual first address 3314 ** 0 -- if ha and sa match 3319 addrcmp(hp, ha, s 3411 char **ha; local [all...] |
H A D | conf.c | 4569 char **ha; local 4642 for (ha = hp->h_aliases; ha != NULL && *ha != NULL; ha++) 4644 if (!wordinclass(*ha, 'w')) 4646 setclass('w', *ha); 4648 sm_dprintf("\ta.k.a.: %s\n", *ha); 4650 "[%s]", *ha) < sizeof(hnb) && 4658 *ha); [all...] |
Completed in 46 milliseconds