Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h304 float128 float128_rem( float128, float128 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h304 float128 float128_rem( float128, float128 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h296 float128 float128_rem( float128, float128 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h304 float128 float128_rem( float128, float128 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h296 float128 float128_rem( float128, float128 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h296 float128 float128_rem( float128, float128 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h280 float128 float128_rem( float128, float128 );
/freebsd-13.1/lib/libc/softfloat/
H A Dtimesoftfloat.txt88 `floatx80_rem' and `float128_rem') will be markedly slower than other
H A Dsoftfloat.txt271 float128_rem
H A Dtimesoftfloat.c2379 time_abz_float128( float128_rem ); in timeFunctionVariety()
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c1064 test_abz_float128( float128_rem, syst_float128_rem ); in testFunctionVariety()
H A Dtestsoftfloat.c711 test_abz_float128( slow_float128_rem, float128_rem ); in testFunctionVariety()
H A Dtestfloat.txt317 float128_rem
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c5121 float128 float128_rem( float128 a, float128 b ) in float128_rem() function