Home
last modified time | relevance | path

Searched refs:ftest (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dfnegate-1.c52 ftest(float src, float dst) in ftest() function
99 ftest (1.0f, -1.0f); in main()
100 ftest (2.0f, -2.0f); in main()
101 ftest (-3.0f, 3.0f); in main()
102 ftest (0.0f, -0.0f); in main()
103 ftest (-0.0f, 0.0f); in main()
/openbsd-src/gnu/usr.bin/perl/regen/
H A Doverload.pl206 ftest (-X
/openbsd-src/gnu/usr.bin/perl/
H A Doverload.inc176 "(-X", /* ftest */
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dgcov.texi223 special GCC options: @samp{-fprofile-arcs -ftest-coverage}.
240 $ gcc -fprofile-arcs -ftest-coverage tmp.c
356 @samp{-fprofile-arcs -ftest-coverage}. Aside from that, you can use any
401 is compiled with the GCC @option{-ftest-coverage} option. The
H A Dsourcebuild.texi969 @{ dg-options "-fprofile-arcs -ftest-coverage" @}
H A Dinvoke.texi246 -fsched-verbose=@var{n} -ftest-coverage -ftime-report @gol
2964 when it is used with the @option{-ftest-coverage} option.
2975 @item -ftest-coverage
2976 @opindex ftest-coverage
2993 Use @option{-ftest-coverage} with @option{-fprofile-arcs}; the latter
3004 @option{-ftest-coverage} is used without optimization.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgcov.texi264 special GCC options: @samp{-fprofile-arcs -ftest-coverage}.
281 $ gcc -fprofile-arcs -ftest-coverage tmp.c
455 @samp{-fprofile-arcs -ftest-coverage}. Aside from that, you can use any
522 the GCC @option{-ftest-coverage} option. It contains information to
H A Dsourcebuild.texi1324 @{ dg-options "-fprofile-arcs -ftest-coverage" @}
H A Dinvoke.texi294 -ftest-coverage -ftime-report -fvar-tracking @gol
3769 test coverage analysis (@option{-ftest-coverage}). Each object file's
3783 @option{-ftest-coverage} (when compiling) and @option{-lgcov} (when
3791 additional @option{-ftest-coverage} option. You do not need to profile
3828 @item -ftest-coverage
3829 @opindex ftest-coverage
H A Dgcc.info493 -ftest-coverage -ftime-report -fvar-tracking
3615 test coverage analysis (`-ftest-coverage'). Each object file's
3626 `-ftest-coverage' (when compiling) and `-lgcov' (when linking).
3631 analysis, use the additional `-ftest-coverage' option. You
3664 `-ftest-coverage'
26095 special GCC options: `-fprofile-arcs -ftest-coverage'. This tells the
26111 $ gcc -fprofile-arcs -ftest-coverage tmp.c
26277 -ftest-coverage'. Aside from that, you can use any other GCC options;
26340 the GCC `-ftest-coverage' option. It contains information to
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A DChangeLog106 * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes.
107 Add FLAG_STRICT to pa10 ftest opcode.
H A DChangeLog-91031070 * hppa.h (pa_opcodes): Handle PA2.0 fcnv, fcmp and ftest insns.
2430 bunch of aliases (fmov*, ftest*, tdivul) to support gcc's
2811 "fcmp", and "ftest".
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-cov.rst53 ``-fprofile-arcs`` and ``-ftest-coverage`` options to add the
/openbsd-src/gnu/llvm/clang/docs/
H A DSourceBasedCodeCoverage.rst21 This is enabled by ``-ftest-coverage`` or ``--coverage``.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlhacktips.pod1792 the flags C<-fprofile-arcs -ftest-coverage>. Either edit F<config.sh>
1798 -Accflags='-fprofile-arcs -ftest-coverage' \
1799 -Aldflags='-fprofile-arcs -ftest-coverage' \
1800 -Alddlflags='-fprofile-arcs -ftest-coverage -shared' \
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td491 "-ftest-module-file-extension argument '%0' is not of the required form "
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A DChangeLog-91031051 * hppa.h (pa_opcodes): Handle PA2.0 fcnv, fcmp and ftest insns.
2411 bunch of aliases (fmov*, ftest*, tdivul) to support gcc's
2792 "fcmp", and "ftest".
/openbsd-src/gnu/gcc/gcc/
H A Dcommon.opt905 ftest-coverage
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa.md2347 return \"ftest\;b%* %l0\";
2363 output_asm_insn (\"ftest\;add,tr %%r0,%%r0,%%r0\;b,n .+%0\", xoperands);
2365 output_asm_insn (\"ftest\;add,tr %%r0,%%r0,%%r0\;b .+%0\", xoperands);
2391 return \"ftest\;add,tr %%r0,%%r0,%%r0\;b%* %0\";
2407 output_asm_insn (\"ftest\;b,n .+%0\", xoperands);
2409 output_asm_insn (\"ftest\;b .+%0\", xoperands);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconfigure.in372 coverage_flags="-fprofile-arcs -ftest-coverage -O0"
375 coverage_flags="-fprofile-arcs -ftest-coverage -O2"
H A DONEWS53 analysis is also supported; see -fprofile-arcs, -ftest-coverage,
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dhppa.s1302 ftest
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.md2198 return \"ftest\;b,n %0\";
2200 return \"ftest\;b%* %0\";
2213 return \"ftest\;add,tr %%r0,%%r0,%%r0\;b,n %0\";
2215 return \"ftest\;add,tr %%r0,%%r0,%%r0\;b%* %0\";
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dgprof.texi349 which is enabled by the @samp{-fprofile-arcs}, @samp{-ftest-coverage}
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dgprof.texi349 which is enabled by the @samp{-fprofile-arcs}, @samp{-ftest-coverage}

12