Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h33 #define floatx80_sub __subxf3 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.c2303 time_abz_floatx80( floatx80_sub ); in timeFunctionVariety()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h261 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h253 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h253 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h253 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h261 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h237 floatx80 floatx80_sub( floatx80, floatx80 );
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3769 floatx80 floatx80_sub( floatx80 a, floatx80 b ) in floatx80_sub() function