Home
last modified time | relevance | path

Searched refs:float (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/scripts/utils/
Dntc_thermistor_table.py31 def c_to_k(c: float): argument
45 r25: float, beta: float, interval: int, temp_init: int, temp_final: int argument
67 "-r25", type=float, required=True, help="Nominal resistance of thermistor"
70 "-b", "--beta", type=float, required=True, help="Beta(25/85) value"
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py38 log_0_arg: float | None
39 log_1_arg: float | None
40 log_2_arg: float | None
41 log_3_arg: float | None
42 log_str: float | None
43 tracepoint: float | None
44 tracepoint_d32: float | None
45 tolerance: float | None
151 observed = float(observed_str)
173 collect_time: float = 60.0, argument
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_sparc.cmake4 list(APPEND TOOLCHAIN_C_FLAGS -msoft-float)
5 list(APPEND TOOLCHAIN_LD_FLAGS -msoft-float)
Dtarget_mips.cmake14 list(APPEND TOOLCHAIN_C_FLAGS -msoft-float)
15 list(APPEND TOOLCHAIN_LD_FLAGS -msoft-float)
Dtarget_x86.cmake13 list(APPEND TOOLCHAIN_C_FLAGS -msoft-float)
14 list(APPEND TOOLCHAIN_LD_FLAGS -msoft-float)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dshell.py26 self, device: DeviceAdapter, prompt: str = 'uart:~$', timeout: float | None = None
30 self.base_timeout: float = timeout or device.base_timeout
32 def wait_for_prompt(self, timeout: float | None = None) -> bool:
54 self, command: str, timeout: float | None = None, print_output: bool = True
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor.cddl9 vf => float // ; Float Value
20 value = tstr / bstr / int .size 8 / float / bool
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py40 self.base_timeout: float = device_config.base_timeout
137 def readline(self, timeout: float | None = None, print_output: bool = True) -> str:
157 timeout: float | None = None,
178 timeout_time: float = time.time() + timeout
253 def _read_from_queue(self, timeout: float) -> str: argument
Dfifo_handler.py23 def __init__(self, fifo_path: str | Path, timeout: float): argument
73 timeout_time: float = time.time() + self._timeout
Dqemu_adapter.py36 timeout_time: float = time.time() + self.base_timeout
Dhardware_adapter.py33 self._flashing_timeout: float = device_config.flash_timeout
274 def _run_custom_script(script_path: str | Path, timeout: float) -> None: argument
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dplugin.py36 type=float,
43 type=float,
Dtwister_harness_config.py21 base_timeout: float = 60.0 # [s]
22 flash_timeout: float = 60.0 # [s]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/
Dmock_script.py19 parser.add_argument('--sleep', action='store', default=0, type=float)
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_prepare.py64 data_new[DATA_NAME].append([float(i) for i in line[0:3]])
82 data_new[DATA_NAME].append([float(i) for i in line[0:3]])
/Zephyr-latest/arch/x86/core/
Dia32.cmake23 zephyr_library_sources_ifdef(CONFIG_LAZY_FPU_SHARING ia32/float.c)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py180 duration += float(handler_time)
254 duration += float(handler_time)
551 percentage = (float(delta) / float(value - delta))
652 if float(handler_time) > 0:
656 pass_rate = (float(results.passed) / float(results.total - results.filtered_configs))
713 pass_rate = 100 * (float(results.passed_cases) / float(executed_cases)) \
/Zephyr-latest/lib/libc/newlib/
DKconfig49 bool "Build with newlib float printf"
55 bool "Build with newlib float scanf"
/Zephyr-latest/arch/posix/
DCMakeLists.txt60 # When building for 32bits x86, gcc defaults to using the old 8087 float arithmetic
61 # which causes some issues with literal float comparisons. So we set it
62 # to use the SSE2 float path instead
95 # default libC ones). This includes basic headers like stdint.h, stddef.h or float.h
/Zephyr-latest/tests/drivers/can/host/pytest/
Dcan_shell.py79 def send(self, msg: Message, timeout: Optional[float] = None) -> None: argument
168 def _recv_internal(self, timeout: Optional[float]) -> Tuple[Optional[Message], bool]: argument
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.css35 float: right;
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dsaleae_logic2.py81 threshold_volts = float(options.get('threshold-volts'))
/Zephyr-latest/
D.clang-format92 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
/Zephyr-latest/scripts/footprint/
Dcompare_footprint281 percentage = (float(value['delta']) / float(value['current'] -
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py108 parser.add_argument('--timeout', type=float, default=DEFAULT_TIMEOUT,
112 parser.add_argument('--sdo-timeout', type=float, default=DEFAULT_SDO_TIMEOUT,

123