Searched defs:be (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dldtoa.c70 int be, kind; local
77 be = (int)(u.extu_ext.ext_exp - (LDBL_MAX_EXP - 1) - (LDBL_MANT_DIG - 1));
93 be++;
106 ret = gdtoa(&fpi, be, (ULong *)bits, &kind, mode, ndigits, decpt, rve);
H A Ddtoa.c16 not be used in advertising or publicity pertaining to
50 * 3. Under the assumption that input will be rounded nearest,
111 ndigits can be negative.
127 int bbits, b2, b5, be, dig, i, ieps, ilim0, local
200 b = d2b(dval(d), &be, &bbits);
226 * We want k to be too large rather than too small.
249 i = bbits + be + (Bias + (P-1) - 1);
441 if (be >= 0 && k <= Int_max) {
454 /* If FLT_ROUNDS == 2, L will usually be high by 1 */
498 denorm ? be
[all...]
H A Dgdtoa.c16 not be used in advertising or publicity pertaining to
49 ULong *be, *x, *x0; local
64 be = bits + (((unsigned int)nbits - 1) >> kshift);
71 } while(++bits <= be);
98 * 3. Under the assumption that input will be rounded nearest,
121 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
141 ndigits can be negative.
193 be0 = be;
196 be += i;
207 i = be
120 gdtoa(FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c24 * Alternatively, the contents of this file may be used under the terms of
103 * appropriate depends on the compiler; for this to work, it may be
126 * we can represent 10^k exactly), we may be able to
167 * something other than "long long", #define Llong to be the name,
169 * Llong, #define #ULLong to be the corresponding unsigned type.
176 * appropriate. If MALLOC is undefined, malloc will be invoked
181 * unless #defined to be a different length. This default length
191 * some HP systems), it may be necessary to #define NAN_WORD0
210 * probability of wasting memory, but would otherwise be harmless.)
226 * computation should be don
2757 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
[all...]
/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
27 * interrupts may need to be triggered at frame boundary time, a timer-based
28 * approach was taken. Whenever the bus is enabled ohci->eof_timer will be set.
55 * that they may be modified in the roothub callbacks. Our completion
66 * stored in the transfer descriptor. That allows for ED's to be disabled
73 * guest OS (Transfers are not meant to be unlinked until they've actually
128 /** Default NDP, chosen to be compatible with everything. */
207 * We do this to be sure the guest get any disconnect / reconnect on the
363 /** Idle detection flag; must be cleared at start of frame */
511 uint32_t be; member in struct:OHCITD
1827 ohciBufInit(POHCIBUF pBuf, uint32_t cbp, uint32_t be) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 66 milliseconds