Searched refs:rounding (Results 1 - 25 of 26) sorted by relevance

12

/barrelfish-master/lib/gdtoa/
H A Dstrtord.c73 strtord_l(s, sp, rounding, d, locale) CONST char *s; char **sp; int rounding;
76 strtord_l(CONST char *s, char **sp, int rounding, double *d, locale_t locale)
86 if (rounding != FPI_Round_near) {
88 fpi1.rounding = rounding;
H A Dstrtorf.c69 strtorf(s, sp, rounding, f) CONST char *s; char **sp; int rounding; float *f;
71 strtorf(CONST char *s, char **sp, int rounding, float *f)
81 if (rounding != FPI_Round_near) {
83 fpi1.rounding = rounding;
H A DstrtorxL.c88 strtorxL(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L;
90 strtorxL(CONST char *s, char **sp, int rounding, void *L)
100 if (rounding != FPI_Round_near) {
102 fpi1.rounding = rounding;
H A Dgdtoa_fltrnds.h17 fpi1.rounding = Rounding;
H A DstrtorQ.c106 strtorQ_l(s, sp, rounding, L, locale) CONST char *s; char **sp; int rounding;
109 strtorQ_l(CONST char *s, char **sp, int rounding, void *L, locale_t locale)
119 if (rounding != FPI_Round_near) {
121 fpi1.rounding = rounding;
H A Dstrtorx.c109 strtorx_l(s, sp, rounding, L, locale) CONST char *s; char **sp; int rounding;
112 strtorx_l(CONST char *s, char **sp, int rounding, void *L, locale_t locale)
122 if (rounding != FPI_Round_near) {
124 fpi1.rounding = rounding;
H A Dstrtordd.c175 strtordd(s, sp, rounding, dd) CONST char *s; char **sp; int rounding; double *dd;
177 strtordd(CONST char *s, char **sp, int rounding, double *dd)
191 if (rounding != FPI_Round_near) {
193 fpi1.rounding = rounding;
H A Dgethex.c157 switch(fpi->rounding) {
174 switch(fpi->rounding) {
269 switch (fpi->rounding) {
312 switch(fpi->rounding) {
H A Dgdtoa.h91 int rounding; member in struct:FPI
95 enum { /* FPI.rounding values: same as FLT_ROUNDS */
H A Dg_ddfmt.c163 fpi.rounding = Rounding;
H A Dstrtodg.c198 fpi->rounding ==
532 switch(fpi->rounding & 3) {
1004 switch(fpi->rounding & 3) {
H A Dgdtoa.c89 * when rounding the final digit up. This is often faster.
318 if ( (rdir = fpi->rounding - 1) !=0) {
H A Dstrtod.c180 fpi1.rounding = Rounding;
991 /* Compute dval(&adj) so that the IEEE rounding rules will
/barrelfish-master/lib/libc/gdtoa/
H A D_ldtoa.c54 FLT_ROUNDS, /* rounding */
71 * if the number is negative, we need to swap rounding modes of
75 fpi.rounding ^= (fpi.rounding >> 1) & u.bits.sign;
/barrelfish-master/include/
H A Dgdtoa.h91 int rounding; member in struct:FPI
95 enum { /* FPI.rounding values: same as FLT_ROUNDS */
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci.h175 * - rounding: flag indicating if the last packet must fit exactly
195 volatile uint8_t rounding : 1; member in struct:usb_ohci_td_ctrl
H A Dusb_ohci_xfer.c494 * buffer rounding i.e. the buffer does not have to be filled
498 temp->td_flags.rounding = 1;
500 temp->td_flags.rounding = 0;
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dsuspend.pl987 rounding errors when comparing reals).
1002 rounding errors when comparing reals).
1017 Expr2 (beware of rounding errors when comparing reals).
1032 Expr2 (beware of rounding errors when comparing reals).
1047 (beware of rounding errors when comparing reals).
1062 (beware of rounding errors when comparing reals).
1077 rounding errors when comparing reals).
1092 rounding errors when comparing reals).
1107 to Expr2 (beware of rounding errors when comparing reals).
1122 Expr2 (beware of rounding error
[all...]
H A Dbranch_and_bound.pl518 % case of precision/rounding problems. It then prevents looping.
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfp_trunc_impl.inc11 // rounding mode. The constants and types defined following the includes below
81 // rounding and adjusting the exponent.
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsarith.tex177 from rounding errors.
200 All computations with bounded reals give safe results, taking rounding
202 on the bounds and rounding the results outwards. The resulting
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Druntime.tex84 rounding\index{rounding} directions appropriately (rounding_control.h
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Deplex.tex795 solving of the LP problem with a rounding heuristic:
H A Dsearch.tex808 by rounding the child node's credit up rather than down.
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dic.tex156 rounding errors when doing any computation. Worse is that one does not know

Completed in 225 milliseconds

12