Searched defs:sgl_value (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/arch/hppa/spmath/ |
H A D | sgl_float.h | 108 #define Sgl_isinfinity(sgl_value) \ argument 111 #define Sgl_isnan(sgl_value) \ argument 114 #define Sgl_isnotnan(sgl_value) \ argument 126 #define Sgl_leftshiftby8(sgl_value) \ argument 128 #define Sgl_leftshiftby4(sgl_value) \ argument 130 #define Sgl_leftshiftby3(sgl_value) \ argument 132 #define Sgl_leftshiftby2(sgl_value) \ argument 134 #define Sgl_leftshiftby1(sgl_value) \ argument 136 #define Sgl_rightshiftby1(sgl_value) \ argument 138 #define Sgl_rightshiftby4(sgl_value) \ argument [all …]
|
H A D | cnv_float.h | 48 #define Sgl_isinexact_to_fix(sgl_value,exponent) \ argument 54 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument 62 #define Sgl_roundnearest_from_dint(dint_valueA,dint_valueB,sgl_value) \ argument 75 #define Sgl_isone_roundbit(sgl_value,exponent) \ argument 78 #define Sgl_isone_stickybit(sgl_value,exponent) \ argument 204 #define Int_from_sgl_mantissa(sgl_value,exponent) \ argument 218 #define Dint_from_sgl_mantissa(sgl_value,exponent,dresultA,dresultB) \ argument
|