Searched defs:fpi (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ifdef.py | 52 def process(fpi, fpo): argument
|
D | pindent.py | 98 def __init__(self, fpi = sys.stdin, fpo = sys.stdout, argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | strtof.c | 49 static CONST FPI fpi = { 24, 1-127-24+1, 254-127-24+1, 1, SI }; variable
|
D | ldtoa.c | 59 static FPI fpi = { in ldtoa() local
|
D | strtopx.c | 64 static CONST FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local
|
D | hexnan.c | 57 hexnan(sp, fpi, x0) in hexnan() argument
|
D | gethex.c | 42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign) in gethex()
|
D | strtodg.c | 182 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()
|
D | gdtoa.c | 131 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve) in gdtoa()
|
D | strtod.c | 136 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; in strtod() local
|