tag | line | file | source code |
---|---|---|---|
short_real | 139 | include/linux/math_emu.h | void short_to_temp(const short_real * __a, temp_real * __b); |
short_real | 141 | include/linux/math_emu.h | void temp_to_short(const temp_real * __a, short_real * __b); |
short_real | 21 | kernel/math/convert.c | void short_to_temp(const short_real * a, temp_real * b) |
short_real | 55 | kernel/math/convert.c | void temp_to_short(const temp_real * a, short_real * b) |
short_real | 21 | kernel/math/get_put.c | short_real sr; |
short_real | 134 | kernel/math/get_put.c | short_real sr; |