Searched refs:bc (Results 1 – 4 of 4) sorted by relevance
742 unsigned int blk, nby, i, bc, z, id, cmp; in jd_mcu_load() local763 bc = (unsigned int)d; in jd_mcu_load()765 … if(bc) { /* If there is any difference from previous block */ in jd_mcu_load()766 e = bitext(jd, bc); /* Extract data bits */ in jd_mcu_load()768 bc = 1 << (bc - 1); /* MSB position */ in jd_mcu_load()769 if(!(e & bc)) e -= (bc << 1) - 1; /* Restore negative value if needed */ in jd_mcu_load()783 bc = (unsigned int)d; in jd_mcu_load()784 z += bc >> 4; /* Skip leading zero run */ in jd_mcu_load()786 if(bc &= 0x0F) { /* Bit length? */ in jd_mcu_load()787 d = bitext(jd, bc); /* Extract data bits */ in jd_mcu_load()[all …]
97 const uint64_t bc = b * c;100 uint64_t tmp = (bd >> 32) + (ad & M32) + (bc & M32);102 return DiyFp(ac + (ad >> 32) + (bc >> 32) + (tmp >> 32), e + rhs.e + 64);
47 int32_t bc; member319 state->bc = (state->r0 * dr) << 1; in lv_gradient_radial_setup()331 state->bc = (state->r0 * dr - state->x0 * dx - state->y0 * dy) << 1; in lv_gradient_radial_setup()400 b = xp * state->bpx + yp * state->bpy + state->bc; in lv_gradient_radial_get_line()
4592 stbtt_packedchar * bc = &ranges[i].chardata_for_range[j]; local4629 bc->x0 = (stbtt_int16)r->x;4630 bc->y0 = (stbtt_int16)r->y;4631 bc->x1 = (stbtt_int16)(r->x + r->w);4632 bc->y1 = (stbtt_int16)(r->y + r->h);4633 bc->xadvance = scale * advance;4634 bc->xoff = (float)x0 * recip_h + sub_x;4635 bc->yoff = (float)y0 * recip_v + sub_y;4636 bc->xoff2 = (x0 + r->w) * recip_h + sub_x;4637 bc->yoff2 = (y0 + r->h) * recip_v + sub_y;