Searched refs:dbl_valueB (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/parisc/math-emu/ |
A D | dbl_float.h | 111 Dallp2(dbl_valueB) -= 1 116 #define Dbl_isone_lowmantissap2(dbl_valueB) (Is_dlowp2(dbl_valueB)!=0) argument 127 #define Dbl_isnotzero_mantissap2(dbl_valueB) (Dmantissap2(dbl_valueB)!=0) argument 132 Dallp2(dbl_valueB)==0) 201 Shiftdouble(Dallp1(dbl_valueA),Dallp2(dbl_valueB),8,Dallp2(dbl_valueB)); \ 204 Shiftdouble(Dallp1(dbl_valueA),Dallp2(dbl_valueB),4,Dallp2(dbl_valueB)); \ 207 Shiftdouble(Dallp1(dbl_valueA),Dallp2(dbl_valueB),2,Dallp2(dbl_valueB)); \ 210 Shiftdouble(Dallp1(dbl_valueA),Dallp2(dbl_valueB),1,Dallp2(dbl_valueB)); \ 286 Dallp2(dbl_valueB) = 0 291 Dallp2(dbl_valueB) = 0 [all …]
|
A D | cnv_float.h | 178 #define Dbl_isinexact_to_fix(dbl_valueA,dbl_valueB,exponent) \ argument 184 #define Dbl_isoverflow_to_int(exponent,dbl_valueA,dbl_valueB) \ argument 186 Dmantissap1(dbl_valueA)!=0 || (Dallp2(dbl_valueB)>>21)!=0 ) 191 Dallp2(dbl_valueB) >> ((DBL_P - 2) - exponent)) & 1) 193 #define Dbl_isone_stickybit(dbl_valueA,dbl_valueB,exponent) \ argument 206 #define Int_from_dbl_mantissa(dbl_valueA,dbl_valueB,exponent) \ argument 239 if (exponent == 52) Dintp2(destB) = Dallp2(dbl_valueB); \ 244 Variable_shift_double(Dallp1(dbl_valueA),Dallp2(dbl_valueB), \ 246 Dintp2(destB) = Dallp2(dbl_valueB) << exponent-52; \ 359 #define Dbl_isinexact_to_unsigned(dbl_valueA,dbl_valueB,exponent) \ argument [all …]
|
Completed in 9 milliseconds