Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c776 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9; in s2b() argument
778 (CONST char *s, int nd0, int nd, ULong y9)
791 b->x[0] = y9;
798 b->x[0] = y9 & 0xffff;
799 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;