tag | line | file | source code |
---|---|---|---|
long_real | 140 | include/linux/math_emu.h | void long_to_temp(const long_real * __a, temp_real * __b); |
long_real | 142 | include/linux/math_emu.h | void temp_to_long(const temp_real * __a, long_real * __b); |
long_real | 38 | kernel/math/convert.c | void long_to_temp(const long_real * a, temp_real * b) |
long_real | 81 | kernel/math/convert.c | void temp_to_long(const temp_real * a, long_real * b) |
long_real | 32 | kernel/math/get_put.c | long_real lr; |
long_real | 146 | kernel/math/get_put.c | long_real lr; |