Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h43 #define floatx80_div __divxf3 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.c2309 time_abz_floatx80( floatx80_div ); in timeFunctionVariety()
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h263 floatx80 floatx80_div( floatx80, floatx80 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h255 floatx80 floatx80_div( floatx80, floatx80 );
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h263 floatx80 floatx80_div( floatx80, floatx80 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h255 floatx80 floatx80_div( floatx80, floatx80 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h255 floatx80 floatx80_div( floatx80, floatx80 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h239 floatx80 floatx80_div( floatx80, floatx80 );
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3851 floatx80 floatx80_div( floatx80 a, floatx80 b ) in floatx80_div() function