| 3667 | |
| 3668 | |
| 3669 | static hx::Object * SLJIT_CALL modObjectFloat(hx::Object *inVal, double *inMod) |
| 3670 | { |
| 3671 | return Dynamic(hx::Mod(Dynamic(inVal), *inMod)).mPtr; |
| 3672 | } |
| 3673 | |
| 3674 | |
| 3675 | void genBitOpSet(CppiaCompiler *compiler, BitOp bitOp, const JitVal &ioValue, ExprType exprType, CppiaExpr *inExpr) |