Lines Matching refs:v
58 #define EXPLODESP(v, vc, vs, ve, vm) \ argument
60 vs = SPSIGN(v); \
61 ve = SPBEXP(v); \
62 vm = SPMANT(v); \
92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument
94 vm = DPMANT(v); \
95 vs = DPSIGN(v); \
96 ve = DPBEXP(v); \
119 #define FLUSHDP(v, vc, vs, ve, vm) \ argument
126 v = ieee754dp_zero(vs); \
130 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
137 v = ieee754sp_zero(vs); \