Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/nwfpe/
DARM-gcc.h97 #define float64_mul ___float64_mul macro
111 #define float64_mul __muldf3
Ddouble_cpdo.c55 [MUF_CODE >> 20] = float64_mul,
63 [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-2.6.39/arch/sh/kernel/cpu/sh4/
Dfpu.c30 extern unsigned long long float64_mul(unsigned long long a,
267 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