Home
last modified time | relevance | path

Searched refs:qty (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/experimental/lowp-basic/
H A Dbilerp-study.cpp82 I16 qty = floor(ty * 65536.0f - 32768.0f + 0.5f); in bilerp_1() local
86 U16 scaledAnswer = constrained_add(simulate_ssse3_mm_mulhrs_epi16(qty, qw), qm); in bilerp_1()
/third_party/rust/crates/clap/src/builder/
H A Darg.rs1095 pub fn num_args(mut self, qty: impl IntoResettable<ValueRange>) -> Self { in num_args()
1096 self.num_vals = qty.into_resettable().into_option(); in num_args()
1105 pub fn number_of_values(self, qty: usize) -> Self { in number_of_values()
1106 self.num_args(qty) in number_of_values()

Completed in 6 milliseconds