OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [graphite/] [pr39260.c] - Rev 338

Compare with Previous | Blame | View Log

/* { dg-options "-O2 -fgraphite-identity -ffast-math" } */
 
VBR_encode_frame (int mode_gr, int channels_out, int max_bits[2][2])
{
 int max_nbits_ch[2][2];
 int gr, ch;
 for (gr = 0; gr < mode_gr; ++gr)
   {
     float f[2], s = 0;
     for (ch = 0; ch < channels_out; ++ch)
       if (max_nbits_ch[gr][ch] > 0)
         s += f[ch];
     for (ch = 0; ch < channels_out; ++ch)
       if (s > 0)
         max_nbits_ch[gr][ch] = 7680 * f[ch] / s;
   }
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.