Searched refs:expsign (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfstrtod.c77 reg int mode, fexp, sign, expsign; local
96 fexp = expsign = 0;
125 if(expsign)
147 if((expsign = (c == '-')) || c == '+')
/macosx-10.10.1/ruby-106/ruby/
H A Drational.c2145 int expsign; local
2148 expsign = read_sign(s);
2151 if (expsign == '-')
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dbigfloat.tcl1124 regexp {^[\+\-]?} $exp expsign
1126 set found [string length $expsign]
1127 set exp $expsign[string trimleft [string range $exp $found end] 0]
H A Dbigfloat2.tcl1026 regexp {^[\+\-]?} $exp expsign
1028 set found [string length $expsign]
1029 set exp $expsign[string trimleft [string range $exp $found end] 0]

Completed in 266 milliseconds