Home
last modified time | relevance | path

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

/linux/arch/arm/nwfpe/
H A Dextended_cpdo.c94 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in ExtendedCPDO()
117 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in ExtendedCPDO()
H A Dfpa11_cprt.c170 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in PerformComparison()
203 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in PerformComparison()
H A Dfpa11_cpdo.c106 rFd->fExtended = float64_to_floatx80(rFd->fDouble); in EmulateCPDO()
H A Dsoftfloat.h174 floatx80 float64_to_floatx80( float64 );
H A Dfpa11_cpdt.c164 val.f = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in storeExtended()
H A Dsoftfloat.c1830 floatx80 float64_to_floatx80( float64 a ) in float64_to_floatx80() function