Searched refs:d123 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid128_string.c58 unsigned int d0, d123; local
232 d123 = exp - 1000 * d0;
236 ind = 3 * d123;
241 if (d123 < 10) { // 0 <= exp <= 9 => 1 digit to return
242 str[k++] = d123 + 0x30;// ASCII
243 } else if (d123 < 100) { // 10 <= exp <= 99 => 2 digits to return
244 ind = 2 * (d123 - 10);
248 ind = 3 * d123;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_string.c58 unsigned int d0, d123; local
232 d123 = exp - 1000 * d0;
236 ind = 3 * d123;
241 if (d123 < 10) { // 0 <= exp <= 9 => 1 digit to return
242 str[k++] = d123 + 0x30;// ASCII
243 } else if (d123 < 100) { // 10 <= exp <= 99 => 2 digits to return
244 ind = 2 * (d123 - 10);
248 ind = 3 * d123;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/metag/
H A Dmetafpu21.d82 .*: 0521d123 F ADDEQ FX\.4,D1\.7,D0Re0
257 .*: 1419d123 F SUBEQ FX\.3,D0\.7,D1Re0
299 .*: 1511d123 F SUBEQ FX\.2,D1\.7,D0Re0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d53549 d123: 1957.*
[all...]

Completed in 191 milliseconds