taglinefilesource code
temp_real138include/linux/math_emu.hvoid frndint(const temp_real * __a, temp_real * __b);
temp_real139include/linux/math_emu.hvoid short_to_temp(const short_real * __a, temp_real * __b);
temp_real140include/linux/math_emu.hvoid long_to_temp(const long_real * __a, temp_real * __b);
temp_real141include/linux/math_emu.hvoid temp_to_short(const temp_real * __a, short_real * __b);
temp_real142include/linux/math_emu.hvoid temp_to_long(const temp_real * __a, long_real * __b);
temp_real143include/linux/math_emu.hvoid real_to_int(const temp_real * __a, temp_int * __b);
temp_real144include/linux/math_emu.hvoid int_to_real(const temp_int * __a, temp_real * __b);
temp_real148include/linux/math_emu.hvoid get_short_real(temp_real *, struct info *, unsigned short);
temp_real149include/linux/math_emu.hvoid get_long_real(temp_real *, struct info *, unsigned short);
temp_real150include/linux/math_emu.hvoid get_temp_real(temp_real *, struct info *, unsigned short);
temp_real151include/linux/math_emu.hvoid get_short_int(temp_real *, struct info *, unsigned short);
temp_real152include/linux/math_emu.hvoid get_long_int(temp_real *, struct info *, unsigned short);
temp_real153include/linux/math_emu.hvoid get_longlong_int(temp_real *, struct info *, unsigned short);
temp_real154include/linux/math_emu.hvoid get_BCD(temp_real *, struct info *, unsigned short);
temp_real155include/linux/math_emu.hvoid put_short_real(const temp_real *, struct info *, unsigned short);
temp_real156include/linux/math_emu.hvoid put_long_real(const temp_real *, struct info *, unsigned short);
temp_real157include/linux/math_emu.hvoid put_temp_real(const temp_real *, struct info *, unsigned short);
temp_real158include/linux/math_emu.hvoid put_short_int(const temp_real *, struct info *, unsigned short);
temp_real159include/linux/math_emu.hvoid put_long_int(const temp_real *, struct info *, unsigned short);
temp_real160include/linux/math_emu.hvoid put_longlong_int(const temp_real *, struct info *, unsigned short);
temp_real161include/linux/math_emu.hvoid put_BCD(const temp_real *, struct info *, unsigned short);
temp_real165include/linux/math_emu.hvoid fadd(const temp_real *, const temp_real *, temp_real *);
temp_real169include/linux/math_emu.hvoid fmul(const temp_real *, const temp_real *, temp_real *);
temp_real173include/linux/math_emu.hvoid fdiv(const temp_real *, const temp_real *, temp_real *);
temp_real177include/linux/math_emu.hvoid fsqrt(const temp_real *, temp_real *);
temp_real181include/linux/math_emu.hvoid fcom(const temp_real *, const temp_real *);
temp_real182include/linux/math_emu.hvoid fucom(const temp_real *, const temp_real *);
temp_real183include/linux/math_emu.hvoid ftst(const temp_real *);
temp_real27kernel/math/add.cstatic void signify(temp_real * a)
temp_real38kernel/math/add.cstatic void unsignify(temp_real * a)
temp_real57kernel/math/add.cvoid fadd(const temp_real * src1, const temp_real * src2, temp_real * result)
temp_real59kernel/math/add.ctemp_real a,b;
temp_real15kernel/math/compare.cstatic void normalize(temp_real * a)
temp_real33kernel/math/compare.cvoid ftst(const temp_real * a)
temp_real35kernel/math/compare.ctemp_real b;
temp_real47kernel/math/compare.cvoid fcom(const temp_real * src1, const temp_real * src2)
temp_real49kernel/math/compare.ctemp_real a;
temp_real57kernel/math/compare.cvoid fucom(const temp_real * src1, const temp_real * src2)
temp_real21kernel/math/convert.cvoid short_to_temp(const short_real * a, temp_real * b)
temp_real38kernel/math/convert.cvoid long_to_temp(const long_real * a, temp_real * b)
temp_real55kernel/math/convert.cvoid temp_to_short(const temp_real * a, short_real * b)
temp_real81kernel/math/convert.cvoid temp_to_long(const temp_real * a, long_real * b)
temp_real116kernel/math/convert.cvoid frndint(const temp_real * a, temp_real * b)
temp_real183kernel/math/convert.cvoid real_to_int(const temp_real * a, temp_int * b)
temp_real238kernel/math/convert.cvoid int_to_real(const temp_int * a, temp_real * b)
temp_real63kernel/math/div.cvoid fdiv(const temp_real * src1, const temp_real * src2, temp_real * result)
temp_real44kernel/math/emulate.c#define PST(x) ((const temp_real *) __st((x)))
temp_real57kernel/math/emulate.ctemp_real tmp;
temp_real17kernel/math/get_put.cvoid get_short_real(temp_real * tmp,
temp_real28kernel/math/get_put.cvoid get_long_real(temp_real * tmp,
temp_real40kernel/math/get_put.cvoid get_temp_real(temp_real * tmp,
temp_real51kernel/math/get_put.cvoid get_short_int(temp_real * tmp,
temp_real65kernel/math/get_put.cvoid get_long_int(temp_real * tmp,
temp_real79kernel/math/get_put.cvoid get_longlong_int(temp_real * tmp,
temp_real109kernel/math/get_put.cvoid get_BCD(temp_real * tmp, struct info * info, unsigned short code)
temp_real130kernel/math/get_put.cvoid put_short_real(const temp_real * tmp,
temp_real142kernel/math/get_put.cvoid put_long_real(const temp_real * tmp,
temp_real155kernel/math/get_put.cvoid put_temp_real(const temp_real * tmp,
temp_real167kernel/math/get_put.cvoid put_short_int(const temp_real * tmp,
temp_real181kernel/math/get_put.cvoid put_long_int(const temp_real * tmp,
temp_real195kernel/math/get_put.cvoid put_longlong_int(const temp_real * tmp,
temp_real218kernel/math/get_put.cvoid put_BCD(const temp_real * tmp,struct info * info, unsigned short code)
temp_real22kernel/math/mul.cstatic void mul64(const temp_real * a, const temp_real * b, int * c)
temp_real46kernel/math/mul.cvoid fmul(const temp_real * src1, const temp_real * src2, temp_real * result)
temp_real44kernel/math/sqrt.cvoid fsqrt(const temp_real * s, temp_real * d)