Searched refs:eshift (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | ldtoa.c | 80 static int eshift (short unsigned int *x, int sc); 1265 i = eshift (s, j); in emdnorm() 1515 lost = eshift (ai, k); /* shift the smaller number down */ in eadd1() 1845 eshift (yy, -1); in e113toe() 2141 (void) eshift (yy, -5); in e53toe() 2237 (void) eshift (x, 4); in toe53() 2242 (void) eshift (x, 5); in toe53() 2337 (void) eshift (yy, -8); in e24toe() 2405 (void) eshift (x, 7); in toe24() 2410 (void) eshift (x, 8); in toe24() [all …]
|