OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MANT_BITS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.c
51
/*@only@*/ wordptr mantissa; /* Allocated to
MANT_BITS
bits */
58
#define
MANT_BITS
80
146
e->f.mantissa = BitVector_Create(
MANT_BITS
, FALSE);
223
norm_amt = (
MANT_BITS
-1)-Set_Max(flt->mantissa);
267
product = BitVector_Create((N_int)((
MANT_BITS
+1)*2), FALSE);
270
op1 = BitVector_Create((N_int)(
MANT_BITS
+1), FALSE);
271
op2 = BitVector_Create((N_int)(
MANT_BITS
+1), FALSE);
288
norm_amt = (
MANT_BITS
*2-1)-Set_Max(product);
295
BitVector_Interval_Copy(acc->mantissa, product, 0,
MANT_BITS
,
MANT_BITS
);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
floatnum_test.c
35
#define
MANT_BITS
80
235
flt->mantissa = BitVector_Create(
MANT_BITS
, TRUE);
Completed in 140 milliseconds