Searched refs:floor (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/kernel/timer/timer_api/src/ |
D | timer_convert.c | 50 TESTFUNC(ms, cyc, floor, 32) 51 TESTFUNC(ms, cyc, floor, 64) 56 TESTFUNC(ms, ticks, floor, 32) 57 TESTFUNC(ms, ticks, floor, 64) 62 TESTFUNC(us, cyc, floor, 32) 63 TESTFUNC(us, cyc, floor, 64) 68 TESTFUNC(us, ticks, floor, 32) 69 TESTFUNC(us, ticks, floor, 64) 74 TESTFUNC(cyc, ms, floor, 32) 75 TESTFUNC(cyc, ms, floor, 64) [all …]
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 49 floor
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 329 const currentPage = Math.floor(searchOffset / maxResults) + 1; 330 const totalPages = Math.floor(count / maxResults) + 1;
|
/Zephyr-latest/modules/tflite-micro/ |
D | CMakeLists.txt | 122 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/floor.cc
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wifi_mgmt.c | 261 return floor(ldexp(twt_interval_fp.mantissa, twt_interval_fp.exponent) / (1000)) * in nrf_wifi_twt_float_to_us()
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 879 idx = math.floor(ko.data / 8)
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 52 "floor" (round down to nearest output unit), "ceil" (round up) and
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 1793 params->setup.twt_interval = floor(ldexp(params->setup.twt_mantissa, in twt_args_to_params()
|