Home
last modified time | relevance | path

Searched refs:Dbl_iszero (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Ddfrem.c224 if (stepcount > 0 || Dbl_iszero(opnd1p1,opnd1p2)) { in dbl_frem()
H A Ddfsub.c312 if(Dbl_iszero(resultp1,resultp2)) in dbl_fsub()
H A Ddfadd.c309 if(Dbl_iszero(resultp1,resultp2)) in dbl_fadd()
H A Ddbl_float.h131 #define Dbl_iszero(dbl_valueA,dbl_valueB) (Dallp1(dbl_valueA)==0 && \ macro