Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dfiles.c240 #define FP_FLAGS (SF1_SUNW_FPKNWN | SF1_SUNW_FPUSED) in sf1_cap() macro
286 if ((val & FP_FLAGS) == SF1_SUNW_FPUSED) { in sf1_cap()
330 if ((ofl->ofl_ocapset.oc_sf_1.cm_val & FP_FLAGS) == FP_FLAGS) { in sf1_cap()
335 if ((val & FP_FLAGS) != FP_FLAGS) in sf1_cap()
342 val &= ~FP_FLAGS; in sf1_cap()
350 ofl->ofl_ocapset.oc_sf_1.cm_val &= ~FP_FLAGS; in sf1_cap()
353 val &= ~FP_FLAGS; in sf1_cap()
361 #undef FP_FLAGS in sf1_cap()