Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/
DCONTRIBUTING.md68 personal information I submit with it, including my sign-off) is
72 If you are agree with the statement, just simply add sign-off in your commit message, following for…
77 Open Git bash to execute below commands for adding sign-off.
79 * Config user name and email for sign-off message
91 * Add sign-off to commit message
93 …it -s ``` to commit your message, sign-off will be automatically added to your commit message. If …
96 …supported automatically adding sign-off when you Commit change directly using GitHub Web UI. You n…
102 …one automatically to your pull requests. If there's sign-off mismatch issue in any commit or no si…
126 * Add sign-off in your commit.
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FastMathFunctions/
Darm_divide_q15.c65 int16_t sign=0; in arm_divide_q15() local
71 sign = (numerator>>15) ^ (denominator>>15); in arm_divide_q15()
75 if (sign) in arm_divide_q15()
98 if (sign) in arm_divide_q15()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/BasicMathFunctions/
Darm_shift_q31.c127 uint8_t sign = (shiftBits & 0x80); /* Sign of shiftBits */ in arm_shift_q31() local
137 if (sign == 0U) in arm_shift_q31()
200 if (sign == 0U) in arm_shift_q31()
Darm_shift_q7.c111 uint8_t sign = (shiftBits & 0x80); /* Sign of shiftBits */ in arm_shift_q7() local
123 if (sign == 0U) in arm_shift_q7()
193 if (sign == 0U) in arm_shift_q7()
Darm_shift_q15.c109 uint8_t sign = (shiftBits & 0x80); /* Sign of shiftBits */ in arm_shift_q15() local
121 if (sign == 0U) in arm_shift_q15()
219 if (sign == 0U) in arm_shift_q15()
Darm_scale_q31.c116 int8_t sign = (kShift & 0x80); in arm_scale_q31() local
123 if (sign == 0U) in arm_scale_q31()
204 if (sign == 0U) in arm_scale_q31()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_structure_defs.h127 UINT32 sign : 16; // 0xBEEF: tagged by MAC HW member
286 UINT32 sign : 16; /* Signature = 0xBEEF */
/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/include/
DEth_GeneralTypes.h418 boolean sign; /**< @brief Positive (True) Or negative (False) time */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c2269 int i, sign, odd; in Jac_scalar_multiplication() local
2344 sign = (int32_t)(uint32_t)(uint8_t)(((uint8_t)rec[recodeLength - 1U]) >> 7); in Jac_scalar_multiplication()
2379 casper_select(Y3, Y3, M, sign, (int16_t)(uint16_t)N_wordlen); in Jac_scalar_multiplication()
2388 sign = (int32_t)(uint32_t)(uint8_t)(((uint8_t)rec[i]) >> 7); in Jac_scalar_multiplication()
2394 casper_select(scalar, Y, scalar, sign, (int16_t)(uint16_t)N_wordlen); in Jac_scalar_multiplication()