Home
last modified time | relevance | path

Searched refs:float32_mul (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h28 #define float32_mul __mulsf3 macro
H A Dsoftfloat.h173 float32 float32_mul( float32, float32 ) __dso_protected;
H A Dsoftfloat.c976 float32 float32_mul( float32 a, float32 b ) in float32_mul() function
H A Dtimesoftfloat.c2180 time_abz_float32( float32_mul ); in timeFunctionVariety()
/openbsd/sys/lib/libkern/
H A Dsoftfloat.h208 float32 float32_mul( float32, float32 );
H A Dsoftfloat.c1903 float32 float32_mul( float32 a, float32 b ) in float32_mul() function
/openbsd/sys/arch/mips64/mips64/
H A Dfp_emulate.c1158 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 Dm88110_fp.c326 dest.sng = float32_mul(arg1.sng, arg2.sng); in m88110_fpu_emulate()
H A Dm88100_fp.c233 dest.sng = float32_mul(arg1.sng, arg2.sng); in m88100_fpu_emulate()
/openbsd/sys/arch/alpha/alpha/
H A Dfp_complete.c129 float32_add, float32_sub, float32_mul, float32_div,