Lines Matching defs:FP_FLAGS
240 #define FP_FLAGS (SF1_SUNW_FPKNWN | SF1_SUNW_FPUSED)
286 if ((val & FP_FLAGS) == SF1_SUNW_FPUSED) {
330 if ((ofl->ofl_ocapset.oc_sf_1.cm_val & FP_FLAGS) == FP_FLAGS) {
335 if ((val & FP_FLAGS) != FP_FLAGS)
342 val &= ~FP_FLAGS;
350 ofl->ofl_ocapset.oc_sf_1.cm_val &= ~FP_FLAGS;
353 val &= ~FP_FLAGS;
361 #undef FP_FLAGS