Home
last modified time | relevance | path

Searched refs:floatx80_sqrt (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h266 floatx80 floatx80_sqrt( floatx80 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h266 floatx80 floatx80_sqrt( floatx80 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h258 floatx80 floatx80_sqrt( floatx80 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h266 floatx80 floatx80_sqrt( floatx80 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h258 floatx80 floatx80_sqrt( floatx80 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h258 floatx80 floatx80_sqrt( floatx80 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h242 floatx80 floatx80_sqrt( floatx80 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c959 test_az_floatx80( floatx80_sqrt, syst_floatx80_sqrt ); in testFunctionVariety()
H A Dtestsoftfloat.c638 test_az_floatx80( slow_floatx80_sqrt, floatx80_sqrt ); in testFunctionVariety()
H A Dtestfloat.txt302 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat.txt151 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
252 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
H A Dtimesoftfloat.c2318 time_az_floatx80_pos( floatx80_sqrt ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4033 floatx80 floatx80_sqrt( floatx80 a ) in floatx80_sqrt() function