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

  /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);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
real.h 140 int emax; member in struct:real_format
483 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 136 int emax; member in struct:real_format
492 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 136 int emax; member in struct:real_format
492 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 136 int emax; member in struct:real_format
492 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /external/icu4c/i18n/
decContext.h 44 /* emax -- must be in the range 0 through 999999999 */
89 int32_t emax; /* maximum positive exponent */ member in struct:__anon6888
107 #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 <= */
484 /* exponent (set.emax and set.emin), determining if */
7374 Int emax=set->emax; \/* limit value *\/ local
7981 Int emin, emax; \/* .. *\/ local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 352 #define Emax 1023
409 #define Emax 248
438 #define Emax 126
1749 emax = 0x7fe - Bias - P + 1, enumerator in enum:dmg_fp::__anon2780
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 142 milliseconds