Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c291 int e0, nd, nd0, scale; member
489 s2b(const char *s, int nd0, int nd, ULong y9) in s2b() argument
507 for (i = 9; i < nd0; i++) { in s2b()
1297 int b2, d2, dd, i, nd, nd0, odd, p2, p5; in bigcomp() local
1300 nd0 = bc->nd0; in bigcomp()
1379 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d); in bigcomp()
1437 int esign, i, j, k, lz, nd, nd0, odd, sign; in _Py_dg_strtod() local
1513 nd0 = (int)ndigits - (int)fraclen; in _Py_dg_strtod()
1561 e -= nd - nd0; in _Py_dg_strtod()
1562 if (nd0 <= 0) in _Py_dg_strtod()
[all …]
/external/python/cpython2/Python/
Ddtoa.c290 int e0, nd, nd0, scale; member
501 s2b(const char *s, int nd0, int nd, ULong y9) in s2b() argument
519 for (i = 9; i < nd0; i++) { in s2b()
1400 int b2, d2, dd, i, nd, nd0, odd, p2, p5; in bigcomp() local
1403 nd0 = bc->nd0; in bigcomp()
1482 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d); in bigcomp()
1510 int esign, i, j, k, lz, nd, nd0, odd, sign; in _Py_dg_strtod() local
1586 nd0 = (int)ndigits - (int)fraclen; in _Py_dg_strtod()
1634 e -= nd - nd0; in _Py_dg_strtod()
1635 if (nd0 <= 0) in _Py_dg_strtod()
[all …]
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp346 const tcu::Vec2 nd0 = p0.swizzle(0, 1) / p0.w(); in calcTriangleInterpolationWeights() local
351 const float kb = triangleArea(ndpixel, nd2, nd0); in calcTriangleInterpolationWeights()
352 const float kc = triangleArea(ndpixel, nd0, nd1); in calcTriangleInterpolationWeights()