Home
last modified time | relevance | path

Searched refs:floatx80_sub (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/lib/libc/softfloat/
Dsoftfloat-for-gcc.h34 #define floatx80_sub __subxf3 macro
Dsoftfloat.txt151 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
252 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
Dtimesoftfloat.c2306 time_abz_floatx80( floatx80_sub ); in timeFunctionVariety()
/freebsd-10-stable/lib/libc/powerpc/softfloat/
Dsoftfloat.h254 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd-10-stable/lib/libc/powerpc64/softfloat/
Dsoftfloat.h254 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd-10-stable/lib/libc/mips/softfloat/
Dsoftfloat.h262 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd-10-stable/tools/test/testfloat/sparc64/
Dsoftfloat.h217 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd-10-stable/lib/libc/arm/softfloat/
Dsoftfloat.h262 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd-10-stable/lib/libc/softfloat/templates/
Dsoftfloat.h238 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd-10-stable/tools/test/testfloat/
DtestFunction.c939 test_abz_floatx80( floatx80_sub, syst_floatx80_sub ); in testFunctionVariety()
Dtestsoftfloat.c626 test_abz_floatx80( slow_floatx80_sub, floatx80_sub ); in testFunctionVariety()
Dtestfloat.txt302 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
/freebsd-10-stable/lib/libc/softfloat/bits64/
Dsoftfloat.c3772 floatx80 floatx80_sub( floatx80 a, floatx80 b ) in floatx80_sub() function