Home
last modified time | relevance | path

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

/linux/arch/arm/nwfpe/
H A Dextended_cpdo.c90 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in ExtendedCPDO()
113 rFn = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in ExtendedCPDO()
H A Dfpa11_cprt.c163 rFn = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in PerformComparison()
196 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in PerformComparison()
H A Dfpa11_cpdo.c104 rFd->fExtended = float32_to_floatx80(rFd->fSingle); in EmulateCPDO()
H A Dsoftfloat.h142 floatx80 float32_to_floatx80( float32 );
H A Dfpa11_cpdt.c160 val.f = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in storeExtended()
H A Dsoftfloat.c936 floatx80 float32_to_floatx80( float32 a ) in float32_to_floatx80() function