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

123456

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dac3dsp.asm408 ; clips this to 0, which is the correct exponent.
/netgear-R7000-V1.0.7.12_1.2.5/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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfigure16760 { $as_echo "$as_me:$LINENO: checking where to find the exponent in a 'float'" >&5
16761 $as_echo_n "checking where to find the exponent in a 'float'... " >&6; }
23119 # define LDBL80_WORDS(exponent,manthi,mantlo) \
23120 { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), \
23125 # define LDBL80_WORDS(exponent,manthi,mantlo) \
23126 { mantlo, manthi, exponent }
26538 { $as_echo "$as_me:$LINENO: checking where to find the exponent in a 'double'" >&5
26539 $as_echo_n "checking where to find the exponent in a 'double'... " >&6; }
27230 /* Set the bits below the exponent to 01111...111. */
27307 { $as_echo "$as_me:$LINENO: checking where to find the exponent i
[all...]

Completed in 232 milliseconds

123456