Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c73 bool *sign_p, /**< [out] sign (optional) */ in ecma_number_unpack() argument
81 if (sign_p != NULL) in ecma_number_unpack()
83 *sign_p = ((packed_value >> ECMA_NUMBER_SIGN_POS) != 0); in ecma_number_unpack()
136 bool *sign_p, /**< [out] sign (optional) */ in ecma_number_unpack() argument
144 if (sign_p != NULL) in ecma_number_unpack()
146 *sign_p = ((packed_value >> ECMA_NUMBER_SIGN_POS) != 0); in ecma_number_unpack()