Home
last modified time | relevance | path

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

/dports/emulators/xhomer/xhomer-9-16-06/
H A Dpdp11_fp.c137 #define F_LT_AP(x,y) (((x -> h & ~FP_SIGN) < (y -> h & ~FP_SIGN)) || \ macro
683 if (F_LT_AP (facp, fsrcp)) { /* if !fac! < !fsrc! */ in addfp11()
/dports/emulators/simh/simh-3.9.0_5/PDP11/
H A Dpdp11_fp.c169 #define F_LT_AP(x,y) (((x->h & ~FP_SIGN) < (y->h & ~FP_SIGN)) || \ macro
818 if (F_LT_AP (facp, fsrcp)) { /* if !fac! < !fsrc! */ in addfp11()