Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h428 inline GateRef StubBuilder::DoubleMod(GateRef x, GateRef y) in DoubleMod() function
430 return env_->GetBuilder()->DoubleMod(x, y); in DoubleMod()
Dstub_builder.h168 GateRef DoubleMod(GateRef x, GateRef y);
Dcircuit_builder.h66 V(DoubleMod, Smod, MachineType::F64) \