Home
last modified time | relevance | path

Searched refs:float128_div (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h45 #define float128_div __divtf3 macro
H A Dsoftfloat.txt253 float128_add float128_sub float128_mul float128_div float128_sqrt
H A Dtimesoftfloat.c2376 time_abz_float128( float128_div ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h303 float128 float128_div( float128, float128 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h303 float128 float128_div( float128, float128 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h295 float128 float128_div( float128, float128 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h303 float128 float128_div( float128, float128 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h295 float128 float128_div( float128, float128 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h295 float128 float128_div( float128, float128 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h279 float128 float128_div( float128, float128 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c1059 test_abz_float128( float128_div, syst_float128_div ); in testFunctionVariety()
H A Dtestsoftfloat.c708 test_abz_float128( slow_float128_div, float128_div ); in testFunctionVariety()
H A Dtestfloat.txt303 float128_add float128_sub float128_mul float128_div float128_sqrt
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c5036 float128 float128_div( float128 a, float128 b ) in float128_div() function