Home
last modified time | relevance | path

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

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