Home
last modified time | relevance | path

Searched refs:nan_found (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-math.c126 bool nan_found = false; in ecma_builtin_math_object_max_min() local
153 if (JERRY_UNLIKELY (nan_found || ecma_number_is_nan (arg_num))) in ecma_builtin_math_object_max_min()
155 nan_found = true; in ecma_builtin_math_object_max_min()
178 if (JERRY_UNLIKELY (nan_found)) in ecma_builtin_math_object_max_min()
205 bool nan_found = false; in ecma_builtin_math_object_hypot() local
236 if (JERRY_UNLIKELY (nan_found || ecma_number_is_nan (arg_num))) in ecma_builtin_math_object_hypot()
238 nan_found = true; in ecma_builtin_math_object_hypot()
250 if (JERRY_UNLIKELY (nan_found)) in ecma_builtin_math_object_hypot()

Completed in 1 milliseconds