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

  /src/external/lgpl3/gmp/dist/mpn/powerpc64/vmx/
popcount.asm 108 ble L(lsum)
147 L(lsum):
  /src/external/gpl3/gcc/dist/gcc/
cfghooks.cc 1518 profile_count lsum = profile_count::zero (); local
1520 lsum += e->count ();
1521 if (lsum.differs_from_p (bb->count))
1525 if (lsum < bb->count)
1528 max = lsum;
  /src/external/gpl3/gcc.old/dist/gcc/
cfghooks.cc 1510 profile_count lsum = profile_count::zero (); local
1512 lsum += e->count ();
1513 if (lsum.differs_from_p (bb->count))
1517 if (lsum < bb->count)
1520 max = lsum;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_aggregate.c 187 long double lsum = dt_aggregate_lquantizedsum(lhs); local
191 if (lsum < rsum)
194 if (lsum > rsum)
265 long double lsum = dt_aggregate_llquantizedsum(lhs); local
269 if (lsum < rsum)
272 if (lsum > rsum)
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
popcount.asm 145 jmp L(lsum)
194 L(lsum):

Completed in 97 milliseconds