Searched refs:limpos (Results 1 – 1 of 1) sorted by relevance
789 static const int32_t limpos = (0x10f << 22) /*zero*/ + 32767; /* 0x43c07fff */ in clamp16_from_float()802 else if (u.i > limpos) in clamp16_from_float()834 static const int32_t limpos = (0x11f << 22) /*zero*/ + 255; /* 0x47c000ff */ in clamp8_from_float()847 if (u.i > limpos) in clamp8_from_float()863 static const int32_t limpos = 0x7fffff; in clamp8_from_q8_23() local867 } else if (ival > limpos) { in clamp8_from_q8_23()889 static const float limpos = 0x7fffff / scale; in clamp24_from_float()894 } else if (f >= limpos) { in clamp24_from_float()916 static const int32_t limpos = 0x7fffff; in clamp24_from_q8_23() local920 } else if (ival > limpos) { in clamp24_from_q8_23()[all …]