Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/nwfpe/
Dfpa11_cpdo.c97 rFd->fDouble = floatx80_to_float64(&roundData, rFd->fExtended); in EmulateCPDO()
Dsoftfloat.h207 float64 floatx80_to_float64( struct roundingData *, floatx80 );
Dfpa11_cpdt.c132 val.f = floatx80_to_float64(roundData, fpa11->fpreg[Fn].fExtended); in storeDouble()
Dsoftfloat.c2641 float64 floatx80_to_float64( struct roundingData *roundData, floatx80 a ) in floatx80_to_float64() function