Searched refs:this_max (Results 1 – 2 of 2) sorted by relevance
1917 off_t this_max; in evb_uboot_setboot() local1919 this_max = file_size; in evb_uboot_setboot()1921 this_max = sb.st_size - file_offset; in evb_uboot_setboot()1922 this_max += image_offset; in evb_uboot_setboot()1923 if (max_offset < this_max) in evb_uboot_setboot()1924 max_offset = this_max; in evb_uboot_setboot()
1022 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local1027 this_max * Other_max + 1); in multiply()1045 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()1050 this_max * Other_min, this_max * Other_max}; in multiply()1469 APInt this_max = getSignedMax().sext(getBitWidth() * 2); in smul_sat() local1473 auto L = {this_min * Other_min, this_min * Other_max, this_max * Other_min, in smul_sat()1474 this_max * Other_max}; in smul_sat()