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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c355 if (!RSAref_bn2bin(from->e,to->exponent,MAX_RSA_MODULUS_LEN)) return(0);
389 if (!RSAref_bn2bin(from->d,to->exponent,MAX_RSA_MODULUS_LEN)) return(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c355 if (!RSAref_bn2bin(from->e,to->exponent,MAX_RSA_MODULUS_LEN)) return(0);
389 if (!RSAref_bn2bin(from->d,to->exponent,MAX_RSA_MODULUS_LEN)) return(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dget_op.S225 movew FPTEMP_EX(%a6),%d0 |get destination exponent
255 movew ETEMP_EX(%a6),%d0 |get source exponent
291 | ;put exponent on stack
496 bfextu %d0{#20:#12},%d1 |get exponent into d1
548 bfextu %d0{#20:#12},%d1 |get exponent into d1
H A Dsint.S32 | result to the exponent $403e.
H A Dres_func.S207 movew LOCAL_EX(%a0),%d1 |compare exponent to double threshold
389 bsr nrm_set |normalize number (exponent will go
631 | replace exponent of src with $3fff (keep sign)
641 | replace exponent of src with $3fff (keep sign)
846 orw #0x3fff,%d0 |force the exponent to +/- 1
874 orw #0x3fff,%d0 |force the exponent to +/- 1
962 | The result has overflowed to $7fff exponent. Set I, ovfl,
1021 orw #0x3fff,%d0 |force the exponent to +/- 1
1049 orw #0x3fff,%d0 |force the exponent to +/- 1
1143 | The result has overflowed to $7fff exponent
[all...]
H A Dutil.S39 | the exponent.
468 | the exponent.
H A Dsetox.S68 | the sign and biased exponent field of |X|; the lower 16
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c205 switch ( st->exponent & 0x7fff ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_streams/
H A Dmain.c176 * of exponent, and 64 bits of significand (mantissa). Unlike most IEEE-754
183 unsigned int shift, exponent; local
190 exponent= 63U-(shift+32U); /* add 32 for unused second word */
192 if(!write_big_endian_uint16(f, (FLAC__uint16)(exponent+0x3FFF)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S414 set SGL_LO, 0x3f81 # min sgl prec exponent
415 set SGL_HI, 0x407e # max sgl prec exponent
416 set DBL_LO, 0x3c01 # min dbl prec exponent
417 set DBL_HI, 0x43fe # max dbl prec exponent
418 set EXT_LO, 0x0 # min ext prec exponent
419 set EXT_HI, 0x7ffe # max ext prec exponent
515 set sgl_thresh, 0x3f81 # minimum sgl exponent
516 set dbl_thresh, 0x3c01 # minimum dbl exponent
1439 mov.w LOCAL_EX(%a0),%d0 # fetch src exponent
1454 addi.w &0x3f81,%d0 # adjust new exponent
[all...]
H A Dfplsp.S395 set SGL_LO, 0x3f81 # min sgl prec exponent
396 set SGL_HI, 0x407e # max sgl prec exponent
397 set DBL_LO, 0x3c01 # min dbl prec exponent
398 set DBL_HI, 0x43fe # max dbl prec exponent
399 set EXT_LO, 0x0 # min ext prec exponent
400 set EXT_HI, 0x7ffe # max ext prec exponent
496 set sgl_thresh, 0x3f81 # minimum sgl exponent
497 set dbl_thresh, 0x3c01 # minimum dbl exponent
6722 # are the sign and biased exponent field of |X|; the #
7496 # sgetexp(): returns the exponent portio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c864 * of exponent, and 64 bits of significand (mantissa). Unlike most IEEE-754
871 unsigned int shift, exponent; local
878 exponent= 63U-(shift+32U); /* add 32 for unused second word */
880 if(!write_big_endian_uint16(f, (FLAC__uint16)(exponent+0x3FFF)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c9896 int exponent = 0; local
9963 exponent = exponent * 10 + (*cur - '0');
9970 if (is_exponent_negative) exponent = -exponent;
9971 ret *= pow(10.0, (double)exponent);
9992 int exponent = 0; local
10045 exponent = exponent * 10 + (CUR - '0');
10049 exponent
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c9938 int exponent = 0; local
10005 exponent = exponent * 10 + (*cur - '0');
10012 if (is_exponent_negative) exponent = -exponent;
10013 ret *= pow(10.0, (double)exponent);
10034 int exponent = 0; local
10087 exponent = exponent * 10 + (CUR - '0');
10091 exponent
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c9896 int exponent = 0; local
9963 exponent = exponent * 10 + (*cur - '0');
9970 if (is_exponent_negative) exponent = -exponent;
9971 ret *= pow(10.0, (double)exponent);
9992 int exponent = 0; local
10045 exponent = exponent * 10 + (CUR - '0');
10049 exponent
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex57 7) [blocksize_0] = 2 exponent (read 4 bits as unsigned integer)
58 8) [blocksize_1] = 2 exponent (read 4 bits as unsigned integer)

Completed in 312 milliseconds

1234