Home
last modified time | relevance | path

Searched refs:positives (Results 1 – 25 of 150) sorted by relevance

123456

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dtest-prohibited.c42 static uint32_t positives[] = { variable
126 for (i = 0; i < sizeof(positives)/sizeof(positives[0]); ++i) in main()
127 if (!_wind_stringprep_error(positives[i], WIND_PROFILE_NAME)) { in main()
129 positives[i]); in main()
/netbsd-src/external/gpl3/gcc.old/
H A DREADME.warnings57 similar issues of false positives.
69 similar issues of false positives.
78 false positives, and hopefully this warning will become
92 cases and should always be inspected, but false positives
101 This warning has many false positives where truncation is
126 This warning has many false positives in GCC 7, and many are
/netbsd-src/external/gpl3/gcc/
H A DREADME.warnings96 similar issues of false positives.
108 similar issues of false positives.
117 false positives, and hopefully this warning will become
131 cases and should always be inspected, but false positives
140 This warning has many false positives where truncation is
165 This warning has many false positives in GCC 7, and many are
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DTODO16 o - ODR false positives
18 ODR false positives can happen when we optimize, since code in .h
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DTODO16 o - ODR false positives
18 ODR false positives can happen when we optimize, since code in .h
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_consume.c633 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline() argument
642 assert(!(total == 0 && (positives || negatives))); in dt_print_quantline()
644 assert(!(val > 0 && !positives)); in dt_print_quantline()
648 if (positives) { in dt_print_quantline()
664 if (!positives) { in dt_print_quantline()
770 char positives = 0, negatives = 0; in dt_print_quantize() local
798 positives |= (data[i] > 0); in dt_print_quantize()
812 positives, negatives) < 0) in dt_print_quantize()
870 char positives = 0, negatives = 0; in dt_print_lquantize() local
906 positives |= (data[i] > 0); in dt_print_lquantize()
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/
H A Dtxtvsbin.txt25 the false positives that may occur when binary files containing large
90 positives). This, however, incurs a reduced precision overall, since
91 false positives are more likely to appear in binary files that contain
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/
H A Dtxtvsbin.txt25 the false positives that may occur when binary files containing large
90 positives). This, however, incurs a reduced precision overall, since
91 false positives are more likely to appear in binary files that contain
/netbsd-src/common/dist/zlib/doc/
H A Dtxtvsbin.txt25 the false positives that may occur when binary files containing large
90 positives). This, however, incurs a reduced precision overall, since
91 false positives are more likely to appear in binary files that contain
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/
H A Dtxtvsbin.txt25 the false positives that may occur when binary files containing large
90 positives). This, however, incurs a reduced precision overall, since
91 false positives are more likely to appear in binary files that contain
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_set_warning_flags.m411 dnl new warnings to -Wall which cause false positives, the
/netbsd-src/external/apache2/llvm/dist/llvm/utils/valgrind/
H A Di386-pc-linux-gnu.supp9 # Python false positives according to
H A Dx86_64-pc-linux-gnu.supp8 # Python false positives according to
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DThreadSanitizer.rst99 instruments such functions to avoid false positives and provide meaningful stack
110 at all. This can lead to false positives due to missed synchronization via
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpasses.def231 positives from warnings for erroneous code. */
344 number of false positives from it. */
376 number of false positives from it. */
H A Drange-op.cc2435 value_range positives = range_positives (type); in op1_range() local
2436 positives.intersect (lhs); in op1_range()
2437 r = positives; in op1_range()
2440 for (unsigned i = 0; i < positives.num_pairs (); ++i) in op1_range()
2442 -positives.upper_bound (i), in op1_range()
2443 -positives.lower_bound (i))); in op1_range()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dsimd66 // would otherwise yield many false positives.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpasses.def244 positives from warnings for erroneous code. */
364 number of false positives from it. */
402 number of false positives from it. */
/netbsd-src/doc/roadmaps/
H A Dverification33 finds are pretty easily fixed, or are false positives.
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dcheck.tpl128 # On MinGW and DJGPP convert line endings to avoid false positives
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dcheck.tpl128 # On MinGW and DJGPP convert line endings to avoid false positives
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_gcc_func_attribute.m417 # warnings when using this macro will yield false positives.
/netbsd-src/external/mpl/dhcp/dist/doc/devel/
H A Dqa.dox32 In the unlikely event of cppcheck finding false positives it is possible to add
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DIPA.rst69 of false positives, either by considering paths that the caller considers
86 enough that our tolerance for false positives is even lower here. A false
328 performance hit and the possibility of false positives on the path where the
/netbsd-src/external/public-domain/xz/dist/doc/
H A Dlzma-file-format.txt136 positives when trying to guess if the input file is in the

123456