HomeSort by: relevance | last modified time | path
    Searched defs:opnd1p1 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/spmath/
dfdiv.c 58 register unsigned int opnd1p1, opnd1p2, opnd2p1, opnd2p2; local in function:dbl_fdiv
64 Dbl_copyfromptr(srcptr1,opnd1p1,opnd1p2);
69 if (Dbl_sign(opnd1p1) ^ Dbl_sign(opnd2p1))
75 if (Dbl_isinfinity_exponent(opnd1p1)) {
76 if (Dbl_iszero_mantissa(opnd1p1,opnd1p2)) {
102 if (Dbl_isone_signaling(opnd1p1)) {
108 Dbl_set_quiet(opnd1p1);
126 Dbl_copytoptr(opnd1p1,opnd1p2,dstptr);
162 if (Dbl_iszero_exponentmantissa(opnd1p1,opnd1p2)) {
180 dest_exponent = Dbl_exponent(opnd1p1) - Dbl_exponent(opnd2p1) + DBL_BIAS
    [all...]
dfmpy.c 58 register unsigned int opnd1p1, opnd1p2, opnd2p1, opnd2p2; local in function:dbl_fmpy
64 Dbl_copyfromptr(srcptr1,opnd1p1,opnd1p2);
70 if (Dbl_sign(opnd1p1) ^ Dbl_sign(opnd2p1))
76 if (Dbl_isinfinity_exponent(opnd1p1)) {
77 if (Dbl_iszero_mantissa(opnd1p1,opnd1p2)) {
103 if (Dbl_isone_signaling(opnd1p1)) {
109 Dbl_set_quiet(opnd1p1);
127 Dbl_copytoptr(opnd1p1,opnd1p2,dstptr);
136 if (Dbl_iszero_exponentmantissa(opnd1p1,opnd1p2)) {
171 dest_exponent = Dbl_exponent(opnd1p1) + Dbl_exponent(opnd2p1) -DBL_BIAS
    [all...]
dfrem.c 57 register unsigned int opnd1p1, opnd1p2, opnd2p1, opnd2p2; local in function:dbl_frem
62 Dbl_copyfromptr(srcptr1,opnd1p1,opnd1p2);
67 if ((opnd1_exponent = Dbl_exponent(opnd1p1)) == DBL_INFINITY_EXPONENT) {
68 if (Dbl_iszero_mantissa(opnd1p1,opnd1p2)) {
83 if (Dbl_isone_signaling(opnd1p1)) {
89 Dbl_set_quiet(opnd1p1);
107 Dbl_copytoptr(opnd1p1,opnd1p2,dstptr);
119 Dbl_copytoptr(opnd1p1,opnd1p2,dstptr);
153 resultp1 = opnd1p1;
160 if (Dbl_iszero_mantissa(opnd1p1,opnd1p2))
    [all...]

Completed in 13 milliseconds