Searched refs:mantissa (Results 1 - 25 of 47) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-printf-frexp.c1 /* Test of splitting a double into fraction and mantissa.
51 double mantissa = printf_frexp (x, &exp); local
53 ASSERT (mantissa == 1.0);
58 double mantissa = printf_frexp (x, &exp); local
60 ASSERT (mantissa == 1.0);
65 double mantissa = printf_frexp (x, &exp); local
67 ASSERT (mantissa == my_ldexp (1.0, i - DBL_MIN_EXP));
73 double mantissa = printf_frexp (x, &exp); local
75 ASSERT (mantissa == 1.01);
80 double mantissa local
87 double mantissa = printf_frexp (x, &exp); local
97 double mantissa = printf_frexp (x, &exp); local
104 double mantissa = printf_frexp (x, &exp); local
111 double mantissa = printf_frexp (x, &exp); local
[all...]
H A Dtest-frexpl.c1 /* Test of splitting a 'long double' into fraction and mantissa.
88 long double mantissa; local
90 mantissa = frexpl (x, &exp);
91 ASSERT (isnanl (mantissa));
96 long double mantissa; local
98 mantissa = frexpl (x, &exp);
99 ASSERT (mantissa == x);
104 long double mantissa; local
106 mantissa = frexpl (x, &exp);
107 ASSERT (mantissa
112 long double mantissa; local
122 long double mantissa; local
133 long double mantissa = frexpl (x, &exp); local
140 long double mantissa = frexpl (x, &exp); local
147 long double mantissa = frexpl (x, &exp); local
155 long double mantissa = frexpl (x, &exp); local
162 long double mantissa = frexpl (x, &exp); local
169 long double mantissa = frexpl (x, &exp); local
177 long double mantissa = frexpl (x, &exp); local
184 long double mantissa = frexpl (x, &exp); local
191 long double mantissa = frexpl (x, &exp); local
201 long double mantissa = frexpl (x, &exp); local
208 long double mantissa = frexpl (x, &exp); local
215 long double mantissa = frexpl (x, &exp); local
[all...]
H A Dtest-printf-frexpl.c1 /* Test of splitting a 'long double' into fraction and mantissa.
66 long double mantissa = printf_frexpl (x, &exp); local
68 ASSERT (mantissa == 1.0L);
73 long double mantissa = printf_frexpl (x, &exp); local
75 ASSERT (mantissa == 1.0L);
80 long double mantissa = printf_frexpl (x, &exp); local
82 ASSERT (mantissa == my_ldexp (1.0L, i - LDBL_MIN_EXP));
88 long double mantissa = printf_frexpl (x, &exp); local
90 ASSERT (mantissa == 1.01L);
95 long double mantissa local
102 long double mantissa = printf_frexpl (x, &exp); local
112 long double mantissa = printf_frexpl (x, &exp); local
119 long double mantissa = printf_frexpl (x, &exp); local
126 long double mantissa = printf_frexpl (x, &exp); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintfloat_readwrite.h33 uint8_t mantissa[8]; member in struct:AVExtFloat
H A Dintfloat_readwrite.c52 m = (m<<8) + ext.mantissa[i];
57 * mantissa bit is written as opposed to the
91 ext.mantissa[i] = m>>(56-(i<<3));
95 ext.mantissa[0] = ~0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dintfloat_readwrite.h30 uint8_t mantissa[8]; member in struct:AVExtFloat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintfloat_readwrite.h30 uint8_t mantissa[8]; member in struct:AVExtFloat
H A Dintfloat_readwrite.c49 m = (m<<8) + ext.mantissa[i];
54 * mantissa bit is written as opposed to the
88 ext.mantissa[i] = m>>(56-(i<<3));
92 ext.mantissa[0] = ~0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsgetem.S10 | The entry point sGETMAN extracts the mantissa of the
11 | input argument. The mantissa is converted to an
73 | For normalized numbers, leave the mantissa alone, simply load
89 | For denormalized numbers, shift the mantissa until the j-bit = 1,
96 bsr shft |shift mantissa bits till msbit is set
104 | Shifts the mantissa bits until msbit is set.
106 | ms mantissa part in d0
107 | ls mantissa part in d1
H A Dround.S154 tstl LOCAL_LO(%a0) |test lower mantissa
163 movel LOCAL_LO(%a0),%d2 |get lower mantissa for s-bit test
195 bccs scc_clr |no mantissa overflow
272 | is done by shifting the mantissa left while decrementing the
276 | bit of the mantissa (msb in d1).
279 | bit of the mantissa (msb in d1) unless this would mean the exponent
281 | exponent (d0) is set to 0 and the mantissa (d1 & d2) is not
289 | Distance to first 1 bit in mantissa = X
295 | shift mantissa by Y
299 | FP_SCR1 = exponent, ms mantissa par
[all...]
H A Dx_store.S140 beqs get_mant |if positive, go process mantissa
143 bras get_mant |go process mantissa
154 movel LOCAL_HI(%a1),%d1 |get ms mantissa
158 movel LOCAL_HI(%a1),%d1 |get ms mantissa
162 movel LOCAL_LO(%a1),%d1 |get ls mantissa
213 bras get_sman |get mantissa
222 movel LOCAL_HI(%a1),%d1 |get ms mantissa
H A Dfpsp.h132 .set WBTEMP_HI,WBTEMP+4 | wbtemp mantissa [63:32] (4 bytes)
133 .set WBTEMP_LO,WBTEMP+8 | wbtemp mantissa [31:00] (4 bytes)
165 .set wbtemp66_bit,2 | wbtemp mantissa bit #66
166 .set wbtemp1_bit,1 | wbtemp mantissa bit #1
167 .set wbtemp0_bit,0 | wbtemp mantissa bit #0
201 .set FPTEMP_HI,FPTEMP+4 | fptemp mantissa [63:32] (4 bytes)
202 .set FPTEMP_LO,FPTEMP+8 | fptemp mantissa [31:00] (4 bytes)
208 .set ETEMP_HI,ETEMP+4 | etemp mantissa [63:32] (4 bytes)
209 .set ETEMP_LO,ETEMP+8 | etemp mantissa [31:00] (4 bytes)
302 .set signan_bit,6 | signalling nan bit in mantissa
[all...]
H A Ddecbin.S26 | for the mantissa which is to be interpreted as 17 integer
30 | A2. Convert the bcd mantissa to binary by successive
32 | The mantissa digits will be converted with the decimal point
41 | mantissa the equivalent of forcing in the bcd value:
56 | A5. Form the final binary number by scaling the mantissa by
58 | mantissa in FP0 by the factor in FP1 if the adjusted
171 | Calculate mantissa:
172 | 1. Calculate absolute value of mantissa in fp0 by mul and add.
173 | 2. Correct for mantissa sign.
186 | (*) fp0: mantissa accumulato
[all...]
H A Dscale.S164 | mantissa right until a zero exponent exists.
177 roxrl #1,%d2 |mantissa to the right
182 blts fix_loop |d0 is zero or the mantissa
297 | by first shifting the bits in the mantissa until it is normalized,
H A Dget_op.S286 btstb #sign_bit,ETEMP_EX(%a6) |grab sign bit of mantissa
503 tstl ETEMP_HI(%a6) |check ms mantissa
505 tstl ETEMP_LO(%a6) |check ls mantissa
555 tstl ETEMP_HI(%a6) |check ms mantissa
557 tstl ETEMP_LO(%a6) |check ls mantissa
H A Dx_snan.S14 | of the mantissa are sent to the integer unit).
161 | Get the 32 most significant bits of etemp mantissa
183 | Get the 16 most significant bits of etemp mantissa
205 | Get the 8 most significant bits of etemp mantissa
H A Dbindec.S68 | The mantissa is scaled to the desired number of
90 | the mantissa by 10.
92 | A14. Convert the mantissa to bcd.
94 | mantissa to bcd in memory. The input to binstr is
95 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted
114 | d2: upper 32-bits of mantissa for binstr
115 | d3: scratch;lower 32-bits of mantissa for binstr
451 | The mantissa is scaled to the desired number of significant
545 oril #1,8(%a2) |or in 1 to lsb of mantissa
611 | the mantissa b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dada-pred.exp39 in word set mantissa
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_util.S108 move.l %d0,(%a0)+ | set mantissa
131 lsl.l #8,%d0 | shift mantissa
168 lsl.l #8,%d0 | shift high mantissa
673 move.l (%a0),%d0 | low lword of mantissa
707 | round (the mantissa, that is) towards infinity
712 | Yow! we have managed to overflow the mantissa. Since this
866 move.l (%a0)+,%d0 | get high lword of mantissa
898 | round (the mantissa, that is) towards infinity
902 | is now zero. We will set the mantissa to reflect this, and
1026 move.l (%a0)+,%d0 | get high lword of mantissa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex57 1) [mantissa] = [x] bitwise AND 0x1fffff (unsigned result)
60 4) if ( [sign] is nonzero ) then negate [mantissa]
61 5) return [mantissa] * ( 2 ^ ( [exponent] - 788 ) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_audio.c122 int sign, exponent, mantissa; local
133 mantissa = (sample >> (exponent + 3)) & 0x0F;
134 ulawbyte = ~(sign | (exponent << 4) | mantissa);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexr.c141 unsigned int mantissa = (unsigned int)(hf & ((1 << 10) - 1)); local
150 if (mantissa)
151 mantissa = (1 << 23) - 1; // set all bits to indicate a NaN
154 if (mantissa) {
155 mantissa <<= 1;
157 // check for leading 1 in denorm mantissa
158 while ((mantissa & (1 << 10))) {
160 // and shift half-float mantissa value to the left
161 mantissa <<= 1;
164 // clamp the mantissa t
[all...]
H A Dac3dec.c132 /* generate grouped mantissa tables
150 /* generate ungrouped mantissa tables
495 int mantissa; local
500 mantissa = (((av_lfg_get(&s->dith_state)>>8)*181)>>8) - 5931008;
502 mantissa = 0;
507 mantissa = m->b1_mant[m->b1];
510 mantissa = b1_mantissas[bits][0];
519 mantissa = m->b2_mant[m->b2];
522 mantissa = b2_mantissas[bits][0];
529 mantissa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3dec.c120 /* generate grouped mantissa tables
138 /* generate ungrouped mantissa tables
446 int mantissa; local
450 mantissa = (av_lfg_get(&s->dith_state) & 0x7FFFFF) - 0x400000;
452 mantissa = 0;
457 mantissa = m->b1_mant[m->b1];
460 mantissa = b1_mantissas[bits][0];
469 mantissa = m->b2_mant[m->b2];
472 mantissa = b2_mantissas[bits][0];
479 mantissa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgtypes.in.h355 guint mantissa : 23;
377 guint mantissa : 23;

Completed in 481 milliseconds

12