Searched refs:float64_mul (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/arm/nwfpe/ |
D | ARM-gcc.h | 97 #define float64_mul ___float64_mul macro 111 #define float64_mul __muldf3
|
D | double_cpdo.c | 55 [MUF_CODE >> 20] = float64_mul, 63 [FML_CODE >> 20] = float64_mul,
|
D | softfloat.h | 185 float64 float64_mul( struct roundingData *, float64, float64 );
|
D | softfloat.c | 2115 float64 float64_mul( struct roundingData *roundData, float64 a, float64 b ) in float64_mul() function
|
/linux-2.6.39/arch/sh/kernel/cpu/sh4/ |
D | fpu.c | 30 extern unsigned long long float64_mul(unsigned long long a, 267 llx = float64_mul(llx, lly); in ieee_fpe_handler()
|
D | softfloat.c | 88 float64 float64_mul(float64 a, float64 b); 865 float64 float64_mul(float64 a, float64 b) in float64_mul() function
|