Lines Matching defs:one
70 const int64_t one = 1LL << 32;78 p = one / 2;80 p8 = (256 * p + one / 2) >> 32; // FIXME: try without the one86 p += ((one - p) * factor + one / 2) >> 32;94 p = (i * one + 128) >> 8;95 p += ((one - p) * factor + one / 2) >> 32;96 p8 = (256 * p + one / 2) >> 32; // FIXME: try without the one