Searched refs:constexpr (Results 1 – 12 of 12) sorted by relevance
24 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;
40 constexpr int kTensorArenaSize = 60 * 1024;
10 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()
10 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()
10 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()
15 constexpr const uint64_t kAppId = 1;16 constexpr const uint32_t kAppVersion = 1;
16 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL);17 constexpr const struct device *targets[FORWARD_COUNT] = {
17 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL);
16 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL);
36 constexpr int kTensorArenaSize = 2000;
131 constexpr uint64_t x = 0xb7e; in interrupt()
69 #define TIME_CONSTEXPR constexpr