HomeSort by relevance Sort by last modified time
    Searched defs:emax (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.h 91 int emax; member in struct:FPI
  /ndk/sources/android/support/src/wcstox/
floatscan.c 98 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))
  /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 86 Point emax= g.stringExtent(smax); local
88 int labelWidth= Math.max(emin.x, emax.x) + 2;
102 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
TimeLineGraph.java 50 Point emax= g.stringExtent(smax); local
52 int labelWidth= Math.max(emin.x, emax.x) + 2;
66 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, 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 134 int emax; member in struct:real_format
490 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /external/icu/icu4c/source/i18n/
decContext.h 45 /* emax -- must be in the range 0 through 999999999 */
90 int32_t emax; /* maximum positive exponent */ member in struct:__anon9989
108 #define DEC_MAX_MATH 999999 /* max emax, etc., for math funcs. */
decNumber.c 61 /* range (Emax in the range 0 through 999,999,999 and Emin in the */
64 /* tightly: digits, emax, and -emin in the context must be <= */
499 /* exponent (set.emax and set.emin), determining if */
7396 Int emax=set->emax; \/* limit value *\/ local
8003 Int emin, emax; \/* .. *\/ local
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 392 int emax; member in struct:FPI
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 344 milliseconds