Searched refs:nd0 (Results 1 - 5 of 5) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | smisc.c | 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b() 39 (CONST char *s, int nd0, int nd, ULong y9, int dplen) 59 if (9 < nd0) { 62 while(++i < nd0);
|
H A D | strtodg.c | 327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local 412 nd0 = nd; 543 /* Now we have nd0 digits, starting at s0, followed by a 544 * decimal point, followed by nd-nd0 digits. The number we're 548 if (!nd0) 549 nd0 = nd; 712 bd0 = s2b(s0, nd0, nd, y, dplen);
|
H A D | strtod.c | 96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 213 nd0 = nd; 342 /* Now we have nd0 digits, starting at s0, followed by a 343 * decimal point, followed by nd-nd0 digits. The number we're 347 if (!nd0) 348 nd0 = nd; 577 bd0 = s2b(s0, nd0, nd, y, dplen);
|
/third_party/python/Python/ |
H A D | dtoa.c | 296 int e0, nd, nd0, scale; member 488 decimal separator at position nd0, which is ignored) to a Bigint. This 494 s2b(const char *s, int nd0, int nd, ULong y9) in s2b() argument 512 for (i = 9; i < nd0; i++) { in s2b() 1285 bc->nd0 gives the number of significant digits of s0 before the 1286 decimal separator. If there's no decimal separator, bc->nd0 == 1302 int b2, d2, dd, i, nd, nd0, odd, p2, p5; in bigcomp() local 1305 nd0 = bc->nd0; in bigcomp() 1384 dd = s0[i < nd0 in bigcomp() 1442 int esign, i, j, k, lz, nd, nd0, odd, sign; _Py_dg_strtod() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRasterizationVerifier.cpp | 350 const tcu::Vec2 nd0 = p0.swizzle(0, 1) / p0.w(); 355 const float kb = triangleArea(ndpixel, nd2, nd0); 356 const float kc = triangleArea(ndpixel, nd0, nd1);
|
Completed in 9 milliseconds