Home
last modified time | relevance | path

Searched refs:huge_val (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/expand/
Dbuiltin_huge_val.c6 static double huge_val(void) in huge_val() function
/third_party/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c287 const double huge_val = bit_size >= 32 ? 1e18 : 16384; in nir_atan2() local
288 nir_ssa_def *huge = nir_imm_floatN_t(b, huge_val, bit_size); in nir_atan2()