Lines Matching defs:min
9436 // [2] 2^-24 (min subnormal) * 2^-24 (min subnormal)
9437 // [3] -2^-24 (min subnormal) * 65504 (max normal)
9438 // [4] 6.10e-5 (min normal) * 0.99...
9527 // v30.H[2] = 2^-24 (min subnormal)
9528 // v30.H[3] = -2^-24 (min subnormal)
9529 // v30.H[4] = 6.10e-5 (min normal)
10568 Float16 min,
10596 uint64_t min_vec = Float16ToV4H(min);
10604 ASSERT_EQUAL_FP16(min, h28);
10623 bool min,
10656 return min ? Float16(-0.0) : Float16(0.0);
10660 return min ? n : m;
10662 return min ? m : n;