Searched refs:float32_mul (Results 1 – 10 of 10) sorted by relevance
/openbsd/lib/libc/softfloat/ |
H A D | softfloat-for-gcc.h | 28 #define float32_mul __mulsf3 macro
|
H A D | softfloat.h | 173 float32 float32_mul( float32, float32 ) __dso_protected;
|
H A D | softfloat.c | 976 float32 float32_mul( float32 a, float32 b ) in float32_mul() function
|
H A D | timesoftfloat.c | 2180 time_abz_float32( float32_mul ); in timeFunctionVariety()
|
/openbsd/sys/lib/libkern/ |
H A D | softfloat.h | 208 float32 float32_mul( float32, float32 );
|
H A D | softfloat.c | 1903 float32 float32_mul( float32 a, float32 b ) in float32_mul() function
|
/openbsd/sys/arch/mips64/mips64/ |
H A D | fp_emulate.c | 1158 float32_mul((float32)raw1, (float32)raw2), in fpu_madd() 1263 float32_mul((float32)raw1, (float32)raw2), in fpu_msub() 1289 float32 f32 = float32_mul((float32)raw1, (float32)raw2); in fpu_mul() 1349 float32_mul((float32)raw1, (float32)raw2), in fpu_nmadd() 1385 float32_mul((float32)raw1, (float32)raw2), in fpu_nmsub()
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | m88110_fp.c | 326 dest.sng = float32_mul(arg1.sng, arg2.sng); in m88110_fpu_emulate()
|
H A D | m88100_fp.c | 233 dest.sng = float32_mul(arg1.sng, arg2.sng); in m88100_fpu_emulate()
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | fp_complete.c | 129 float32_add, float32_sub, float32_mul, float32_div,
|