Searched defs:FP_FLAGS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c240 #define FP_FLAGS (SF1_SUNW_FPKNWN | SF1_SUNW_FPUSED) macro
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 macro
[all...]

Completed in 47 milliseconds