Searched refs:limpos (Results 1 – 1 of 1) sorted by relevance
530 static const int32_t limpos = (0x10f << 22) /*zero*/ + 32767; /* 0x43c07fff */ in clamp16_from_float() local543 else if (u.i > limpos) in clamp16_from_float()569 static const int32_t limpos = (0x11f << 22) /*zero*/ + 255; /* 0x47c000ff */ in clamp8_from_float() local582 if (u.i > limpos) in clamp8_from_float()599 static const float limpos = 0x7fffff / scale; in clamp24_from_float() local604 } else if (f >= limpos) { in clamp24_from_float()621 static const int32_t limpos = 0x7fffff; in clamp24_from_q8_23() local625 } else if (ival > limpos) { in clamp24_from_q8_23()626 return limpos; in clamp24_from_q8_23()642 static const float limpos = 16.; in clampq4_27_from_float() local[all …]