Searched refs:exponent (Results 1 - 25 of 133) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dspinlock_common.h40 u32 exponent, loops; local
43 * 2^exponent is how many times we go around the loop,
48 exponent = iterations + 1;
51 * Don't allow exponent to exceed 7, so we have 128 loops,
54 if (exponent > 8)
55 exponent = 8;
57 loops = 1 << exponent;
63 relax(1 << exponent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudio_tablegen.h45 int i, value, exponent; local
59 for (exponent = 0; exponent < 512; exponent++) {
61 double f = (double)value * cbrtf(value) * pow(2, (exponent - 400) * 0.25 + FRAC_BITS + 5);
62 expval_table_fixed[exponent][value] = llrint(f);
63 expval_table_float[exponent][value] = f;
65 exp_table_fixed[exponent] = expval_table_fixed[exponent][1];
66 exp_table_float[exponent]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudio_tablegen.h46 int i, value, exponent; local
61 for (exponent = 0; exponent < 512; exponent++) {
64 double f = (double)value * pow(value, 1.0 / 3.0) * pow(2, (exponent - 400) * 0.25 + FRAC_BITS + 5) / IMDCT_SCALAR;
66 expval_table_fixed[exponent][value] = (long long int) (f < 0xFFFFFFFF ? floor(f + 0.5) : 0xFFFFFFFF);
67 expval_table_float[exponent][value] = f;
69 exp_table_fixed[exponent] = expval_table_fixed[exponent][1];
70 exp_table_float[exponent]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dpoly_2xm1.c54 long int exponent, shift; local
59 exponent = exponent16(arg);
62 if (exponent >= 0) { /* Don't want a |number| >= 1.0 */
72 if (exponent == -1) {
75 exponent -= 2;
78 } else if (exponent == -2) {
81 exponent--;
87 if (exponent < -2) {
89 if (FPU_shrx(&Xll, -2 - exponent) >= 0x80000000U)
99 add_two_Xsig(&accumulator, &argSignif, &exponent);
[all...]
H A Dpoly_tan.c52 long int exponent; local
58 exponent = exponent(st0_ptr);
68 if ((exponent == 0)
69 || ((exponent == -1) && (st0_ptr->sigh > 0xc90fdaa2))) {
75 if (exponent == 0) {
93 exponent = -1 + norm_Xsig(&argSignif);
99 if (exponent < -1) {
101 if (FPU_shrx(&XSIG_LL(accum), -1 - exponent) >=
137 shr_Xsig(&accumulatore, -2 * (1 + exponent)
[all...]
H A Dpoly_atan.c55 int exponent; local
63 exponent = exponent(st0_ptr);
67 exponent = exponent16(st0_ptr);
70 exponent -= exponent(st1_ptr);
74 exponent -= exponent16(st1_ptr);
77 if ((exponent < 0) || ((exponent == 0) &&
87 exponent
[all...]
H A Dpoly_l2.c28 long int exponent, expon, expon_expon; local
34 exponent = exponent16(st0_ptr);
41 exponent++;
59 if (exponent < 0) {
61 exponent = -exponent;
64 expon_accum.msw = exponent;
66 if (exponent) {
109 long int exponent; local
113 log2_kernel(st0_ptr, sign0, &accumulator, &exponent);
184 long int exponent, adj; local
[all...]
H A Dpoly_sin.c59 int exponent, echange; local
65 exponent = exponent(st0_ptr);
71 if ((exponent < -1)
72 || ((exponent == -1) && (st0_ptr->sigh <= 0xe21240aa))) {
79 shr_Xsig(&argSqrd, 2 * (-1 - exponent));
101 exponent = 3 * exponent;
103 /* The minimum exponent difference is 3 */
104 shr_Xsig(&accumulator, exponent(st0_pt
203 long int exponent, exp2, echange; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dcnv_float.h59 #define Sgl_isinexact_to_fix(sgl_value,exponent) \
60 ((exponent < (SGL_P - 1)) ? \
61 (Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) : FALSE)
86 #define Sgl_isone_roundbit(sgl_value,exponent) \
87 ((Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) >> 31)
89 #define Sgl_isone_stickybit(sgl_value,exponent) \
90 (exponent < (SGL_P - 2) ? \
91 Sall(sgl_value) << (SGL_EXP_LENGTH + 2 + exponent) : FALSE)
191 #define Dbl_isinexact_to_fix(dbl_valueA,dbl_valueB,exponent) \
192 (exponent < (DBL_
[all...]
H A Ddenormal.c60 int sign, exponent; local
65 exponent = Sgl_exponent(opnd) - SGL_WRAP;
67 Sgl_denormalize(opnd,exponent,guardbit,stickybit,inexact);
101 int sign, exponent; local
107 exponent = Dbl_exponent(opndp1) - DBL_WRAP;
109 Dbl_denormalize(opndp1,opndp2,exponent,guardbit,stickybit,inexact);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dprintf-frexp.c67 int exponent; local
74 x = FREXP (x, &exponent);
77 exponent -= 1;
79 if (exponent < MIN_EXP - 1)
81 x = LDEXP (x, exponent - (MIN_EXP - 1));
82 exponent = MIN_EXP - 1;
86 /* Since the exponent is an 'int', it fits in 64 bits. Therefore the
92 exponent = 0;
95 /* A nonnegative exponent. */
101 x * 2^exponent
[all...]
H A Dfrexp.c59 int exponent; local
79 /* Since the exponent is an 'int', it fits in 64 bits. Therefore the
85 exponent = 0;
88 /* A positive exponent. */
93 x * 2^exponent = argument, x >= 1.0. */
100 exponent += (1 << i);
116 exponent += (1 << i);
122 /* A negative or zero exponent. */
127 x * 2^exponent = argument, x < 1.0. */
134 exponent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintfloat_readwrite.c53 e = (((int)ext.exponent[0]&0x7f)<<8) | ext.exponent[1];
59 if (ext.exponent[0]&0x80)
87 ext.exponent[0] = e>>8;
88 ext.exponent[1] = e;
93 ext.exponent[0] = 0x7f; ext.exponent[1] = 0xff;
98 ext.exponent[0] |= 0x80;
H A Dintfloat_readwrite.h32 uint8_t exponent[2]; 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.c50 e = (((int)ext.exponent[0]&0x7f)<<8) | ext.exponent[1];
56 if (ext.exponent[0]&0x80)
84 ext.exponent[0] = e>>8;
85 ext.exponent[1] = e;
90 ext.exponent[0] = 0x7f; ext.exponent[1] = 0xff;
95 ext.exponent[0] |= 0x80;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Drsaz_exp.h56 const BN_ULONG exponent[16],
62 const BN_ULONG base_norm[8], const BN_ULONG exponent[8],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Drsaz_exp.h56 const BN_ULONG exponent[16],
62 const BN_ULONG base_norm[8], const BN_ULONG exponent[8],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfpdouble.c43 .exponent = 2047,
50 pr_debug("VFP: %s: sign=%d exponent=%d significand=%016llx\n",
51 str, d->sign != 0, d->exponent, d->significand);
63 vd->exponent -= bits - 1;
73 int exponent, shift, underflow; local
81 if (vd->exponent == 2047 && (vd->significand == 0 || exceptions))
88 vd->exponent = 0;
92 exponent = vd->exponent;
99 exponent
[all...]
H A Dvfpsingle.c43 .exponent = 255,
50 pr_debug("VFP: %s: sign=%d exponent=%d significand=%08x\n",
51 str, s->sign != 0, s->exponent, s->significand);
61 vs->exponent -= bits - 1;
76 int exponent, shift, underflow; local
83 if (vs->exponent == 255 && (vs->significand == 0 || exceptions))
90 vs->exponent = 0;
94 exponent = vs->exponent;
104 exponent
287 vfp_estimate_sqrt_significand(u32 exponent, u32 significand) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dzcrypt_cex2a.h62 unsigned char exponent[128]; member in struct:type50_meb1_msg
72 unsigned char exponent[256]; member in struct:type50_meb2_msg
H A Dzcrypt_pcica.h62 unsigned char exponent[128]; member in struct:type4_sme
70 unsigned char exponent[256]; member in struct:type4_lme
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsigcontext32.h12 unsigned short exponent; member in struct:_fpreg
17 unsigned short exponent; member in struct:_fpxreg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/vendor_defns/
H A Datalla.h6 * only performing a regular mod_exp using the supplied modulus and exponent
25 Item exponent[2]; member in struct:RSAPrivateKeyStr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Datalla.h5 * regular mod_exp using the supplied modulus and exponent - no CRT form is
29 Item exponent[2]; member in struct:RSAPrivateKeyStr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Datalla.h6 * only performing a regular mod_exp using the supplied modulus and exponent
25 Item exponent[2]; member in struct:RSAPrivateKeyStr

Completed in 120 milliseconds

123456