Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/nwfpe/
DARM-gcc.h100 #define int32_to_float64 ___int32_to_float64 macro
114 #define int32_to_float64 __floatsidf
Dsoftfloat.h128 float64 int32_to_float64( signed int );
Dfpa11_cprt.c77 fpa11->fpreg[getFn(opcode)].fDouble = int32_to_float64(readRegister(getRd(opcode))); in PerformFLT()
Dsoftfloat.c780 float64 int32_to_float64( int32 a ) in int32_to_float64() function