Home
last modified time | relevance | path

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

/titanic_51/usr/src/head/
H A Dieeefp.h126 #define FP_SET 1 /* exception has occurred */ macro
/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h694 #define FP_SET(fp,fn) (fp < 0 ? (fn += 1) : (fn = fp) ) macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h707 #define FP_SET(fp,fn) (fp < 0 ? (fn += 1) : (fn = fp) ) macro