Home
last modified time | relevance | path

Searched refs:TRUNC (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libast/common/uwin/
H A Dgamma.c139 #define TRUNC(x) x = (double) (float) (x) macro
142 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
192 TRUNC(v.a);
220 TRUNC(r.a);
229 TRUNC(r.a);
248 t = x, TRUNC(t);
251 xx.a = (t + x), TRUNC(xx.a);
257 xx.a = x, TRUNC(xx.a);
263 d = r.a/x, TRUNC(d);
282 t.a = z, TRUNC(t.a); /* t ~= z + c */
[all …]
H A Dlog.c84 #define TRUNC(x) x = (double) (float) (x) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
431 u1 = u, TRUNC(u1);
483 u1 = u, TRUNC(u1);
491 TRUNC(r.a);
H A Dlgamma.c85 #define TRUNC(x) x = (double) (float) (x) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
184 TRUNC(v.a); in large_lgam()
200 TRUNC(v.a); /* truncate v.a to 26 bits. */ in large_lgam()
H A Derf.c152 #define TRUNC(x) (double) (float) (x) macro
155 #define TRUNC(x) *(((int *) &x) + 1) &= 0xf8000000 macro
371 TRUNC(z);
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c315 #define TRUNC(addr) ((uchar_t *)(addr) > fragend) macro
331 if (TRUNC(ls_end)) in interpret_ospf6_lsa()
337 if (TRUNC(&lsa->lsa_un.un_rla.rla6_flags)) in interpret_ospf6_lsa()
343 if (TRUNC(&lsa->lsa_un.un_rla.rla6_options)) in interpret_ospf6_lsa()
349 if (TRUNC(rl)) in interpret_ospf6_lsa()
353 if (TRUNC((uchar_t *)rl + sizeof (*rl))) in interpret_ospf6_lsa()
453 if (TRUNC(&lsa->lsa_un.un_nla.nla_options)) in interpret_ospf6_lsa()
484 if (TRUNC(&lsa->lsa_un.un_inter_ap.inter_ap_metric)) in interpret_ospf6_lsa()
511 if (TRUNC(llsa->llsa_options)) in interpret_ospf6_lsa()
514 if (TRUNC(llsa->llsa_nprefix)) in interpret_ospf6_lsa()
[all …]
H A Dsnoop_ospf.c324 #define TRUNC(addr) ((uchar_t *)(addr) > fragend) macro
342 if (TRUNC(ls_end)) in interpret_ospf_lsa()
348 if (TRUNC(&lsa->lsa_un.un_rla.rla_flags)) in interpret_ospf_lsa()
356 if (TRUNC(&lsa->lsa_un.un_rla.rla_count)) in interpret_ospf_lsa()
361 if (TRUNC(rl)) in interpret_ospf_lsa()
365 if (TRUNC((uchar_t *)rl + sizeof (*rl))) in interpret_ospf_lsa()
422 if (TRUNC(tosp)) in interpret_ospf_lsa()
435 if (TRUNC(rl)) in interpret_ospf_lsa()
441 if (TRUNC(&lsa->lsa_un.un_nla.nla_mask)) in interpret_ospf_lsa()
464 if (TRUNC((uchar_t *)&lsa->lsa_un.un_sla.sla_mask + in interpret_ospf_lsa()
[all …]