Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/test/testfloat/sparc64/
Dsoftfloat.h256 float128 float128_sqrt( float128 );
/freebsd-12-stable/lib/libc/powerpc64/softfloat/
Dsoftfloat.h297 float128 float128_sqrt( float128 );
/freebsd-12-stable/lib/libc/powerpc/softfloat/
Dsoftfloat.h297 float128 float128_sqrt( float128 );
/freebsd-12-stable/lib/libc/riscv/softfloat/
Dsoftfloat.h305 float128 float128_sqrt( float128 );
/freebsd-12-stable/lib/libc/mips/softfloat/
Dsoftfloat.h305 float128 float128_sqrt( float128 );
/freebsd-12-stable/lib/libc/arm/softfloat/
Dsoftfloat.h305 float128 float128_sqrt( float128 );
/freebsd-12-stable/lib/libc/powerpcspe/softfloat/
Dsoftfloat.h297 float128 float128_sqrt( float128 );
/freebsd-12-stable/lib/libc/softfloat/templates/
Dsoftfloat.h281 float128 float128_sqrt( float128 );
/freebsd-12-stable/tools/test/testfloat/
DtestFunction.c1069 test_az_float128( float128_sqrt, syst_float128_sqrt ); in testFunctionVariety()
Dtestsoftfloat.c714 test_az_float128( slow_float128_sqrt, float128_sqrt ); in testFunctionVariety()
Dtestfloat.txt303 float128_add float128_sub float128_mul float128_div float128_sqrt
/freebsd-12-stable/lib/libc/softfloat/
Dsoftfloat.txt253 float128_add float128_sub float128_mul float128_div float128_sqrt
Dtimesoftfloat.c2382 time_az_float128_pos( float128_sqrt ); in timeFunctionVariety()
/freebsd-12-stable/lib/libc/softfloat/bits64/
Dsoftfloat.c5232 float128 float128_sqrt( float128 a ) in float128_sqrt() function