Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/nwfpe/
Dfpa11_cpdo.c88 rFd->fSingle = floatx80_to_float32(&roundData, rFd->fExtended); in EmulateCPDO()
Dsoftfloat.h206 float32 floatx80_to_float32( struct roundingData *, floatx80 );
Dfpa11_cpdt.c106 val.f = floatx80_to_float32(roundData, fpa11->fpreg[Fn].fExtended); in storeSingle()
Dsoftfloat.c2612 float32 floatx80_to_float32( struct roundingData *roundData, floatx80 a ) in floatx80_to_float32() function