Home
last modified time | relevance | path

Searched refs:DSIGNSET (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsoftfloat.c52 #define DSIGNSET(w,s) ((w).fd1 = (s << 15) | ((w).fd1 & 077777)) macro
89 DSIGNSET(rv,1), ll = -ll; in soft_cast()
132 DSIGNSET(rv, DSIGN(p1) ^ DSIGN(p2)); in soft_mul()
172 DSIGNSET(rv, DSIGN(t) ^ DSIGN(n)); in soft_div()
188 DSIGNSET(sf, sign); in soft_neg()
/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsoftfloat.c52 #define DSIGNSET(w,s) ((w).fd1 = (s << 15) | ((w).fd1 & 077777)) macro
89 DSIGNSET(rv,1), ll = -ll; in soft_cast()
132 DSIGNSET(rv, DSIGN(p1) ^ DSIGN(p2)); in soft_mul()
172 DSIGNSET(rv, DSIGN(t) ^ DSIGN(n)); in soft_div()
188 DSIGNSET(sf, sign); in soft_neg()