Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h28 #define floatx80_add __addxf3 macro
H A Dsoftfloat.txt150 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
251 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
H A Dtimesoftfloat.c2300 time_abz_floatx80( floatx80_add ); in timeFunctionVariety()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h260 floatx80 floatx80_add( floatx80, floatx80 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h252 floatx80 floatx80_add( floatx80, floatx80 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h252 floatx80 floatx80_add( floatx80, floatx80 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h260 floatx80 floatx80_add( floatx80, floatx80 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h236 floatx80 floatx80_add( floatx80, floatx80 );
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3747 floatx80 floatx80_add( floatx80 a, floatx80 b ) in floatx80_add() function