HomeSort by: relevance | last modified time | path
    Searched refs:Is_rounding_mode (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hppa/spmath/
dfadd.c 189 if(Is_rounding_mode(ROUNDMINUS))
233 if(Is_rounding_mode(ROUNDMINUS))
327 if(Is_rounding_mode(ROUNDMINUS)) Dbl_setone_sign(resultp1);
dfsub.c 192 if(Is_rounding_mode(ROUNDMINUS))
236 if(Is_rounding_mode(ROUNDMINUS))
330 if(Is_rounding_mode(ROUNDMINUS)) Dbl_setone_sign(resultp1);
sfadd.c 189 if(Is_rounding_mode(ROUNDMINUS))
231 if(Is_rounding_mode(ROUNDMINUS))
322 if(Is_rounding_mode(ROUNDMINUS)) Sgl_setone_sign(result);
sfsub.c 190 if(Is_rounding_mode(ROUNDMINUS))
233 if(Is_rounding_mode(ROUNDMINUS))
325 if(Is_rounding_mode(ROUNDMINUS)) Sgl_setone_sign(result);
float.h 445 #define Is_rounding_mode(rmode) \

Completed in 14 milliseconds