Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.7.0/tests/kernel/fpu_sharing/generic/src/
Dpi.c77 FP_TYPE sign = FP_CONSTANT(-1.0); in calculate_pi_low() local
116 FP_TYPE sign = FP_CONSTANT(-1.0); in calculate_pi_high() local
/Zephyr-Core-3.7.0/scripts/west_commands/
Dsign.py230 def sign(self, command, build_dir, build_conf, formats): member in Signer
242 def sign(self, command, build_dir, build_conf, formats): member in ImgtoolSigner
464 def sign(self, command, build_dir, build_conf, formats): member in RimageSigner
/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/
Dlwm2m_util.c194 bool sign = false; in lwm2m_b32_to_float() local
261 bool sign = false; in lwm2m_b64_to_float() local
331 int64_t base = PRECISION64, sign = 1; in lwm2m_atof() local
/Zephyr-Core-3.7.0/drivers/sensor/aosong/dht/
Ddht.c192 int16_t raw_val, sign; in dht_channel_get() local
/Zephyr-Core-3.7.0/drivers/sensor/ti/ina219/
Dina219.c193 int8_t sign = 1; in ina219_channel_get() local
/Zephyr-Core-3.7.0/subsys/shell/
Dshell_ops.c117 static uint16_t shift_calc(const char *str, uint16_t pos, uint16_t len, int16_t sign) in shift_calc()
145 int16_t sign; in z_shell_op_cursor_word_move() local
/Zephyr-Core-3.7.0/arch/arm/core/
Delf.c183 uint32_t j_one, j_two, sign; in thm_jumps_decode() local
214 uint32_t j_one, j_two, sign; in thm_jumps_reloc() local
/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c872 char *sign, in encode_float()
1432 char sign = 0; in z_cbvprintf_impl() local
/Zephyr-Core-3.7.0/include/zephyr/drivers/rtc/
Dmcp7940n.h70 uint8_t sign : 1; member
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dgatt.c495 bool sign; in cmd_write_without_rsp() local
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dgatt.h1813 uint16_t length, bool sign) in bt_gatt_write_without_response()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dgatt.c5043 const void *data, uint16_t length, bool sign, in bt_gatt_write_without_response_cb()