Home
last modified time | relevance | path

Searched refs:round (Results 26 – 46 of 46) sorted by relevance

12

/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst52 "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/
Dindex.rst19 such as a 2.47-inch RGB 480x480 pixels TFT round LCD module with MIPI DSI®
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py371 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/
Dindex.rst58 non-preemptive, and preemptive threads with optional round robin
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dmcp.rst325 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/
Dlsm6dsv16x_decoder.c69 (q31_t) (round((val) * ((int64_t)1 << (31 - (range)))))
/Zephyr-latest/scripts/ci/
Dtest_plan.py501 nodes = round(total_tests / args.tests_per_builder)
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst204 * 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…
Dmigration-guide-3.5.rst85 language "round trip" requirements for these operations). If you use
/Zephyr-latest/doc/safety/images/
Dzephyr-safety-process.svg1round" stroke-miterlimit="10" pointer-events="all"/><path d="M 182 630.5 L 192.5 630.5 L 177 649.5…
DIEC-61508-basis.svg1 …x-dotted, svg[data-table] &gt; g &gt; .mjx-dotted {&#xa; stroke-linecap: round;&#xa; stroke-dash…
/Zephyr-latest/modules/tflite-micro/
DCMakeLists.txt169 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/round.cc
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt22 voluntarily release control to each other in a round-robin fashion.
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py826 t = round(time.time() * 1e6)
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split571 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/
Darch.rst516 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/
DKconfig520 round trip times (like NB-IoT), it might be needed to set this value
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6 …nsitionDuration,e=Number(t.replace("ms",""));o.style.transitionDelay=Math.round(e/10)+"ms",i.style…
Dpopper.min.js7 …(e).ShadowRoot||e instanceof ShadowRoot)}var i=Math.max,a=Math.min,s=Math.round;function f(){var e…
/Zephyr-latest/cmake/modules/
Dextensions.cmake1558 # 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/
Dtrain_hello_world_model.ipynb3196 " columns = [\"Model\", \"Loss/MSE\"], index=\"Model\").round(4)\n",

12