Searched refs:iacc (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imc.c | 464 int iacc = 0; in bit_allocation() local 512 iacc += chctx->bandWidthT[i]; in bit_allocation() 516 if (!iacc) in bit_allocation() 520 summa = (summa * 0.5 - freebits) / iacc; in bit_allocation() 529 iacc = 0; in bit_allocation() 538 iacc += chctx->bandWidthT[j]; in bit_allocation() 550 summa = (float)(summer - freebits) / ((t1 + 1) * iacc) + summa; in bit_allocation()
|
/third_party/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 4917 Int ilhs, irhs, iacc; /* item counts in the arrays */ in decMultiplyOp() local 4990 iacc=ilhs+irhs; in decMultiplyOp() 5012 U_ASSERT((uint32_t)iacc <= INT32_MAX/sizeof(uLong)); in decMultiplyOp() 5013 needbytes=iacc*sizeof(uLong); in decMultiplyOp() 5015 zoff=(iacc+7)/8; /* items to offset by */ in decMultiplyOp() 5043 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0; in decMultiplyOp() 5072 for (lp=zacc; lp<zacc+iacc; lp++) { in decMultiplyOp() 5097 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) { in decMultiplyOp()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decNumber.cpp | 4917 Int ilhs, irhs, iacc; /* item counts in the arrays */ in decMultiplyOp() local 4990 iacc=ilhs+irhs; in decMultiplyOp() 5012 U_ASSERT((uint32_t)iacc <= INT32_MAX/sizeof(uLong)); in decMultiplyOp() 5013 needbytes=iacc*sizeof(uLong); in decMultiplyOp() 5015 zoff=(iacc+7)/8; /* items to offset by */ in decMultiplyOp() 5043 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0; in decMultiplyOp() 5072 for (lp=zacc; lp<zacc+iacc; lp++) { in decMultiplyOp() 5097 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) { in decMultiplyOp()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 4917 Int ilhs, irhs, iacc; /* item counts in the arrays */ in decMultiplyOp() local 4990 iacc=ilhs+irhs; in decMultiplyOp() 5012 U_ASSERT((uint32_t)iacc <= INT32_MAX/sizeof(uLong)); in decMultiplyOp() 5013 needbytes=iacc*sizeof(uLong); in decMultiplyOp() 5015 zoff=(iacc+7)/8; /* items to offset by */ in decMultiplyOp() 5043 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0; in decMultiplyOp() 5072 for (lp=zacc; lp<zacc+iacc; lp++) { in decMultiplyOp() 5097 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) { in decMultiplyOp()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 4917 Int ilhs, irhs, iacc; /* item counts in the arrays */ in decMultiplyOp() local 4990 iacc=ilhs+irhs; in decMultiplyOp() 5012 U_ASSERT((uint32_t)iacc <= INT32_MAX/sizeof(uLong)); in decMultiplyOp() 5013 needbytes=iacc*sizeof(uLong); in decMultiplyOp() 5015 zoff=(iacc+7)/8; /* items to offset by */ in decMultiplyOp() 5043 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0; in decMultiplyOp() 5072 for (lp=zacc; lp<zacc+iacc; lp++) { in decMultiplyOp() 5097 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) { in decMultiplyOp()
|