taglinefilesource code
shift60kernel/math/add.cint x1,x2,shift;
shift67kernel/math/add.cshift = x1-x2;
shift71kernel/math/add.cshift = x2-x1;
shift73kernel/math/add.cif (shift >= 64) {
shift77kernel/math/add.cif (shift >= 32) {
shift80kernel/math/add.cshift -= 32;
shift84kernel/math/add.c:"0" (b.a),"1" (b.b),"c" ((char) shift));
shift118kernel/math/convert.cint shift =  16383 + 63 - (a->exponent & 0x7fff);
shift121kernel/math/convert.cif ((shift < 0) || (shift == 16383+63)) {
shift127kernel/math/convert.cif (shift < 32) {
shift129kernel/math/convert.c} else if (shift < 64) {
shift131kernel/math/convert.cshift -= 32;
shift133kernel/math/convert.c} else if (shift < 96) {
shift135kernel/math/convert.cshift -= 64;
shift139kernel/math/convert.cshift = 0;
shift141kernel/math/convert.cb->exponent += shift;
shift144kernel/math/convert.c:"c" ((char) shift),"0" (underflow),"1" (b->a));
shift147kernel/math/convert.c:"c" ((char) shift),"0" (b->a),"1" (b->b));
shift150kernel/math/convert.c:"c" ((char) shift),"0" (b->b));
shift185kernel/math/convert.cint shift =  16383 + 63 - (a->exponent & 0x7fff);
shift190kernel/math/convert.cif (shift < 0) {
shift194kernel/math/convert.cif (shift < 32) {
shift196kernel/math/convert.c} else if (shift < 64) {
shift198kernel/math/convert.cshift -= 32;
shift199kernel/math/convert.c} else if (shift < 96) {
shift201kernel/math/convert.cshift -= 64;
shift204kernel/math/convert.cshift = 0;
shift208kernel/math/convert.c:"c" ((char) shift),"0" (underflow),"1" (b->a));
shift211kernel/math/convert.c:"c" ((char) shift),"0" (b->a),"1" (b->b));
shift214kernel/math/convert.c:"c" ((char) shift),"0" (b->b));
shift66kernel/math/mul.cshift(tmp);