Home
last modified time | relevance | path

Searched refs:exp_minusp (Results 1 – 2 of 2) sorted by path

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dnumber.c4226 int minusp = FALSE, exp_minusp = FALSE, exp_overflow = FALSE; in read_real() local
4325 case '-': exp_minusp = TRUE; in read_real()
4344 if (exp_minusp) exponent = -exponent; in read_real()
4355 if (exp_minusp || SCM_EQ(fraction, SCM_MAKE_INT(0))) { in read_real()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dnumber.c462 int minusp = FALSE, exp_minusp = FALSE, exp_overflow = FALSE; in read_real() local
558 case '-': exp_minusp = TRUE; in read_real()
572 if (exp_minusp) exponent = -exponent; in read_real()
585 if (exp_minusp) { in read_real()