Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math-gen.cc52 Label if_xispositive(this), if_xisnotpositive(this); in TF_BUILTIN() local
53 BranchIfSmiLessThanOrEqual(SmiConstant(0), CAST(x), &if_xispositive, in TF_BUILTIN()
56 BIND(&if_xispositive); in TF_BUILTIN()
448 Label if_xisnegative(this), if_xispositive(this); in TF_BUILTIN() local
450 GotoIf(Float64LessThan(Float64Constant(0.0), x_value), &if_xispositive); in TF_BUILTIN()
456 BIND(&if_xispositive); in TF_BUILTIN()