Home
last modified time | relevance | path

Searched defs:fpi (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Difdef.py52 def process(fpi, fpo): argument
Dpindent.py98 def __init__(self, fpi = sys.stdin, fpo = sys.stdout, argument
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtof.c49 static CONST FPI fpi = { 24, 1-127-24+1, 254-127-24+1, 1, SI }; variable
Dldtoa.c59 static FPI fpi = { in ldtoa() local
Dstrtopx.c64 static CONST FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local
Dhexnan.c57 hexnan(sp, fpi, x0) in hexnan() argument
Dgethex.c42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign) in gethex()
Dstrtodg.c182 double d, CONST FPI *fpi, Long *expt, ULong *bits, int exact, int rd, int *irv in rvOK()
308 CONST char *s00, char **se, CONST FPI *fpi, Long *expt, ULong *bits in strtodg()
Dgdtoa.c131 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve) in gdtoa()
Dstrtod.c136 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; in strtod() local