Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math.cc49 Label if_xispositive(this), if_xisnotpositive(this); in TF_BUILTIN() local
51 &if_xispositive, &if_xisnotpositive); in TF_BUILTIN()
53 Bind(&if_xispositive); in TF_BUILTIN()
455 Label if_xisnegative(this), if_xispositive(this); in TF_BUILTIN() local
457 GotoIf(Float64LessThan(Float64Constant(0.0), x_value), &if_xispositive); in TF_BUILTIN()
463 Bind(&if_xispositive); in TF_BUILTIN()