Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/hppa/spmath/
Dsfsub.c161 if(Is_rounding_mode(ROUNDMINUS))
204 if(Is_rounding_mode(ROUNDMINUS))
296 if(Is_rounding_mode(ROUNDMINUS)) Sgl_setone_sign(result);
Dsfadd.c160 if(Is_rounding_mode(ROUNDMINUS))
202 if(Is_rounding_mode(ROUNDMINUS))
293 if(Is_rounding_mode(ROUNDMINUS)) Sgl_setone_sign(result);
Ddfsub.c163 if(Is_rounding_mode(ROUNDMINUS))
207 if(Is_rounding_mode(ROUNDMINUS))
301 if(Is_rounding_mode(ROUNDMINUS)) Dbl_setone_sign(resultp1);
Ddfadd.c161 if(Is_rounding_mode(ROUNDMINUS))
205 if(Is_rounding_mode(ROUNDMINUS))
299 if(Is_rounding_mode(ROUNDMINUS)) Dbl_setone_sign(resultp1);
Dfloat.h418 #define Is_rounding_mode(rmode) \ macro