HomeSort by: relevance | last modified time | path
    Searched refs:negatives (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
test-prohibited.c 93 static uint32_t negatives[] = { variable
133 for (i = 0; i < sizeof(negatives)/sizeof(negatives[0]); ++i)
134 if (_wind_stringprep_error(negatives[i], WIND_PROFILE_NAME)) {
136 negatives[i]);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
staticcond.d 40 * negatives = array to store negative clauses
44 bool evalStaticCondition(Scope* sc, Expression original, Expression e, out bool errors, Expressions* negatives = null)
46 if (negatives)
47 negatives.setDim(0);
119 if (negatives && !opt.get())
120 negatives.push(before);
132 * negatives = array with negative clauses from `instantiated` expression
140 const Expression[] negatives, bool full, ref uint itemCount)
148 itemCount = visualizeFull(original, instantiated, negatives, buf);
150 itemCount = visualizeShort(original, instantiated, negatives, buf)
    [all...]
  /src/lib/libc/arch/sparc/gen/
fixunsdfsi.S 74 fdtoi %f0, %f0 ! (this includes negatives!)
  /src/lib/libc/arch/sparc64/gen/
fixunsdfsi.S 78 fdtox %f0, %f0 ! (this includes negatives!)
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_consume.c 633 uint64_t normal, long double total, char positives, char negatives)
642 assert(!(total == 0 && (positives || negatives)));
643 assert(!(val < 0 && !negatives));
647 if (!negatives) {
770 char positives = 0, negatives = 0; local
799 negatives |= (data[i] < 0);
812 positives, negatives) < 0)
870 char positives = 0, negatives = 0; local
907 negatives |= (data[i] < 0);
932 total, positives, negatives) < 0
1000 char positives = 0, negatives = 0; local
1859 char negatives = aggdata->dtada_flags & DTRACE_A_HASNEGATIVES; local
    [all...]
  /src/share/mk/
bsd.test.mk 175 # Forbid this case. It is likely to cause false positives/negatives and it
187 @echo "*** positives and/or false negatives."
  /src/external/gpl3/gcc/dist/gcc/
range-op-float.cc 1587 // Start with the positives because negatives are an impossible result.
1603 frange negatives (type, real_value_negate (&positives.upper_bound ()),
1605 negatives.clear_nan ();
1606 r.union_ (negatives);
range-op.cc 4293 // Start with the positives because negatives are an impossible result.
4824 int_range_max negatives = range_negatives (integer_type_node);
4825 negatives.intersect (op1);
4826 ASSERT_TRUE (negatives.undefined_p ());
4823 int_range_max negatives = range_negatives (integer_type_node); local
  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 3688 // Start with the positives because negatives are an impossible result.
4400 int_range_max negatives = range_negatives (integer_type_node);
4401 negatives.intersect (op1);
4402 ASSERT_TRUE (negatives.undefined_p ());
4399 int_range_max negatives = range_negatives (integer_type_node); local

Completed in 91 milliseconds