Home
last modified time | relevance | path

Searched refs:math (Results 1 – 25 of 62) sorted by relevance

123

/Zephyr-latest/boards/qemu/x86/
Dboard.cmake25 math(EXPR QEMU_MEMORY_SIZE_MB "${CONFIG_SRAM_SIZE} / 1024 + 4")
29 math(EXPR QEMU_MEMORY_SIZE_MB "8")
31 math(EXPR QEMU_MEMORY_SIZE_MB "${CONFIG_SRAM_SIZE} / 1024")
85 math(EXPR QEMU_FLASH_SIZE_KB "${CONFIG_FLASH_SIZE} * 1024")
/Zephyr-latest/scripts/utils/
Dntc_thermistor_table.py29 import math
39 resistance = r25 * math.exp(exp)
/Zephyr-latest/lib/libc/minimal/
DCMakeLists.txt33 source/math/sqrtf.c
34 source/math/sqrt.c
/Zephyr-latest/soc/silabs/silabs_siwx91x/
DCMakeLists.txt7 math(EXPR FLASH_LOAD_ADDRESS "(${CONFIG_FLASH_BASE_ADDRESS}) + (${CONFIG_FLASH_LOAD_OFFSET})")
/Zephyr-latest/tests/net/socket/udp/
Dgenerate-c-string.py8 from math import ceil
DCMakeLists.txt24 math(EXPR
/Zephyr-latest/soc/realtek/ec/common/
DCMakeLists.txt9math(EXPR adjustment "${CONFIG_REALTEK_RTS5912_BOOTROM_HEADER_LOAD_ADDRESS}" OUTPUT_FORMAT DECIMAL)
/Zephyr-latest/cmake/modules/
Dversion.cmake92 math(EXPR ${type}_VERSION_NUMBER_INT "(${MAJOR} << 16) + (${MINOR} << 8) + (${PATCH})")
93math(EXPR ${type}VERSION_INT "(${MAJOR} << 24) + (${MINOR} << 16) + (${PATCH} << 8) + (${T…
95 math(EXPR ${type}_VERSION_NUMBER "${${type}_VERSION_NUMBER_INT}" OUTPUT_FORMAT HEXADECIMAL)
96 math(EXPR ${type}VERSION "${${type}VERSION_INT}" OUTPUT_FORMAT HEXADECIMAL)
Dyaml.cmake98 math(EXPR arraystop "${arraylength} - 1")
121 math(EXPR length "${length} / 2")
122 math(EXPR stop "${index} + ${length} - 1")
154 math(EXPR stop "${index} + ${length} - 1")
289 math(EXPR arraystop "${arraylength} - 1")
527 math(EXPR genex_save_count "${genex_save_count} + 1")
547 math(EXPR level_dec "${level} - 1")
557 math(EXPR stop "${length} - 1")
566 math(EXPR sublevel "${level} + 1")
576 math(EXPR arraystop "${arraylength} - 1")
/Zephyr-latest/subsys/dsp/
DKconfig29 bool "Use the CMSIS-DSP library as the math backend"
43 bool "Use the mwdt library as the math backend"
/Zephyr-latest/cmake/linker_script/arm/
Dlinker.cmake14 math(EXPR FLASH_ADDR
20 math(EXPR FLASH_SIZE
25 math(EXPR FLASH_SIZE
32 math(EXPR RAM_SIZE "(${CONFIG_SRAM_SIZE} + 0) * 1024" OUTPUT_FORMAT HEXADECIMAL)
33 math(EXPR IDT_ADDR "${RAM_ADDR} + ${RAM_SIZE}" OUTPUT_FORMAT HEXADECIMAL)
155 math(EXPR VECTOR_ALIGN "4 * (16 + ${CONFIG_NUM_IRQS})")
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/
DREADME.rst4 Set up and use different backends for complex math operations.
32 - :file:`main.c`: calls the generic math functions;
33 - :file:`math_ops.c`: executes the math functions, computes the cycles it took to execute and check…
34 - :file:`cmsis_dsp_wrapper.c`: calls the exact math functions from CMSIS-DSP if :kconfig:option:`CO…
35 …cation where that NatureDSP lib and headers can be found, calls the exact math functions from Natu…
/Zephyr-latest/cmake/sca/sparse/
Dsparse.template11 math(EXPR end_of_options "${i} + 2")
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst73 .. math::
93 .. math::
151 .. math::
183 .. math::
199 .. math::
221 .. math::
234 .. math::
248 :math:`\verb|CONFIG_BT_MESH_SAR_RX_ACK_DELAY_INC| + 1.5`.
272 :math:`\verb|CONFIG_BT_MESH_SAR_RX_ACK_RETRANS_COUNT| + 1`.
284 .. math::
/Zephyr-latest/subsys/bindesc/
Dgen_bindesc_build_time_h.cmake18 math(EXPR ${def_name} ${${def_name}})
/Zephyr-latest/modules/liblc3/
DCMakeLists.txt4 -O3 -std=c11 -ffast-math -Wno-array-bounds -Wall -Wextra -Wdouble-promotion -Wvla -pedantic
/Zephyr-latest/cmake/sca/eclair/
Declair.template11 math(EXPR end_of_options "${i} + 1")
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser_v1.py15 import math
274 pkg_len = (log_desc >> 6) & int(math.pow(2, 10) - 1)
275 data_len = (log_desc >> 16) & int(math.pow(2, 12) - 1)
/Zephyr-latest/cmake/
Dpackage_helper.cmake64 math(EXPR argB_value_index "${argB_index} + 1")
74 math(EXPR argS_value_index "${argS_index} + 1")
/Zephyr-latest/cmake/linker/ld/
Dlinker_libraries.cmake30 set_property(TARGET linker APPEND PROPERTY link_order_library "math;c;rt;c")
/Zephyr-latest/
D.clang-format92 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dtest_timer.py7 from math import ceil
/Zephyr-latest/soc/espressif/common/
DCMakeLists.txt11 math(EXPR esptoolpy_flashsize "${CONFIG_FLASH_SIZE} / 0x100000")
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish47 if test (math (count $tokens) - 2) -ge $max
56 set counter (math $counter + 1)
98 set -l prv_idx (math $idx - 1)
142 if set -q $tokens[(math $idx + 1)]
143 set $zephyr_base $tokens (math $idx + 1)
188 set -l desc_idx (math $idx + 1)
194 set -l desc_idx (math $idx + 1)
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py149 confusion = tf.math.confusion_matrix(

123