Searched refs:limneg (Results 1 – 1 of 1) sorted by relevance
610 static const int32_t limneg = (0x10f << 22) /*zero*/ - 32768; /* 0x43bf8000 */ in clamp16_from_float() local622 if (u.i < limneg) in clamp16_from_float()649 static const int32_t limneg = (0x11f << 22) /*zero*/; in clamp8_from_float() local661 if (u.i < limneg) in clamp8_from_float()682 static const float limneg = -0x800000 / scale; in clamp24_from_float() local684 if (f <= limneg) { in clamp24_from_float()705 static const int32_t limneg = -0x800000; in clamp24_from_q8_23() local706 if (ival < limneg) { in clamp24_from_q8_23()707 return limneg; in clamp24_from_q8_23()727 static const float limneg = -16.; in clampq4_27_from_float() local[all …]