Home
last modified time | relevance | path

Searched refs:ieeefloat (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dtic30-dis.c275 cnvt_tmsfloat_ieee (unsigned long tmsfloat, int size, float *ieeefloat) in cnvt_tmsfloat_ieee() argument
297 *ieeefloat = 0.0; in cnvt_tmsfloat_ieee()
306 *ieeefloat = ERANGE; in cnvt_tmsfloat_ieee()
309 *ieeefloat = HUGE_VALF; in cnvt_tmsfloat_ieee()
311 *ieeefloat = -HUGE_VALF; in cnvt_tmsfloat_ieee()
314 *ieeefloat = 1.0 / 0.0; in cnvt_tmsfloat_ieee()
316 *ieeefloat = -1.0 / 0.0; in cnvt_tmsfloat_ieee()
333 *ieeefloat = val.f; in cnvt_tmsfloat_ieee()