Home
last modified time | relevance | path

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

/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h303 float128 float128_rem( float128, float128 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h295 float128 float128_rem( float128, float128 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h295 float128 float128_rem( float128, float128 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h295 float128 float128_rem( float128, float128 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h303 float128 float128_rem( float128, float128 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h279 float128 float128_rem( float128, float128 );
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.txt87 `floatx80_rem' and `float128_rem') will be markedly slower than other
H A Dsoftfloat.txt270 float128_rem
H A Dtimesoftfloat.c2376 time_abz_float128( float128_rem ); in timeFunctionVariety()
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c5118 float128 float128_rem( float128 a, float128 b ) in float128_rem() function