Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/include/xtensa/
Dcoreasm.h131 neg \at, \as // keep only the least-significant bit that is set...
712 neg \arr, \arr
715 neg \arr, \ars
/hal_espressif-latest/zephyr/esp32/src/hal/
Dwindowspill_asm.S150 neg a3, a2 // keep only the least-significant bit set of a2 ...
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h492 int res, neg; in mp_mul() local
493 neg = (a->sign == b->sign) ? MP_ZPOS : MP_NEG; in mp_mul()
531 c->sign = (c->used > 0) ? neg : MP_ZPOS; in mp_mul()
1718 int res, n, t, i, norm, neg; in mp_div() local
1760 neg = (a->sign == b->sign) ? MP_ZPOS : MP_NEG; in mp_div()
1880 c->sign = neg; in mp_div()
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc.c226 uECC_word_t neg = !!uECC_vli_sub(tmp, left, right, num_words); in uECC_vli_cmp() local
228 return (!equal - 2 * neg); in uECC_vli_cmp()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc.c226 uECC_word_t neg = !!uECC_vli_sub(tmp, left, right, num_words); in uECC_vli_cmp() local
228 return (!equal - 2 * neg); in uECC_vli_cmp()