Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-swfc.all/
H A Dswf4opcode.sc192 // test swf4 ActionMultiply, ActionDivide, ActionAdd, ActionSubstract
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DASHandlers.cpp111 void ActionDivide(ActionExec& thread);
270 _handlers[ACTION_DIVIDE] = ActionHandler(ACTION_DIVIDE, ActionDivide); in SWFHandlers()
722 ActionDivide(ActionExec& thread) in ActionDivide() function
/dports/graphics/p5-SWF-File/SWF-File-0.42/lib/SWF/
H A DElement.pm3520 ActionDivide => 0x0D,
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/changelogs/
H A DChangeLog-0.8.52013 Correct ActionDivide when dividing by 0.
H A DChangeLog-0.8.25475 * server/vm/ASHandlers.cpp (ActionDivide): return the string '#ERROR#'