Home
last modified time | relevance | path

Searched refs:float128_sub (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/lib/libc/softfloat/
Dsoftfloat-for-gcc.h35 #define float128_sub __subtf3 macro
Dsoftfloat.txt253 float128_add float128_sub float128_mul float128_div float128_sqrt
Dtimesoftfloat.c2370 time_abz_float128( float128_sub ); in timeFunctionVariety()
/freebsd-12-stable/tools/test/testfloat/sparc64/
Dsoftfloat.h252 float128 float128_sub( float128, float128 );
/freebsd-12-stable/lib/libc/powerpc64/softfloat/
Dsoftfloat.h293 float128 float128_sub( float128, float128 );
/freebsd-12-stable/lib/libc/powerpc/softfloat/
Dsoftfloat.h293 float128 float128_sub( float128, float128 );
/freebsd-12-stable/lib/libc/riscv/softfloat/
Dsoftfloat.h301 float128 float128_sub( float128, float128 );
/freebsd-12-stable/lib/libc/mips/softfloat/
Dsoftfloat.h301 float128 float128_sub( float128, float128 );
/freebsd-12-stable/lib/libc/arm/softfloat/
Dsoftfloat.h301 float128 float128_sub( float128, float128 );
/freebsd-12-stable/lib/libc/powerpcspe/softfloat/
Dsoftfloat.h293 float128 float128_sub( float128, float128 );
/freebsd-12-stable/lib/libc/softfloat/templates/
Dsoftfloat.h277 float128 float128_sub( float128, float128 );
/freebsd-12-stable/tools/test/testfloat/
DtestFunction.c1049 test_abz_float128( float128_sub, syst_float128_sub ); in testFunctionVariety()
Dtestsoftfloat.c702 test_abz_float128( slow_float128_sub, float128_sub ); in testFunctionVariety()
Dtestfloat.txt303 float128_add float128_sub float128_mul float128_div float128_sqrt
/freebsd-12-stable/lib/libc/softfloat/bits64/
Dsoftfloat.c4949 float128 float128_sub( float128 a, float128 b ) in float128_sub() function