Searched refs:esign (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | conv_flt.c | 369 int esign, edig; in conv_flt() local 375 esign = scanf_getc (stream, context); in conv_flt() 377 switch ((unsigned char)esign) { in conv_flt() 383 scanf_ungetc(esign, stream, context); in conv_flt() 389 edig = esign; in conv_flt() 390 esign = EOF; in conv_flt() 397 if (esign != EOF) in conv_flt() 398 scanf_ungetc(esign, stream, context); in conv_flt()
|
/picolibc-latest/newlib/libc/stdlib/ |
D | gdtoa-gethex.c | 155 int esign, havedig, irv, k, n, nbits, up, zret; in gethex() local 210 esign = 0; in gethex() 213 esign = 1; in gethex() 225 if (esign) in gethex()
|
D | strtod.c | 249 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 398 esign = 0; 401 esign = 1; 421 if (esign)
|
D | ldtoa.c | 3359 int esign, decflg, sgnflg, nexp, exp, prec, lost; 3510 esign = 1; 3516 esign = -1; 3527 if (esign < 0) 3533 if (esign < 0) 3586 esign = 1; 3590 esign = -1; 3613 if (esign < 0)
|
D | strtodg.c | 442 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; in _strtodg_l() local 561 esign = 0; in _strtodg_l() 564 esign = 1; in _strtodg_l() 584 if (esign) in _strtodg_l()
|