Home
last modified time | relevance | path

Searched defs:FLOAT_PLUS (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/pcc/dist/pcc/mip/
H A Dsoftfloat.h61 #define FLOAT_PLUS(x1,x2) soft_plus(x1, x2) macro
81 #define FLOAT_PLUS(x,x1,x2) (x->fp = (x1)->fp + (x2)->fp) macro