Home
last modified time | relevance | path

Searched defs:Exp (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp292 JSTaggedValue BuiltinsMath::Exp(EcmaRuntimeCallInfo *argv) in Exp() function in panda::ecmascript::builtins::BuiltinsMath
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp363 JSTaggedValue SlowRuntimeStub::Exp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in Exp() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp509 DEF_RUNTIME_STUBS(Exp) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_math_test.cpp1960 HWTEST_F_L0(BuiltinsMathTest, Exp) in HWTEST_F_L0() argument