Home
last modified time | relevance | path

Searched defs:huge_val (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/libm/
Ds_floor.c31 static const double huge_val = 1.0e300; variable
33 static double huge_val = 1.0e300; variable
/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.c266 const double huge_val = bit_size >= 32 ? 1e18 : 16384; in nir_atan2() local