Searched refs:limpos (Results 1 – 1 of 1) sorted by relevance
611 static const int32_t limpos = (0x10f << 22) /*zero*/ + 32767; /* 0x43c07fff */ in clamp16_from_float() local624 else if (u.i > limpos) in clamp16_from_float()650 static const int32_t limpos = (0x11f << 22) /*zero*/ + 255; /* 0x47c000ff */ in clamp8_from_float() local663 if (u.i > limpos) in clamp8_from_float()681 static const float limpos = 0x7fffff / scale; in clamp24_from_float() local686 } else if (f >= limpos) { in clamp24_from_float()704 static const int32_t limpos = 0x7fffff; in clamp24_from_q8_23() local708 } else if (ival > limpos) { in clamp24_from_q8_23()709 return limpos; in clamp24_from_q8_23()726 static const float limpos = 16.; in clampq4_27_from_float() local[all …]