Searched refs:emax (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gethex.c | 164 if (e > fpi->emax) { in gethex() 238 if (++e > fpi->emax) in gethex()
|
D | strtodg.c | 279 else if (e > fpi->emax) { in rvOK() 280 e = fpi->emax + 1; in rvOK() 478 *expt = fpi->emax + 1; in strtodg() 616 if (e2 > fpi->emax + 1) in strtodg() 987 if (rve > fpi->emax) { in strtodg() 997 *expt = fpi->emax + 1; in strtodg()
|
D | gdtoa.h | 93 int emax; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | selectmodule.c | 217 int imax, omax, emax, max; in select_select() local 271 if ((emax=seq2set(efdlist, &efdset, efd2obj)) < 0) in select_select() 275 if (emax > max) max = emax; in select_select()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | selectmodule.c | 217 int imax, omax, emax, max; in select_select() local 271 if ((emax=seq2set(efdlist, &efdset, efd2obj)) < 0) in select_select() 275 if (emax > max) max = emax; in select_select()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | selectmodule.c | 217 int imax, omax, emax, max; in select_select() local 271 if ((emax=seq2set(efdlist, &efdset, efd2obj)) < 0) in select_select() 275 if (emax > max) max = emax; in select_select()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | dqBase.decTest | 26 -- to conform to emax and precision settings (that is, numbers will
|
D | dsBase.decTest | 26 -- to conform to emax and precision settings (that is, numbers will
|
D | ddBase.decTest | 26 -- to conform to emax and precision settings (that is, numbers will
|
D | base.decTest | 27 -- to conform to emax and precision settings (that is, numbers will
|
D | ddFMA.decTest | 32 -- 2. Multiply tests (third operand is neutral zero [0E+emax])
|
D | dqFMA.decTest | 32 -- 2. Multiply tests (third operand is neutral zero [0E+emax])
|
D | fma.decTest | 31 -- 2. Multiply tests (third operand is neutral zero [0E+emax])
|
D | squareroot.decTest | 3808 -- if digits > emax maximum real exponent is negative
|