Searched defs:huge_val (Results 1 – 3 of 3) sorted by relevance
31 static const double huge_val = 1.0e300; variable33 static double huge_val = 1.0e300; variable
6 static double huge_val(void) in huge_val() function
266 const double huge_val = bit_size >= 32 ? 1e18 : 16384; in nir_atan2() local