Searched refs:exponent (Results 76 - 100 of 133) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Dcswift.h189 SW_LARGENUMBER exponent; /* exponent */ member in struct:_SW_EXP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbindec.S100 | A15. Convert the exponent to bcd.
103 | Test the length of the final exponent string. If the
176 movel (%a0),L_SCR2(%a6) |save exponent for sign check
224 | d0: k-factor/exponent
238 | F_SCR2:Abs(X)/Abs(X) with $3fff exponent
248 movew #0x3fff,FP_SCR2(%a6) |replace exponent with 0x3fff
287 | d0: exponent/Unchanged
301 | F_SCR2:Abs(X) with $3fff exponent/Unchanged
359 | d0: exponent/scratch - final is 0
373 | F_SCR2:Abs(X) with $3fff exponent/Unchange
[all...]
H A Dx_operr.S21 | overflow -> OPERR, the exponent in wbte (and fpte) is:
128 cmpw #0x3FFE,%d0 |this is the only possible exponent value
138 bcc store_max |exponent out of range
175 cmpw #0x3FFE,%d0 |this is the only possible exponent value
202 cmpw #0x3FFE,%d0 |this is the only possible exponent value
282 | Check the exponent for $c000 and the upper 32 bits of the
H A Dx_store.S132 movew LOCAL_EX(%a1),%d0 |get exponent
145 movel #0x7ff00000,%d0 |load dbl inf exponent
203 movew LOCAL_EX(%a1),%d0 |get exponent
244 tstb LOCAL_SGN(%a1) |put back sign into exponent word
H A Dx_unfl.S10 | shifting the mantissa right while incrementing the exponent until
11 | it is equal to the denormalized exponent for the destination
18 | added to the exponent.
H A Dx_ovfl.S31 | with a bias of $6000 subtracted from the exponent.
H A Dfpsp.h131 .set WBTEMP_EX,WBTEMP | wbtemp sign and exponent (2 bytes)
164 .set etemp15_bit,4 | etemp exponent bit #15
184 .set fptemp15_bit,4 | fptemp exponent bit #15
187 .set wbtemp15_bit,4 | wbtemp exponent bit #15
200 .set FPTEMP_EX,FPTEMP | fptemp sign and exponent (2 bytes)
207 .set ETEMP_EX,ETEMP | etemp sign and exponent (2 bytes)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_cswift.c497 BIGNUM *exponent; local
506 modulus = exponent = argument = result = NULL;
518 exponent = BN_CTX_get(ctx);
525 if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
534 sw_param.up.exp.exponent.nbytes = BN_bn2bin(p,
535 (unsigned char *)exponent->d);
536 sw_param.up.exp.exponent.value = (unsigned char *)exponent->d;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dluc.cpp36 Integer DL_BasePrecomputation_LUC::Exponentiate(const DL_GroupPrecomputation<Element> &group, const Integer &exponent) const
38 return Lucas(exponent, m_g, static_cast<const DL_GroupPrecomputation_LUC &>(group).GetModulus());
118 throw InvalidArgument("InvertibleLUCFunction: invalid public exponent");
H A Dluc.h141 Integer Exponentiate(const DL_GroupPrecomputation<Element> &group, const Integer &exponent) const;
142 Integer CascadeExponentiate(const DL_GroupPrecomputation<Element> &group, const Integer &exponent, const DL_FixedBasePrecomputation<Integer> &pc2, const Integer &exponent2) const argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.h287 #define SKEL_INDEX(exponent) (9 - exponent)
H A Duhci-q.c1057 int exponent; local
1060 for (exponent = 7; exponent >= 0; --exponent) {
1061 if ((1 << exponent) <= urb->interval)
1064 if (exponent < 0)
1069 qh->period = 1 << exponent;
1070 qh->skel = SKEL_INDEX(exponent);
1077 } while (ret != 0 && --exponent >= 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.c973 unsigned long exponent = 0;
1012 exponent *= 10;
1013 exponent += (*source - '0');
1018 /* For later use with exponent */
1061 exponent *= (int)base;
1062 exponent += (*source - '0');
1069 if (exponent != 0)
1072 value /= pow(base, (double)exponent);
1074 value *= pow(base, (double)exponent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_cswift.c495 BIGNUM *exponent; local
504 modulus = exponent = argument = result = NULL;
517 exponent = BN_CTX_get(ctx);
525 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
535 sw_param.up.exp.exponent.nbytes = BN_bn2bin(p,
536 (unsigned char *)exponent->d);
537 sw_param.up.exp.exponent.value = (unsigned char *)exponent->d;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_cswift.c497 BIGNUM *exponent; local
506 modulus = exponent = argument = result = NULL;
518 exponent = BN_CTX_get(ctx);
525 if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
534 sw_param.up.exp.exponent.nbytes = BN_bn2bin(p,
535 (unsigned char *)exponent->d);
536 sw_param.up.exp.exponent.value = (unsigned char *)exponent->d;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_emu.h30 #define EXP_OVER Const(0x4000) /* smallest invalid large exponent */
31 #define EXP_UNDER Const(-0x3fff) /* largest invalid small exponent */
38 #define EXTENDED_Emin (-0x3ffe) /* smallest valid exponent */
175 #define exponent(x) (((*(short *)&((x)->exp)) & 0x7fff) - EXTENDED_Ebias) macro
183 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
H A Dreg_ld_str.c30 #define DOUBLE_Emax 1023 /* largest valid exponent */
32 #define DOUBLE_Emin (-1022) /* smallest valid exponent */
34 #define SINGLE_Emax 127 /* largest valid exponent */
36 #define SINGLE_Emin (-126) /* smallest valid exponent */
390 exp = exponent(&tmp);
488 /* Add the exponent */
511 if ((exponent(st0_ptr) == EXP_OVER)
574 exp = exponent(&tmp);
669 /* Add the exponent */
693 if ((exponent(st0_pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtriostr.c973 unsigned long exponent = 0;
1012 exponent *= 10;
1013 exponent += (*source - '0');
1018 /* For later use with exponent */
1061 exponent *= (int)base;
1062 exponent += (*source - '0');
1069 if (exponent != 0)
1072 value /= pow(base, (double)exponent);
1074 value *= pow(base, (double)exponent);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsignal.c67 switch (st->exponent & 0x7fff) {
125 __put_user(from->exponent, &to->exponent))
159 __get_user(to->exponent, &from->exponent))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_kostya.c331 int exponent; local
342 exponent = av_log2(val);
344 put_bits(pb, exponent - exp_order + switch_bits, 0);
345 put_bits(pb, exponent + 1, val);
347 exponent = val >> rice_order;
349 if (exponent)
350 put_bits(pb, exponent, 0);
585 int exponent; local
596 exponent = av_log2(val);
598 return exponent *
[all...]
H A Dmpegaudiodec_template.c240 /* compute value^(4/3) * 2^(exponent/4). It normalized to FRAC_BITS */
241 static inline int l3_unscale(int value, int exponent) argument
246 e = table_4_3_exp [4 * value + (exponent & 3)];
247 m = table_4_3_value[4 * value + (exponent & 3)];
248 e -= exponent >> 2;
871 int exponent, x, y; local
889 exponent= exponents[s_index];
892 i, g->region_size[i] - j, x, y, exponent);
897 READ_FLIP_SIGN(g->sb_hybrid + s_index, RENAME(expval_table)[exponent] + x)
900 v = l3_unscale(x, exponent);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex59 3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
61 5) return [mantissa] * ( 2 ^ ( [exponent] - 788 ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodec.c253 /* compute value^(4/3) * 2^(exponent/4). It normalized to FRAC_BITS */
254 static inline int l3_unscale(int value, int exponent) argument
259 e = table_4_3_exp [4 * value + (exponent & 3)];
260 m = table_4_3_value[4 * value + (exponent & 3)];
261 e -= exponent >> 2;
882 int exponent, x, y; local
902 exponent= exponents[s_index];
905 i, g->region_size[i] - j, x, y, exponent);
910 READ_FLIP_SIGN(g->sb_hybrid + s_index, RENAME(expval_table)[exponent] + x)
913 v = l3_unscale(x, exponent);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfpsp.S415 set SGL_LO, 0x3f81 # min sgl prec exponent
416 set SGL_HI, 0x407e # max sgl prec exponent
417 set DBL_LO, 0x3c01 # min dbl prec exponent
418 set DBL_HI, 0x43fe # max dbl prec exponent
419 set EXT_LO, 0x0 # min ext prec exponent
420 set EXT_HI, 0x7ffe # max ext prec exponent
516 set sgl_thresh, 0x3f81 # minimum sgl exponent
517 set dbl_thresh, 0x3c01 # minimum dbl exponent
1440 mov.w LOCAL_EX(%a0),%d0 # fetch src exponent
1455 addi.w &0x3f81,%d0 # adjust new exponent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_blit.c487 u32 result, i, exponent, fraction; local
492 exponent = 140; /* exponent biased by 127; */
501 exponent = exponent - 1;
504 result = exponent << 23 | (fraction & 0x7fffff); /* mask

Completed in 248 milliseconds

123456