Searched refs:value_one (Results 1 – 6 of 6) sorted by relevance
39 constexpr int32_t value_one = 1; in ValidateParams() local42 if (size_[i] % value_two == value_one) { in ValidateParams()
45 constexpr int32_t value_one = 1; in ValidateParams() local48 if (size_[i] % value_two == value_one) { in ValidateParams()
34 constexpr int64_t value_one = 1; variable110 if ((image_shape[dimension_one] != value_one && image_shape[dimension_one] != value_three) && in Compute()111 (image_shape[dimension_three] != value_one && image_shape[dimension_three] != value_three)) { in Compute()
185 const char *value_one, *value_two; in pa_format_info_is_compatible() local187 value_one = pa_proplist_gets(first->plist, key); in pa_format_info_is_compatible()190 if (!value_two || !pa_format_info_prop_compatible(value_one, value_two)) in pa_format_info_is_compatible()
35 constexpr int64_t value_one = 1; variable197 (void)user_dict->emplace_back(tokens.str(value_one), 0); in ParserFile()199 …(void)user_dict->emplace_back(tokens.str(value_one), strtoll(tokens.str(value_two).c_str(), NULL, … in ParserFile()
95 template<class T> const T& one () { static const T value_one (1); return value_one; } in one() local