Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/nwfpe/
Dextended_cpdo.c106 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in ExtendedCPDO()
129 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in ExtendedCPDO()
Dfpa11_cprt.c182 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in PerformComparison()
215 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in PerformComparison()
Dfpa11_cpdo.c118 rFd->fExtended = float64_to_floatx80(rFd->fDouble); in EmulateCPDO()
Dsoftfloat.h174 floatx80 float64_to_floatx80( float64 );
Dfpa11_cpdt.c176 val.f = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in storeExtended()
Dsoftfloat.c1830 floatx80 float64_to_floatx80( float64 a ) in float64_to_floatx80() function