Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/geom/
H A DRectangle_as.cpp176 as_value ret = newLessThan(x_as, rect_x_as, vm); in Rectangle_contains()
180 ret = newLessThan(x_as, rect_x1_as, vm); in Rectangle_contains()
184 ret = newLessThan(y_as, rect_y_as, vm); in Rectangle_contains()
188 ret = newLessThan(y_as, rect_y1_as, vm); in Rectangle_contains()
211 as_value ret = newLessThan(argx, thisx, vm); in Rectangle_containsPoint()
218 ret = newLessThan(argx, thisx, vm); in Rectangle_containsPoint()
226 ret = newLessThan(argy, thisy, vm); in Rectangle_containsPoint()
233 ret = newLessThan(argy, thisy, vm); in Rectangle_containsPoint()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DVM.h379 as_value newLessThan(const as_value& op1, const as_value& op2, const VM& vm);
H A DVM.cpp400 newLessThan(const as_value& op1, const as_value& op2, const VM& vm) in newLessThan() function
H A DMachine.cpp745 const bool jump = newLessThan(a, b, _vm).to_bool(); in execute()
H A DASHandlers.cpp2500 env.top(1) = newLessThan(env.top(1), env.top(0), getVM(env)); in ActionNewLessThan()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/
H A Dsparse.hxx354 SparseBool* newLessThan(Sparse &o);
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/operations/
H A Dtypes_comparison_lt_le_gt_ge.cpp218 *_pOut = _pSparse1->newLessThan(*_pSparse2); in SparseLessSparse()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Dsparse.cpp2784 SparseBool* Sparse::newLessThan(Sparse &o) in newLessThan() function in types::Sparse
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/changelogs/
H A DChangeLog-0.8.69348 IFLT opcode: Use as_value::newLessThan()