Lines Matching refs:tDouble
433 double tDouble = 0.0;
435 tDouble = 0.0;
437 tDouble /= -1;
441 tDouble = std::numeric_limits<double>::infinity();
443 tDouble = std::numeric_limits<double>::max();
446 tDouble = -tDouble; //this was incorrectly "-fDouble" originally.
475 tDouble = uprv_strtod(s.getAlias(), &end);
480 nonConstThis->internalSetDouble(tDouble);
483 return tDouble;