Home
last modified time | relevance | path

Searched refs:ecma_number_pow (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dopcodes-ecma-arithmetics.c80 result = ecma_number_pow (num_left, num_right); in do_number_arithmetic()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-math.c508 x = ecma_number_pow (x, y); in ecma_builtin_math_dispatch_routine()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c667 ecma_number_pow (ecma_number_t x, /**< left operand */ in ecma_number_pow() function
Decma-helpers.h406 ecma_number_t ecma_number_pow (ecma_number_t x, ecma_number_t y);