Home
last modified time | relevance | path

Searched refs:float64_mul (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/arm/nwfpe/
DARM-gcc.h98 #define float64_mul ___float64_mul macro
112 #define float64_mul __muldf3
Ddouble_cpdo.c43 [MUF_CODE >> 20] = float64_mul,
51 [FML_CODE >> 20] = float64_mul,
Dsoftfloat.h185 float64 float64_mul( struct roundingData *, float64, float64 );
Dsoftfloat.c2115 float64 float64_mul( struct roundingData *roundData, float64 a, float64 b ) in float64_mul() function
/linux-6.1.9/arch/sh/kernel/cpu/sh4/
Dfpu.c26 extern unsigned long long float64_mul(unsigned long long a,
263 llx = float64_mul(llx, lly); in ieee_fpe_handler()
Dsoftfloat.c88 float64 float64_mul(float64 a, float64 b);
865 float64 float64_mul(float64 a, float64 b) in float64_mul() function