Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math.cc455 Label if_xisnegative(this), if_xispositive(this); in TF_BUILTIN() local
456 GotoIf(Float64LessThan(x_value, Float64Constant(0.0)), &if_xisnegative); in TF_BUILTIN()
460 Bind(&if_xisnegative); in TF_BUILTIN()