Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dgamma.c192 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 */
286 TRUNC(t.a);
288 r.a = p, TRUNC(r.a); /* r = P/Q */
[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);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c329 if (TRUNC(ls_end)) in interpret_ospf6_lsa()
335 if (TRUNC(&lsa->lsa_un.un_rla.rla6_flags)) in interpret_ospf6_lsa()
341 if (TRUNC(&lsa->lsa_un.un_rla.rla6_options)) in interpret_ospf6_lsa()
347 if (TRUNC(rl)) in interpret_ospf6_lsa()
351 if (TRUNC((uchar_t *)rl + sizeof (*rl))) in interpret_ospf6_lsa()
451 if (TRUNC(&lsa->lsa_un.un_nla.nla_options)) in interpret_ospf6_lsa()
509 if (TRUNC(llsa->llsa_options)) in interpret_ospf6_lsa()
512 if (TRUNC(llsa->llsa_nprefix)) in interpret_ospf6_lsa()
532 if (TRUNC(lpfx)) in interpret_ospf6_lsa()
561 if (TRUNC(lpfx)) in interpret_ospf6_lsa()
[all …]
H A Dsnoop_ospf.c340 if (TRUNC(ls_end)) in interpret_ospf_lsa()
346 if (TRUNC(&lsa->lsa_un.un_rla.rla_flags)) in interpret_ospf_lsa()
354 if (TRUNC(&lsa->lsa_un.un_rla.rla_count)) in interpret_ospf_lsa()
359 if (TRUNC(rl)) in interpret_ospf_lsa()
363 if (TRUNC((uchar_t *)rl + sizeof (*rl))) in interpret_ospf_lsa()
420 if (TRUNC(tosp)) in interpret_ospf_lsa()
433 if (TRUNC(rl)) in interpret_ospf_lsa()
439 if (TRUNC(&lsa->lsa_un.un_nla.nla_mask)) in interpret_ospf_lsa()
472 if (TRUNC(&lsa->lsa_un.un_sla.sla_tosmetric)) in interpret_ospf_lsa()
489 if (TRUNC(&lsa->lsa_un.un_asla.asla_mask)) in interpret_ospf_lsa()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dopcode.def76 OPCODE(TRUNC, BADOP, BADOP, BADOP, 1, OPF_TARGET)