Searched refs:exponent (Results 51 - 75 of 133) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dvasnprintf.c2218 int exponent; local
2222 mantissa = printf_frexpl (arg, &exponent);
2225 exponent = 0;
2295 SNPRINTF (p, 6 + 1, decimal_format, exponent);
2302 sprintf ((char *) p, "%+d", exponent);
2310 sprintf (expbuf, "%+d", exponent);
2369 int exponent; local
2373 mantissa = printf_frexp (arg, &exponent);
2376 exponent = 0;
2446 SNPRINTF (p, 6 + 1, decimal_format, exponent);
2664 int exponent = floorlog10l (arg < 0 ? -arg : arg); local
2680 int exponent = floorlog10 (arg < 0 ? -arg : arg); local
2806 int exponent; local
2932 int exponent; local
3162 int exponent; local
3301 int exponent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.c2218 int exponent; local
2222 mantissa = printf_frexpl (arg, &exponent);
2225 exponent = 0;
2295 SNPRINTF (p, 6 + 1, decimal_format, exponent);
2302 sprintf ((char *) p, "%+d", exponent);
2310 sprintf (expbuf, "%+d", exponent);
2369 int exponent; local
2373 mantissa = printf_frexp (arg, &exponent);
2376 exponent = 0;
2446 SNPRINTF (p, 6 + 1, decimal_format, exponent);
2664 int exponent = floorlog10l (arg < 0 ? -arg : arg); local
2680 int exponent = floorlog10 (arg < 0 ? -arg : arg); local
2806 int exponent; local
2932 int exponent; local
3162 int exponent; local
3301 int exponent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dsureware.h127 * out param e: where to write exponent in bn format
235 int elen,const unsigned long *exponent,
H A Dcswift.h190 SW_LARGENUMBER exponent;/* exponent */ member in struct:_SW_EXP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Dsureware.h130 * out param e: where to write exponent in bn format
248 const unsigned long *exponent, int dlen,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_compare.c95 unsupported = !((exponent(st0_ptr) == EXP_OVER)
102 unsupported |= !((exponent(b) == EXP_OVER)
129 exp0 = exponent(st0_ptr);
130 expb = exponent(b);
H A Derrors.c159 exponent(r) - EXP_BIAS + 1);
346 isNaN = (exponent(a) == EXP_OVER) && (a->sigh & 0x80000000);
397 && !((exponent(a) == EXP_OVER)
400 && !((exponent(b) == EXP_OVER) && (b->sigh & 0x80000000)));
551 /* Subtract the magic number from the exponent */
583 /* Add the magic number to the exponent. */
H A Dfpu_etc.c109 && (exponent(st0_ptr) == EXP_OVER))
H A Dreg_add_sub.c47 expa = exponent(a);
48 expb = exponent(b);
162 expa = exponent(a);
163 expb = exponent(b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasnprintf.c2217 int exponent; local
2221 mantissa = printf_frexpl (arg, &exponent);
2224 exponent = 0;
2294 SNPRINTF (p, 6 + 1, decimal_format, exponent);
2301 sprintf ((char *) p, "%+d", exponent);
2309 sprintf (expbuf, "%+d", exponent);
2368 int exponent; local
2372 mantissa = printf_frexp (arg, &exponent);
2375 exponent = 0;
2445 SNPRINTF (p, 6 + 1, decimal_format, exponent);
2663 int exponent = floorlog10l (arg < 0 ? -arg : arg); local
2679 int exponent = floorlog10 (arg < 0 ? -arg : arg); local
2805 int exponent; local
2931 int exponent; local
3161 int exponent; local
3300 int exponent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_atalla.c468 BIGNUM *exponent; local
474 modulus = exponent = argument = result = NULL;
484 exponent = BN_CTX_get(ctx);
491 if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, m->top) ||
499 memset(exponent->d, 0, numbytes);
501 BN_bn2bin(p, (unsigned char *)exponent->d + numbytes - BN_num_bytes(p));
503 keydata.privateExponent.data = (unsigned char *)exponent->d;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_atalla.c453 BIGNUM *exponent; local
459 modulus = exponent = argument = result = NULL;
470 exponent = BN_CTX_get(ctx);
478 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, m->top) ||
487 memset(exponent->d, 0, numbytes);
489 BN_bn2bin(p, (unsigned char *)exponent->d + numbytes - BN_num_bytes(p));
491 keydata.privateExponent.data = (unsigned char *)exponent->d;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_atalla.c468 BIGNUM *exponent; local
474 modulus = exponent = argument = result = NULL;
484 exponent = BN_CTX_get(ctx);
491 if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, m->top) ||
499 memset(exponent->d, 0, numbytes);
501 BN_bn2bin(p, (unsigned char *)exponent->d + numbytes - BN_num_bytes(p));
503 keydata.privateExponent.data = (unsigned char *)exponent->d;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgebra.h123 BaseAndExponent(const T &base, const E &exponent) : base(base), exponent(exponent) {} argument
124 bool operator<(const BaseAndExponent<T, E> &rhs) const {return exponent < rhs.exponent;}
126 E exponent; member in struct:BaseAndExponent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dscale.S52 movew FPTEMP(%a6),%d1 |get dest exponent
93 | Source is positive. Add the src to the dest exponent.
142 | Source is negative. Add the src to the dest exponent.
143 | (The result exponent will be reduced). The result can be
162 | The result exponent is below denorm value. Test for catastrophic
164 | mantissa right until a zero exponent exists.
298 | then adding the remainder of the source to the exponent.
316 | portion of the src to the exponent.
H A Dround.S198 addw #0x1,LOCAL_EX(%a0) |and incr exponent
239 addw #0x1,LOCAL_EX(%a0) |incr exponent
273 | exponent.
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
290 | Distance to 0 from exponent = Y
296 | set exponent = 0
299 | FP_SCR1 = exponent, ms mantissa part, ls mantissa part
364 subw %d7,LOCAL_EX(%a0) |sub exponent by count
386 movew LOCAL_EX(%a0),%d0 |d0 has exponent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsigcontext.h58 unsigned short exponent; member in struct:_fpreg
63 unsigned short exponent; member in struct:_fpxreg
/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
132 exponent = exp_lut[(sample >> 7) & 0xFF];
133 mantissa = (sample >> (exponent + 3)) & 0x0F;
134 ulawbyte = ~(sign | (exponent << 4) | mantissa);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-librep.c217 bool exponent = false; local
367 if (!rational && !exponent)
369 exponent = true;
378 if (exponent && (c == '+' || c == '-'))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Drsaz_exp.c83 const BN_ULONG exponent[16],
234 p_str = (unsigned char *)exponent;
284 const BN_ULONG base[8], const BN_ULONG exponent[8],
291 unsigned char *p_str = (unsigned char *)exponent;
81 RSAZ_1024_mod_exp_avx2(BN_ULONG result_norm[16], const BN_ULONG base_norm[16], const BN_ULONG exponent[16], const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0) argument
283 RSAZ_512_mod_exp(BN_ULONG result[8], const BN_ULONG base[8], const BN_ULONG exponent[8], const BN_ULONG m[8], BN_ULONG k0, const BN_ULONG RR[8]) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Drsaz_exp.c83 const BN_ULONG exponent[16],
234 p_str = (unsigned char *)exponent;
284 const BN_ULONG base[8], const BN_ULONG exponent[8],
291 unsigned char *p_str = (unsigned char *)exponent;
81 RSAZ_1024_mod_exp_avx2(BN_ULONG result_norm[16], const BN_ULONG base_norm[16], const BN_ULONG exponent[16], const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0) argument
283 RSAZ_512_mod_exp(BN_ULONG result[8], const BN_ULONG base[8], const BN_ULONG exponent[8], const BN_ULONG m[8], BN_ULONG k0, const BN_ULONG RR[8]) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Drational.c110 int exponent; local
116 exponent = FFMAX( (int)(log(fabs(d) + 1e-20)/LOG2), 0);
117 den = 1LL << (61 - exponent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Drational.c109 int exponent; local
115 exponent = FFMAX( (int)(log(fabs(d) + 1e-20)/LOG2), 0);
116 den = 1LL << (61 - exponent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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/drivers/s390/crypto/
H A Dzcrypt_cex2a.c111 exp = meb1->exponent + sizeof(meb1->exponent) - mod_len;
121 exp = meb2->exponent + sizeof(meb2->exponent) - mod_len;

Completed in 143 milliseconds

123456