/src/lib/libc/arch/aarch64/softfloat/ |
softfloat.h | 260 floatx80 floatx80_sqrt( floatx80 );
|
/src/lib/libc/arch/arm/softfloat/ |
softfloat.h | 268 floatx80 floatx80_sqrt( floatx80 );
|
/src/lib/libc/arch/mips/softfloat/ |
softfloat.h | 269 floatx80 floatx80_sqrt( floatx80 );
|
/src/lib/libc/arch/or1k/softfloat/ |
softfloat.h | 257 floatx80 floatx80_sqrt( floatx80 );
|
/src/lib/libc/arch/powerpc/softfloat/ |
softfloat.h | 257 floatx80 floatx80_sqrt( floatx80 );
|
/src/lib/libc/arch/sh3/softfloat/ |
softfloat.h | 267 floatx80 floatx80_sqrt( floatx80 );
|
/src/lib/libc/arch/sparc64/softfloat/ |
softfloat.h | 255 floatx80 floatx80_sqrt( floatx80 );
|
/src/lib/libc/softfloat/templates/ |
softfloat.h | 241 floatx80 floatx80_sqrt( floatx80 );
|
/src/regress/lib/libc/ieeefp/testfloat/include/ |
softfloat.h | 292 floatx80 floatx80_sqrt( floatx80 );
|
/src/sys/lib/libkern/ |
softfloat.h | 306 floatx80 floatx80_sqrt( floatx80 );
|
softfloat.c | 3931 floatx80 floatx80_sqrt( floatx80 a ) function in typeref:typename:floatx80
|
/src/lib/libc/arch/m68k/softfloat/ |
softfloat.h | 262 floatx80 floatx80_sqrt( floatx80 );
|
/src/regress/lib/libc/ieeefp/testfloat/ |
testFunction.c | 130 { "floatx80_sqrt", 1, TRUE, TRUE }, 992 case FLOATX80_SQRT: 993 test_az_floatx80( floatx80_sqrt, syst_floatx80_sqrt );
|
/src/lib/libc/softfloat/ |
timesoftfloat.c | 1882 FLOATX80_SQRT, 2004 { "floatx80_sqrt", 1, TRUE, TRUE, FALSE, FALSE }, 2319 case FLOATX80_SQRT: 2320 time_az_floatx80_pos( floatx80_sqrt );
|
/src/lib/libc/softfloat/bits64/ |
softfloat.c | 4081 floatx80 floatx80_sqrt( floatx80 a ) function in typeref:typename:floatx80
|