Home
last modified time | relevance | path

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

/trueos/lib/libc/softfloat/
HDsoftfloat-for-gcc.h29 #define floatx80_add __addxf3 macro
HDsoftfloat.txt151 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
252 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
HDtimesoftfloat.c2303 time_abz_floatx80( floatx80_add ); in timeFunctionVariety()
/trueos/lib/libc/powerpc64/softfloat/
HDsoftfloat.h253 floatx80 floatx80_add( floatx80, floatx80 );
/trueos/lib/libc/arm/softfloat/
HDsoftfloat.h261 floatx80 floatx80_add( floatx80, floatx80 );
/trueos/lib/libc/mips/softfloat/
HDsoftfloat.h261 floatx80 floatx80_add( floatx80, floatx80 );
/trueos/tools/test/testfloat/sparc64/
HDsoftfloat.h216 floatx80 floatx80_add( floatx80, floatx80 );
/trueos/lib/libc/powerpc/softfloat/
HDsoftfloat.h253 floatx80 floatx80_add( floatx80, floatx80 );
/trueos/lib/libc/softfloat/templates/
HDsoftfloat.h237 floatx80 floatx80_add( floatx80, floatx80 );
/trueos/tools/test/testfloat/
HDtestFunction.c934 test_abz_floatx80( floatx80_add, syst_floatx80_add ); in testFunctionVariety()
HDtestsoftfloat.c623 test_abz_floatx80( slow_floatx80_add, floatx80_add ); in testFunctionVariety()
HDtestfloat.txt302 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
/trueos/lib/libc/softfloat/bits64/
HDsoftfloat.c3750 floatx80 floatx80_add( floatx80 a, floatx80 b ) in floatx80_add() function