tag | line | file | source code |
__a | 138 | include/linux/math_emu.h | void frndint(const temp_real * __a, temp_real * __b); |
__a | 139 | include/linux/math_emu.h | void short_to_temp(const short_real * __a, temp_real * __b); |
__a | 140 | include/linux/math_emu.h | void long_to_temp(const long_real * __a, temp_real * __b); |
__a | 141 | include/linux/math_emu.h | void temp_to_short(const temp_real * __a, short_real * __b); |
__a | 142 | include/linux/math_emu.h | void temp_to_long(const temp_real * __a, long_real * __b); |
__a | 143 | include/linux/math_emu.h | void real_to_int(const temp_real * __a, temp_int * __b); |
__a | 144 | include/linux/math_emu.h | void int_to_real(const temp_int * __a, temp_real * __b); |