Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-math.c206 bool inf_found = false; in ecma_builtin_math_object_hypot() local
230 if (JERRY_UNLIKELY (inf_found || ecma_number_is_infinity (arg_num))) in ecma_builtin_math_object_hypot()
232 inf_found = true; in ecma_builtin_math_object_hypot()
245 if (JERRY_UNLIKELY (inf_found)) in ecma_builtin_math_object_hypot()