Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/support/src/wcstox/
Dintscan.c57 int c, neg=0; in __intscan() local
66 neg = -(c=='-'); in __intscan()
118 if (!(lim&1) && !neg) { in __intscan()
126 return (y^neg)-neg; in __intscan()
Dfloatscan.c65 int neg = 0; in scanexp() local
69 neg = (c=='-'); in scanexp()
83 return neg ? -y : y; in scanexp()