Home
last modified time | relevance | path

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

123

/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dshell.py25 …def __init__(self, device: DeviceAdapter, prompt: str = 'uart:~$', timeout: float | None = None) -…
28 self.base_timeout: float = timeout or device.base_timeout
30 def wait_for_prompt(self, timeout: float | None = None) -> bool:
51 …def exec_command(self, command: str, timeout: float | None = None, print_output: bool = True) -> l…
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor.cddl9 vf => float // ; Float Value
20 value = tstr / bstr / int .size 8 / float / bool
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py39 self.base_timeout: float = device_config.base_timeout
112 def readline(self, timeout: float | None = None, print_output: bool = True) -> str:
132 timeout: float | None = None,
153 timeout_time: float = time.time() + timeout
228 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 = self.base_timeout
262 def _run_custom_script(script_path: str | Path, timeout: float) -> None: argument
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/tests/resources/
Dmock_script.py18 parser.add_argument('--sleep', action='store', default=0, type=float)
/Zephyr-Core-3.6.0/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-Core-3.6.0/arch/x86/core/
Dia32.cmake23 zephyr_library_sources_ifdef(CONFIG_LAZY_FPU_SHARING ia32/float.c)
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dreports.py125 duration += float(handler_time)
196 duration += float(handler_time)
415 percentage = (float(delta) / float(value - delta))
473 if float(handler_time) > 0:
477 pass_rate = (float(results.passed) / float(results.total - results.skipped_configs))
Dharness.py490 self.instance.execution_time = float(elem_ts.get('time'))
494 tc.duration = float(elem_tc.get('time'))
647 tc.duration = float(result_match.group(4))
661 tc.duration = float(summary_match.group(5))
/Zephyr-Core-3.6.0/lib/libc/newlib/
DKconfig49 bool "Build with newlib float printf"
55 bool "Build with newlib float scanf"
/Zephyr-Core-3.6.0/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
91 # default libC ones). This includes basic headers like stdint.h, stddef.h or float.h
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py20 base_timeout: float = 60.0 # [s]
Dplugin.py36 type=float,
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/kconfig/static/
Dkconfig.css35 float: right;
/Zephyr-Core-3.6.0/
D.clang-format78 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
/Zephyr-Core-3.6.0/tests/kernel/timer/timer_behavior/pytest/
Dsaleae_logic2.py81 threshold_volts = float(options.get('threshold-volts'))
/Zephyr-Core-3.6.0/scripts/footprint/
Dcompare_footprint281 percentage = (float(value['delta']) / float(value['current'] -
/Zephyr-Core-3.6.0/scripts/west_commands/runners/
Dcanopen_program.py109 parser.add_argument('--timeout', type=float, default=DEFAULT_TIMEOUT,
113 parser.add_argument('--sdo-timeout', type=float, default=DEFAULT_SDO_TIMEOUT,
/Zephyr-Core-3.6.0/samples/subsys/zbus/benchmark/
DREADME.rst52 | LIS/SUB/MSG_SUB | 1,4,8 | 2,8,32,128,512 | float | int | …

123