Searched refs:approxset (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
H A D | decNumber.c | 2799 decContext workset, approxset; /* work contexts */ in decNumberSquareRoot() local 2985 approxset=*set; /* get emin, emax, etc. */ in decNumberSquareRoot() 2986 approxset.round=DEC_ROUND_HALF_EVEN; in decNumberSquareRoot() 2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in decNumberSquareRoot() 2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in decNumberSquareRoot() 3024 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3025 approxset.emax-=exp/2; in decNumberSquareRoot() 3026 decAddOp(a, &dzero, a, &approxset, 0, &ignore); in decNumberSquareRoot() 3038 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3039 approxset.emax-=exp/2; in decNumberSquareRoot() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
H A D | decNumber.c | 2799 decContext workset, approxset; /* work contexts */ in decNumberSquareRoot() local 2985 approxset=*set; /* get emin, emax, etc. */ in decNumberSquareRoot() 2986 approxset.round=DEC_ROUND_HALF_EVEN; in decNumberSquareRoot() 2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in decNumberSquareRoot() 2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in decNumberSquareRoot() 3024 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3025 approxset.emax-=exp/2; in decNumberSquareRoot() 3026 decAddOp(a, &dzero, a, &approxset, 0, &ignore); in decNumberSquareRoot() 3038 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3039 approxset.emax-=exp/2; in decNumberSquareRoot() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
H A D | decNumber.c | 2799 decContext workset, approxset; /* work contexts */ in decNumberSquareRoot() local 2985 approxset=*set; /* get emin, emax, etc. */ in decNumberSquareRoot() 2986 approxset.round=DEC_ROUND_HALF_EVEN; in decNumberSquareRoot() 2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in decNumberSquareRoot() 2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in decNumberSquareRoot() 3024 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3025 approxset.emax-=exp/2; in decNumberSquareRoot() 3026 decAddOp(a, &dzero, a, &approxset, 0, &ignore); in decNumberSquareRoot() 3038 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3039 approxset.emax-=exp/2; in decNumberSquareRoot() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
H A D | decNumber.c | 2799 decContext workset, approxset; /* work contexts */ in decNumberSquareRoot() local 2985 approxset=*set; /* get emin, emax, etc. */ in decNumberSquareRoot() 2986 approxset.round=DEC_ROUND_HALF_EVEN; in decNumberSquareRoot() 2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in decNumberSquareRoot() 2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in decNumberSquareRoot() 3024 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3025 approxset.emax-=exp/2; in decNumberSquareRoot() 3026 decAddOp(a, &dzero, a, &approxset, 0, &ignore); in decNumberSquareRoot() 3038 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3039 approxset.emax-=exp/2; in decNumberSquareRoot() [all …]
|