Home
last modified time | relevance | path

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

/original-bsd/old/adb/adb.tahoe/
H A Dmachdep.c144 checkfloat(fp, isdouble) in checkfloat() argument
156 etofloat(e, fp, isdouble) in etofloat() argument
/original-bsd/old/dbx/
H A Dasm.c28 #define isdouble(range) ( \ macro
H A Dc.c33 #define isdouble(range) ( \ macro
/original-bsd/old/adb/adb.vax/
H A Dmachdep.c148 checkfloat(fp, isdouble) in checkfloat() argument
159 etofloat(e, fp, isdouble) in etofloat() argument
/original-bsd/sys/tahoe/math/
H A Dfpe.c35 #define isdouble(op) ((op) & 01) /* is opcode double or float */ macro