Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-math.c121 ecma_builtin_math_object_max_min (bool is_max, /**< 'max' or 'min' operation */ in ecma_builtin_math_object_max_min() argument
125 ecma_number_t result_num = ecma_number_make_infinity (is_max); in ecma_builtin_math_object_max_min()
164 if (is_max ? !is_negative : is_negative) in ecma_builtin_math_object_max_min()
171 if (is_max ? (arg_num > result_num) : (arg_num < result_num)) in ecma_builtin_math_object_max_min()
/third_party/cef/libcef/browser/
Dbrowser_message_loop.cc75 more_delayed_work = !next_work_info.delayed_run_time.is_max(); in DirectRunWork()
/third_party/quickjs/
Dquickjs.c41655 BOOL is_max = magic; in js_math_min_max() local
41661 return __JS_NewFloat64(ctx, is_max ? -1.0 / 0.0 : 1.0 / 0.0); in js_math_min_max()
41674 if (is_max) in js_math_min_max()
41693 if (is_max) in js_math_min_max()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1879 + if (!next_work_info.delayed_run_time.is_max()) {
1929 + if (!next_work_info.delayed_run_time.is_max()) {