Home | History | Annotate | Download | only in dtoa

Lines Matching refs:k1

924 	int i, k1, n, n1;
933 k1 = b->k;
936 k1++;
937 b1 = Balloc(k1);
945 k1 = 32 - k;
949 z = *x++ >> k1;
957 k1 = 16 - k;
961 z = *x++ >> k1;