Home
last modified time | relevance | path

Searched refs:old_w (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rand/src/distributions/
Dweighted_index.rs171 let mut old_w = if i < self.cumulative_weights.len() { in update_weights() localVariable
177 old_w -= &self.cumulative_weights[i - 1]; in update_weights()
180 total_weight -= &old_w; in update_weights()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.h52 unsigned old_w; member
Ddrisw.c338 resized = (drawable->old_w != width || in drisw_allocate_textures()
402 drawable->old_w = width; in drisw_allocate_textures()
Ddri2.c422 drawable->old_w == dri_drawable->w && in dri2_allocate_textures()
666 drawable->old_w = dri_drawable->w; in dri2_allocate_textures()