/Zephyr-latest/samples/shields/npm1300_ek/src/ |
D | main.c | 99 abs(current.val1), abs(current.val2) / 100); in read_sensors() 101 printk("T: %s%d.%02d\n", ((temp.val1 < 0) || (temp.val2 < 0)) ? "-" : "", abs(temp.val1), in read_sensors() 102 abs(temp.val2) / 10000); in read_sensors()
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | crt0.S | 9 # abs 0x0000 - entry point after bootloader 16 # abs 0x0080 - will be checked by bootloader 20 # abs 0x0100 - text
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_dump.c | 113 alt_sign, abs(nav_data->altitude) / 1000, abs(nav_data->altitude) % 1000); in gnss_dump_nav_data()
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_load_test.py | 62 abs(padding_data1[0].tolist()[i][j] - expected_data1_0[i][j]), 67 abs(padding_data1[1].tolist()[i][j] - expected_data1_1[i][j]),
|
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | main.c | 41 diff = abs(hz - CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC); in ZTEST()
|
D | cpus.c | 123 int32_t diff = MAX(1, abs(clk_ratios[i] - clk_ratios[cpu])); in core_smoke()
|
/Zephyr-latest/tests/boards/mtk_adsp/src/ |
D | main.c | 49 int32_t err = hz0 / abs((int32_t)(hz0 - hz)); in ZTEST()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdlib.h | 60 static inline int abs(int __n) in abs() function
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | dut.c | 111 int64_t diff_to_expected_ms = abs(time_diff_ms - expected_conn_timeout_ms); in dut_procedure_connect_timeout()
|
/Zephyr-latest/drivers/input/ |
D | input_adc_keys.c | 86 diff = abs(sample_mv - cfg->code_cfg[i].press_mv); in adc_keys_process() 93 diff = abs(sample_mv - cfg->keyup_mv); in adc_keys_process()
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/ |
D | build_date.c | 149 abs(expected_time_seconds - received_time_seconds)); in ZTEST() 246 abs(expected_time_seconds - received_time_seconds)); in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | tester.c | 70 if (abs(diff_ms - rpa_timeout_ms) > (rpa_timeout_ms / 10)) { in cb_expect_rpa()
|
/Zephyr-latest/drivers/sensor/nordic/temp/ |
D | temp_nrfs.c | 253 val->val2 = (abs(uval) % 100) * 10000; in api_channel_get() 255 LOG_DBG("Temperature: %d.%02u[C]", uval / 100, abs(uval) % 100); in api_channel_get()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | tester_rpa_rotation.c | 101 if (abs(diff_ms - rpa_timeout_ms) > (rpa_timeout_ms / 10)) { in test_address()
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | math_ops.c | 21 if (abs(in_a[i] - in_b[i]) > threshold) { in test_near_equal_q15()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 241 if (abs(a[index] - b[index]) > threshold) { in test_near_equal_q31() 255 if (abs(a[index] - b[index]) > threshold) { in test_near_equal_q15() 269 if (abs(a[index] - b[index]) > threshold) { in test_near_equal_q7()
|
/Zephyr-latest/tests/drivers/sensor/temp_sensor/src/ |
D | main.c | 35 temp_val/100, abs(temp_val) % 100); in ZTEST()
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/ |
D | test_timer.py | 84 assert abs(time_diff) < seconds * max_drift_ppm / 1_000_000
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688.h | 443 *out_ug = ((abs(in) - (abs((*out_g)) * sensitivity)) * 1000000) / sensitivity; in icm42688_accel_g()
|
/Zephyr-latest/drivers/clock_control/ |
D | nrf_clock_calibration.c | 219 diff = abs(temperature - prev_temperature); in measure_temperature()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_mchp_xec.c | 227 if (abs((int)target_freq - (int)freq_h) < in xec_compare_params() 228 abs((int)target_freq - (int)freq_l)) { in xec_compare_params()
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 2 abs
|
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/ |
D | main.c | 80 const int64_t diff_to_expected_ms = abs(time_diff_ms - expected_conn_timeout_ms); in test_central_connect_timeout_with_timeout()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_util.c | 42 v = abs(val1); in lwm2m_float_to_b32() 57 v = abs(val2); in lwm2m_float_to_b32()
|
/Zephyr-latest/drivers/sensor/ |
D | default_rtio_sensor.c | 248 abs((int)value[sample].val1), abs((int)value[sample].val2), in sensor_submit_fallback_sync()
|