• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/

Lines Matching refs:exponent

16760   { $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 in a 'float'" >&5
27308 $as_echo_n "checking where to find the exponent in a 'float'... " >&6; }
27584 a sign bit or a mantissa bit (since the exponent never extends to
27597 # define LDBL80_WORDS(exponent,manthi,mantlo) \
27598 { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), \
27603 # define LDBL80_WORDS(exponent,manthi,mantlo) \
27604 { mantlo, manthi, exponent }
27727 { $as_echo "$as_me:$LINENO: checking where to find the exponent in a 'long double'" >&5
27728 $as_echo_n "checking where to find the exponent in a 'long double'... " >&6; }
39282 { $as_echo "$as_me:$LINENO: checking where to find the exponent in a 'double'" >&5
39283 $as_echo_n "checking where to find the exponent in a 'double'... " >&6; }
39840 { $as_echo "$as_me:$LINENO: checking where to find the exponent in a 'float'" >&5
39841 $as_echo_n "checking where to find the exponent in a 'float'... " >&6; }
39981 { $as_echo "$as_me:$LINENO: checking where to find the exponent in a 'long double'" >&5
39982 $as_echo_n "checking where to find the exponent in a 'long double'... " >&6; }