Home
last modified time | relevance | path

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

/trueos/lib/libc/softfloat/
HDsoftfloat-for-gcc.h45 #define float128_div __divtf3 macro
HDsoftfloat.txt253 float128_add float128_sub float128_mul float128_div float128_sqrt
HDtimesoftfloat.c2376 time_abz_float128( float128_div ); in timeFunctionVariety()
/trueos/lib/libc/powerpc64/softfloat/
HDsoftfloat.h295 float128 float128_div( float128, float128 );
/trueos/lib/libc/arm/softfloat/
HDsoftfloat.h303 float128 float128_div( float128, float128 );
/trueos/lib/libc/mips/softfloat/
HDsoftfloat.h303 float128 float128_div( float128, float128 );
/trueos/tools/test/testfloat/sparc64/
HDsoftfloat.h254 float128 float128_div( float128, float128 );
/trueos/lib/libc/powerpc/softfloat/
HDsoftfloat.h295 float128 float128_div( float128, float128 );
/trueos/lib/libc/softfloat/templates/
HDsoftfloat.h279 float128 float128_div( float128, float128 );
/trueos/tools/test/testfloat/
HDtestFunction.c1059 test_abz_float128( float128_div, syst_float128_div ); in testFunctionVariety()
HDtestsoftfloat.c708 test_abz_float128( slow_float128_div, float128_div ); in testFunctionVariety()
HDtestfloat.txt303 float128_add float128_sub float128_mul float128_div float128_sqrt
/trueos/lib/libc/softfloat/bits64/
HDsoftfloat.c5036 float128 float128_div( float128 a, float128 b ) in float128_div() function