Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b() argument
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
52 b->x[0] = y9;
58 b->x[0] = y9 & 0xffff;
59 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;