tag | line | file | source code |
underflow | 119 | kernel/math/convert.c | unsigned long underflow; |
underflow | 125 | kernel/math/convert.c | b->a = b->b = underflow = 0; |
underflow | 130 | kernel/math/convert.c | b->a = a->b; underflow = a->a; |
underflow | 134 | kernel/math/convert.c | underflow = a->b; |
underflow | 138 | kernel/math/convert.c | underflow = 1; |
underflow | 143 | kernel/math/convert.c | :"=r" (underflow),"=r" (b->a) |
underflow | 144 | kernel/math/convert.c | :"c" ((char) shift),"0" (underflow),"1" (b->a)); |
underflow | 157 | kernel/math/convert.c | ,"m" (*&underflow)); |
underflow | 160 | kernel/math/convert.c | if ((b->exponent >= 0) && underflow) |
underflow | 166 | kernel/math/convert.c | if ((b->exponent < 0) && underflow) |
underflow | 186 | kernel/math/convert.c | unsigned long underflow; |
underflow | 188 | kernel/math/convert.c | b->a = b->b = underflow = 0; |
underflow | 197 | kernel/math/convert.c | b->a = a->b; underflow = a->a; |
underflow | 200 | kernel/math/convert.c | underflow = a->b; |
underflow | 203 | kernel/math/convert.c | underflow = 1; |
underflow | 207 | kernel/math/convert.c | :"=r" (underflow),"=r" (b->a) |
underflow | 208 | kernel/math/convert.c | :"c" ((char) shift),"0" (underflow),"1" (b->a)); |
underflow | 221 | kernel/math/convert.c | ,"m" (*&underflow)); |
underflow | 224 | kernel/math/convert.c | if (!b->sign && underflow) |
underflow | 230 | kernel/math/convert.c | if (b->sign && underflow) |