/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
gdtoa.h | 90 int emin; member in struct:FPI
|
strtodg.c | 267 if (e < fpi->emin) { 268 k = fpi->emin - e; 269 e = fpi->emin; 347 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local 717 if (e2 < (emin = fpi->emin)) { 719 j = rve - emin; 733 *exp = emin; 742 rve = rve1 = emin; 743 if (sudden_underflow && e2 + 1 < emin) [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gdtoa.h | 92 int emin;
member in struct:FPI
|
strtodg.c | 253 if (e < fpi->emin) {
254 k = fpi->emin - e;
255 e = fpi->emin;
313 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv;
local 619 if (e2 < (emin = fpi->emin)) {
621 j = rve - emin;
633 *expt = emin;
642 rve = rve1 = emin;
643 if (sudden_underflow && e2 + 1 < emin)
[all...] |
/prebuilts/ndk/r11/sources/android/support/src/wcstox/ |
floatscan.c | 87 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) 98 int emax = -emin-bits+3; 166 if (lrp > -emin/2) { 170 if (lrp < emin-2*LDBL_MANT_DIG) { 284 if (bits > LDBL_MANT_DIG+e2-emin) { 285 bits = LDBL_MANT_DIG+e2-emin; 320 if (denormal && bits==LDBL_MANT_DIG+e2-emin) 332 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) 406 if (e2 > -emin) { 410 if (e2 < emin-2*LDBL_MANT_DIG) 449 int emin; local [all...] |
/prebuilts/ndk/r13/sources/android/support/src/wcstox/ |
floatscan.c | 87 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) 98 int emax = -emin-bits+3; 166 if (lrp > -emin/2) { 170 if (lrp < emin-2*LDBL_MANT_DIG) { 284 if (bits > LDBL_MANT_DIG+e2-emin) { 285 bits = LDBL_MANT_DIG+e2-emin; 320 if (denormal && bits==LDBL_MANT_DIG+e2-emin) 332 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) 406 if (e2 > -emin) { 410 if (e2 < emin-2*LDBL_MANT_DIG) 449 int emin; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
LineGraph.java | 83 Point emin= g.stringExtent(smin); local 88 int labelWidth= Math.max(emin.x, emax.x) + 2; 101 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
|
TimeLineGraph.java | 47 Point emin= g.stringExtent(smin); local 52 int labelWidth= Math.max(emin.x, emax.x) + 2; 65 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
real.h | 131 int emin; member in struct:real_format
|
/external/icu/icu4c/source/i18n/ |
decContext.h | 48 /* emin -- must be in the range 0 through -999999999 */ 93 int32_t emin; /* minimum negative exponent */ member in struct:__anon19971
|
decNumber.c | 63 /* range (Emax in the range 0 through 999,999,999 and Emin in the */ 66 /* tightly: digits, emax, and -emin in the context must be <= */ 501 /* exponent (set.emax and set.emin), determining if */ 8005 Int emin, emax; \/* .. *\/ local [all...] |
/prebuilts/ndk/r11/sources/android/support/src/stdio/ |
strtod.c | 248 #define Emin (-1022) 390 int emin; member in struct:FPI [all...] |
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
strtod.c | 248 #define Emin (-1022) 390 int emin; member in struct:FPI [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |