Home
last modified time | relevance | path

Searched refs:floatx80_rem (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h265 floatx80 floatx80_rem( floatx80, floatx80 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h265 floatx80 floatx80_rem( floatx80, floatx80 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h257 floatx80 floatx80_rem( floatx80, floatx80 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h265 floatx80 floatx80_rem( floatx80, floatx80 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h257 floatx80 floatx80_rem( floatx80, floatx80 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h257 floatx80 floatx80_rem( floatx80, floatx80 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h241 floatx80 floatx80_rem( floatx80, floatx80 );
/freebsd-13.1/lib/libc/softfloat/
H A Dtimesoftfloat.txt88 `floatx80_rem' and `float128_rem') will be markedly slower than other
H A Dsoftfloat.txt270 floatx80_rem
H A Dtimesoftfloat.c2315 time_abz_floatx80( floatx80_rem ); in timeFunctionVariety()
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c954 test_abz_floatx80( floatx80_rem, syst_floatx80_rem ); in testFunctionVariety()
H A Dtestsoftfloat.c635 test_abz_floatx80( slow_floatx80_rem, floatx80_rem ); in testFunctionVariety()
H A Dtestfloat.txt316 floatx80_rem
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3935 floatx80 floatx80_rem( floatx80 a, floatx80 b ) in floatx80_rem() function