Searched refs:rnd_val (Results 1 – 3 of 3) sorted by relevance
155 FIXP_DBL rnd_val = 0; in qmfSynPrototypeFirSlot() local159 rnd_val = FIXP_DBL(1 << (scale - 1)); in qmfSynPrototypeFirSlot()186 (Are + rnd_val)); /* Round-addition must not overflow, might be in qmfSynPrototypeFirSlot()189 SATURATE_RIGHT_SHIFT(Are + rnd_val, scale, SAMPLE_BITS_QMFOUT)); in qmfSynPrototypeFirSlot()246 FIXP_DBL rnd_val = (FIXP_DBL)0; in qmfSynPrototypeFirSlot_NonSymmetric() local250 rnd_val = FIXP_DBL(1 << (scale - 1)); in qmfSynPrototypeFirSlot_NonSymmetric()276 (Are + rnd_val)); /* Round-addition must not overflow */ in qmfSynPrototypeFirSlot_NonSymmetric()278 SATURATE_RIGHT_SHIFT(Are + rnd_val, scale, SAMPLE_BITS_QMFOUT)); in qmfSynPrototypeFirSlot_NonSymmetric()
630 static int32_t rnd_val = 0; variable638 if (0 == rnd_val) in MHD_W32_random_()639 rnd_val = (int32_t)time(NULL); in MHD_W32_random_()641 rnd_val = (16807 * (rnd_val % 127773) - 2836 * (rnd_val / 127773)) in MHD_W32_random_()643 return (int)rnd_val; in MHD_W32_random_()
434 rnd_val = rnd.eval()456 self.assertAllClose(rnd_val, var_val)