Home | History | Annotate | Download | only in stl

Lines Matching refs:__ok

316   bool __ok = false;
322 __ok = true;
327 return __ok;
336 bool __ok = false;
350 __ok = true;
362 return __ok;
376 bool __ok;
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok = __copy_digits(__in_ite, __end, __buf, __digits);
422 return __ok;
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct);
435 if (__ok) {