taglinefilesource code
__b138include/linux/math_emu.hvoid frndint(const temp_real * __a, temp_real * __b);
__b139include/linux/math_emu.hvoid short_to_temp(const short_real * __a, temp_real * __b);
__b140include/linux/math_emu.hvoid long_to_temp(const long_real * __a, temp_real * __b);
__b141include/linux/math_emu.hvoid temp_to_short(const temp_real * __a, short_real * __b);
__b142include/linux/math_emu.hvoid temp_to_long(const temp_real * __a, long_real * __b);
__b143include/linux/math_emu.hvoid real_to_int(const temp_real * __a, temp_int * __b);
__b144include/linux/math_emu.hvoid int_to_real(const temp_int * __a, temp_real * __b);