Searched defs:emax (Results 1 - 7 of 7) sorted by relevance

/prebuilts/ndk/current/sources/android/support/src/wcstox/
H A Dfloatscan.c98 int emax = -emin-bits+3; local
318 if ((e2+LDBL_MANT_DIG & INT_MAX) > emax-5) {
325 if (e2+LDBL_MANT_DIG>emax || (denormal && frac))
/prebuilts/ndk/r11/sources/android/support/src/wcstox/
H A Dfloatscan.c98 int emax = -emin-bits+3; local
318 if ((e2+LDBL_MANT_DIG & INT_MAX) > emax-5) {
325 if (e2+LDBL_MANT_DIG>emax || (denormal && frac))
/prebuilts/ndk/r13/sources/android/support/src/wcstox/
H A Dfloatscan.c98 int emax = -emin-bits+3; local
318 if ((e2+LDBL_MANT_DIG & INT_MAX) > emax-5) {
325 if (e2+LDBL_MANT_DIG>emax || (denormal && frac))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dreal.h134 int emax; member in struct:real_format
490 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
/prebuilts/ndk/current/sources/android/support/src/stdio/
H A Dstrtod.c391 int emax; member in struct:FPI
3469 if (e > fpi->emax) {
3553 if (++e > fpi->emax)
/prebuilts/ndk/r11/sources/android/support/src/stdio/
H A Dstrtod.c391 int emax; member in struct:FPI
3469 if (e > fpi->emax) {
3553 if (++e > fpi->emax)
/prebuilts/ndk/r13/sources/android/support/src/stdio/
H A Dstrtod.c391 int emax; member in struct:FPI
3469 if (e > fpi->emax) {
3553 if (++e > fpi->emax)

Completed in 661 milliseconds