Home
last modified time | relevance | path

Searched refs:testsoftfloat (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/tools/test/testfloat/sparc64/
H A DMakefile47 SRCS5= slowfloat.c testsoftfloat.c
55 all: testfloat testemufloat testsoftfloat
63 ${SRCS:R:S/$/.o/g} testfloat testemufloat testsoftfloat
65 testsoftfloat: ${OBJ_TSF} target
/freebsd-12.1/tools/test/testfloat/
H A Dtestfloat-source.txt38 `testsoftfloat'. The sources for both programs are intermixed, and both are
195 used by `testsoftfloat' for comparing against SoftFloat. The heart
204 (The `testsoftfloat' program contains its own version of this code.)
206 -- The `testfloat' and `testsoftfloat' modules are the main modules for the
207 `testfloat' and `testsoftfloat' programs.
236 No target-specific modules are needed for `testsoftfloat'.
316 This section applies only to `testfloat' and not to `testsoftfloat'.
400 4. Make `testsoftfloat' by executing `make testsoftfloat' (or `make
401 testsoftfloat.exe', or whatever the `testsoftfloat' executable is
403 `testsoftfloat'.
[all …]
H A DREADME.txt17 -- The `testsoftfloat' program tests SoftFloat itself for conformance to
29 (both `testfloat' and `testsoftfloat').
H A Dtestfloat.txt214 The version of TestFloat for testing SoftFloat is called `testsoftfloat'.
217 testsoftfloat [<option>...] <function>
548 The output from `testsoftfloat' is of the same form, except that the results
642 The `testfloat' (and `testsoftfloat') program accepts several command
660 The `testsoftfloat' program does not have this option. All SoftFloat
661 functions can be tested by `testsoftfloat'.
669 `testsoftfloat'), but can reveal bugs not found by level 1.
707 This option is not available to `testsoftfloat'.
743 For `testsoftfloat', these options operate more like the rounding precision
745 `testsoftfloat'. By default, `testsoftfloat' tests both cases for any
H A Dtestfloat-history.txt38 -- Created `testsoftfloat', with its own simpler complete software floating-
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-source.txt326 SoftFloat can be tested using the `testsoftfloat' program by the same
327 author. The `testsoftfloat' program is part of the TestFloat package