Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/nwfpe/
Dsoftfloat.h170 signed int float64_to_int32( struct roundingData *, float64 );
Dfpa11_cprt.c119 writeRegister(getRd(opcode), float64_to_int32(&roundData, fpa11->fpreg[Fn].fDouble)); in PerformFIX()
Dsoftfloat.c1652 int32 float64_to_int32( struct roundingData *roundData, float64 a ) in float64_to_int32() function