Home
last modified time | relevance | path

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

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