Searched refs:TRUNC (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | gamma.c | 139 #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 D | log.c | 84 #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 D | lgamma.c | 85 #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 D | erf.c | 152 #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 D | snoop_ospf6.c | 313 #define TRUNC(addr) ((uchar_t *)(addr) > fragend) macro 329 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() 482 if (TRUNC(&lsa->lsa_un.un_inter_ap.inter_ap_metric)) in interpret_ospf6_lsa() 509 if (TRUNC(llsa->llsa_options)) in interpret_ospf6_lsa() 512 if (TRUNC(llsa->llsa_nprefix)) in interpret_ospf6_lsa() [all …]
|
H A D | snoop_ospf.c | 322 #define TRUNC(addr) ((uchar_t *)(addr) > fragend) macro 340 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() 462 if (TRUNC((uchar_t *)&lsa->lsa_un.un_sla.sla_mask + in interpret_ospf_lsa() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | opcode.def | 76 OPCODE(TRUNC, BADOP, BADOP, BADOP, 1, OPF_TARGET)
|