Searched refs:correction (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Ddivsf3.c93 uint32_t correction; local
94 correction = -((uint64_t)reciprocal * q31b >> 32);
95 reciprocal = (uint64_t)reciprocal * correction >> 31;
96 correction = -((uint64_t)reciprocal * q31b >> 32);
97 reciprocal = (uint64_t)reciprocal * correction >> 31;
98 correction = -((uint64_t)reciprocal * q31b >> 32);
99 reciprocal = (uint64_t)reciprocal * correction >> 31;
H A Ddivdf3.c110 uint64_t correction, reciprocal; local
111 correction = -((uint64_t)recip32*q31b + ((uint64_t)recip32*q63blo >> 32));
112 uint32_t cHi = correction >> 32;
113 uint32_t cLo = correction;
H A Ddivtf3.c112 rep_t correction, reciprocal; local
120 correction = -(r64q63 + (r64q127 >> 64));
122 uint64_t cHi = correction >> 64;
123 uint64_t cLo = correction;
/barrelfish-2018-10-04/lib/bench/
H A Dbench.c147 * \param correction apply Bessel's correction (using N-1 instead of N)
151 void bench_stddev(cycles_t *array, size_t len, uint8_t correction, argument
170 if (correction && count > 1) {
/barrelfish-2018-10-04/include/bench/
H A Dbench.h30 void bench_stddev(cycles_t *array, size_t len, uint8_t correction,
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dspell.pl37 % called when an undefined procedure has been called. A spelling correction
46 :- comment(summary, "Predicate name spelling correction").
52 for calling an undefined procedure. A spelling correction
66 % If no correction is found the usual error handler is called.
96 % there is only one correction and
97 % the arity of this correction matches that of undefined predicate and
98 % the user accepts that the system apply the correction and
99 % CorrectFunctor is the functor of the only correction.
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dyoyo3.pl633 correction(noide,MissingL,ResultL,NewLine),
647 correction(missing,Attr,Result,NewLine),
653 correction(toolong,Attr,Result,NewLine),
709 correction(noide,MissingL,ResultL,Line) :-
713 correction(missing,Attr,Result,Line) :-
717 correction(toolong,Attr,Result,Line) :-
H A Dcheck_entry.pl723 correction(noide,MissingL,ResultL,NewLine),
733 correction(missing,Attr,Result,NewLine),
739 correction(toolong,Attr,Result,NewLine),
808 correction(noide,MissingL,ResultL,Line) :-
813 correction(missing,Attr,Result,Line) :-
818 correction(toolong,Attr,Result,Line) :-
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex530 Once we have made the correction to the program and saved it,
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex3616 algorithms known as CRCs, error correction codes such as Reed-Solomon and solve a variety of number theoeretic problems.

Completed in 97 milliseconds