Searched defs:kInitialValue (Results 1 – 10 of 10) sorted by relevance
120 static constexpr T kInitialValue = std::numeric_limits<T>::lowest(); member126 static constexpr T kInitialValue = std::numeric_limits<T>::max(); member132 static constexpr T kInitialValue = T(1); member138 static constexpr T kInitialValue = T(0); member
152 static constexpr T kInitialValue = std::numeric_limits<T>::lowest(); member158 static constexpr T kInitialValue = std::numeric_limits<T>::max(); member164 static constexpr T kInitialValue = T(1); member170 static constexpr T kInitialValue = T(0); member
34 constexpr int kInitialValue = 5; variable
1267 const uint32_t kInitialValue = 50u; in destroyEarlyTest() local
4464 const float kInitialValue = 0.125f; in TEST_P() local