Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h39 #define float128_mul __multf3 macro
H A Dsoftfloat.txt252 float128_add float128_sub float128_mul float128_div float128_sqrt
H A Dtimesoftfloat.c2370 time_abz_float128( float128_mul ); in timeFunctionVariety()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h301 float128 float128_mul( float128, float128 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h293 float128 float128_mul( float128, float128 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h293 float128 float128_mul( float128, float128 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h293 float128 float128_mul( float128, float128 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h301 float128 float128_mul( float128, float128 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h277 float128 float128_mul( float128, float128 );
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4968 float128 float128_mul( float128 a, float128 b ) in float128_mul() function