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

/barrelfish-master/lib/compiler-rt/builtins/
H A Ddivsf3.c100 uint32_t correction; local
101 correction = -((uint64_t)reciprocal * q31b >> 32);
102 reciprocal = (uint64_t)reciprocal * correction >> 31;
103 correction = -((uint64_t)reciprocal * q31b >> 32);
104 reciprocal = (uint64_t)reciprocal * correction >> 31;
105 correction = -((uint64_t)reciprocal * q31b >> 32);
106 reciprocal = (uint64_t)reciprocal * correction >> 31;
H A Ddivtf3.c121 rep_t correction, reciprocal; local
129 correction = -(r64q63 + (r64q127 >> 64));
131 uint64_t cHi = correction >> 64;
132 uint64_t cLo = correction;
H A Ddivdf3.c116 uint64_t correction, reciprocal; local
117 correction = -((uint64_t)recip32 * q31b + ((uint64_t)recip32 * q63blo >> 32));
118 uint32_t cHi = correction >> 32;
119 uint32_t cLo = correction;
/barrelfish-master/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-master/include/bench/
H A Dbench.h30 void bench_stddev(cycles_t *array, size_t len, uint8_t correction,
/barrelfish-master/usr/gups/
H A Dbench.h26 void bench_stddev(cycles_t *array, size_t len, uint8_t correction,
H A Dbench_ctl.c257 * \param correction apply Bessel's correction (using N-1 instead of N)
261 void bench_stddev(cycles_t *array, size_t len, uint8_t correction, argument
278 if (correction && count > 1) {
/barrelfish-master/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-master/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-master/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex530 Once we have made the correction to the program and saved it,
/barrelfish-master/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 93 milliseconds