Home
last modified time | relevance | path

Searched refs:constexpr (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dconstants.hpp24 constexpr int kGestureCount = 4;
25 constexpr int kWingGesture = 0;
26 constexpr int kRingGesture = 1;
27 constexpr int kSlopeGesture = 2;
28 constexpr int kNoGesture = 3;
36 constexpr float kDetectionThreshold = 0.8f;
37 constexpr int kPredictionHistoryLength = 5;
38 constexpr int kPredictionSuppressionDuration = 25;
Dmain_functions.cpp40 constexpr int kTensorArenaSize = 60 * 1024;
/Zephyr-latest/tests/unit/pot/
Dlog2.cpp10 static constexpr uint8_t val = LOG2(42);
11 static constexpr uint8_t val64 = LOG2(42 + BIT64(32));
13 template <typename T> static inline constexpr uint8_t log2(T x) in log2()
Dlog2ceil.cpp10 static constexpr uint8_t val = LOG2CEIL(32);
11 static constexpr uint8_t val64 = LOG2CEIL(42 + BIT64(32));
13 template <typename T> static inline constexpr uint8_t log2ceil(T x) in log2ceil()
Dnhpot.cpp10 static constexpr uint32_t val = NHPOT(42);
11 static constexpr uint64_t val64 = NHPOT(42 + BIT64(32));
13 template <typename T> static inline constexpr uint64_t nhpot(T x) in nhpot()
/Zephyr-latest/samples/modules/chre/src/
Dechoapp.cpp15 constexpr const uint64_t kAppId = 1;
16 constexpr const uint32_t kAppVersion = 1;
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/
Dtest_fowarding_common.cpp16 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL);
17 constexpr const struct device *targets[FORWARD_COUNT] = {
Dtest_forwarding_buf.cpp17 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL);
Dtest_forwarding_pio.cpp16 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL);
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.cpp36 constexpr int kTensorArenaSize = 2000;
/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.cpp131 constexpr uint64_t x = 0xb7e; in interrupt()
/Zephyr-latest/include/zephyr/sys/
Dtime_units.h69 #define TIME_CONSTEXPR constexpr