Searched refs:float64_mul (Results 1 – 6 of 6) sorted by relevance
/linux/arch/arm/nwfpe/ |
A D | ARM-gcc.h | 98 #define float64_mul ___float64_mul macro 112 #define float64_mul __muldf3
|
A D | double_cpdo.c | 43 [MUF_CODE >> 20] = float64_mul, 51 [FML_CODE >> 20] = float64_mul,
|
A D | softfloat.h | 185 float64 float64_mul( struct roundingData *, float64, float64 );
|
A D | softfloat.c | 2115 float64 float64_mul( struct roundingData *roundData, float64 a, float64 b ) in float64_mul() function
|
/linux/arch/sh/kernel/cpu/sh4/ |
A D | fpu.c | 26 extern unsigned long long float64_mul(unsigned long long a, 263 llx = float64_mul(llx, lly); in ieee_fpe_handler()
|
A D | softfloat.c | 88 float64 float64_mul(float64 a, float64 b); 865 float64 float64_mul(float64 a, float64 b) in float64_mul() function
|
Completed in 12 milliseconds