Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
Ddtoa.cpp1088 double aadj, aadj1, adj, rv, rv0; in strtod() local
1558 if ((aadj = ratio(delta, bs)) <= 2.) { in strtod()
1560 aadj = aadj1 = 1.; in strtod()
1566 aadj = 1.; in strtod()
1572 if (aadj < 2. / FLT_RADIX) in strtod()
1573 aadj = 1. / FLT_RADIX; in strtod()
1575 aadj *= 0.5; in strtod()
1576 aadj1 = -aadj; in strtod()
1579 aadj *= 0.5; in strtod()
1580 aadj1 = dsign ? aadj : -aadj; in strtod()
[all …]