Searched refs:round (Results 26 – 46 of 46) sorted by relevance
12
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 52 "floor" (round down to nearest output unit), "ceil" (round up) and 53 "near" (round to nearest). Finally the output precision can be
|
/Zephyr-latest/boards/st/stm32u5a9j_dk/doc/ |
D | index.rst | 19 such as a 2.47-inch RGB 480x480 pixels TFT round LCD module with MIPI DSI®
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 371 return tuple(0 if x < 48 else int(round(max(1, (x - 55)/40))) for x in rgb) 392 index = int(round((luma - 8)/10)) 432 curses.init_color(color_index, *(int(round(1000*x/255)) for x in rgb)) 502 d = dist(rgb, tuple(int(round(255*c/1000))
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 58 non-preemptive, and preemptive threads with optional round robin
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 325 set_scp_ioptest`) does preset IOP test searches and takes the round 336 Run the search corresponding to the fourth round of the IOP test:
|
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
D | lsm6dsv16x_decoder.c | 69 (q31_t) (round((val) * ((int64_t)1 << (31 - (range)))))
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 501 nodes = round(total_tests / args.tests_per_builder)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.9.rst | 204 * Added test Case to stress test round robin scheduling in schedule_api test. 308 * ``ZEP-2371`` - [test] Create a stress test to test round robin scheduling with equal priority tas…
|
D | migration-guide-3.5.rst | 85 language "round trip" requirements for these operations). If you use
|
/Zephyr-latest/doc/safety/images/ |
D | zephyr-safety-process.svg | 1 …round" stroke-miterlimit="10" pointer-events="all"/><path d="M 182 630.5 L 192.5 630.5 L 177 649.5…
|
D | IEC-61508-basis.svg | 1 …x-dotted, svg[data-table] > g > .mjx-dotted {
 stroke-linecap: round;
 stroke-dash…
|
/Zephyr-latest/modules/tflite-micro/ |
D | CMakeLists.txt | 169 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/round.cc
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 22 voluntarily release control to each other in a round-robin fashion.
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 826 t = round(time.time() * 1e6)
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 571 round robin scheduling to skip the overlapping Periodic Advertising 1121 interval could lock to a round robin pattern where in neither of the central 1123 to break this locked round robin pattern permitting an anchor point sync.
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 516 stack object not used for the thread's stack buffer, and how to round up 526 - :c:macro:`ARCH_THREAD_STACK_SIZE_ALIGN`: default round up to 674 implies that :c:macro:`ARCH_THREAD_STACK_SIZE_ADJUST()` will need to round
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 520 round trip times (like NB-IoT), it might be needed to set this value
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | tippy-bundle.umd.min.js | 6 …nsitionDuration,e=Number(t.replace("ms",""));o.style.transitionDelay=Math.round(e/10)+"ms",i.style…
|
D | popper.min.js | 7 …(e).ShadowRoot||e instanceof ShadowRoot)}var i=Math.max,a=Math.min,s=Math.round;function f(){var e…
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1558 # Function to round number to next power of two. 1573 # n = Variable containing the number to round
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 3196 " columns = [\"Model\", \"Loss/MSE\"], index=\"Model\").round(4)\n",
|
12