Home
last modified time | relevance | path

Searched refs:float32_to_int32 (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/arm/nwfpe/
Dsoftfloat.h138 signed int float32_to_int32( struct roundingData *, float32 );
Dfpa11_cprt.c113 writeRegister(getRd(opcode), float32_to_int32(&roundData, fpa11->fpreg[Fn].fSingle)); in PerformFIX()
Dsoftfloat.c835 int32 float32_to_int32( struct roundingData *roundData, float32 a ) in float32_to_int32() function