taglinefilesource code
__a138include/linux/math_emu.hvoid frndint(const temp_real * __a, temp_real * __b);
__a139include/linux/math_emu.hvoid short_to_temp(const short_real * __a, temp_real * __b);
__a140include/linux/math_emu.hvoid long_to_temp(const long_real * __a, temp_real * __b);
__a141include/linux/math_emu.hvoid temp_to_short(const temp_real * __a, short_real * __b);
__a142include/linux/math_emu.hvoid temp_to_long(const temp_real * __a, long_real * __b);
__a143include/linux/math_emu.hvoid real_to_int(const temp_real * __a, temp_int * __b);
__a144include/linux/math_emu.hvoid int_to_real(const temp_int * __a, temp_real * __b);