Home
last modified time | relevance | path

Searched refs:floor (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dtimer_convert.c50 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/
Dsymbols.txt49 floor
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs376 const currentPage = Math.floor(searchOffset / maxResults) + 1;
377 const totalPages = Math.floor(count / maxResults) + 1;
/Zephyr-latest/modules/tflite-micro/
DCMakeLists.txt125 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/floor.cc
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c261 return floor(ldexp(twt_interval_fp.mantissa, twt_interval_fp.exponent) / (1000)) * in nrf_wifi_twt_float_to_us()
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py879 idx = math.floor(ko.data / 8)
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst52 "floor" (round down to nearest output unit), "ceil" (round up) and
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c1829 params->setup.twt_interval = floor(ldexp(params->setup.twt_mantissa, in twt_args_to_params()