Home
last modified time | relevance | path

Searched defs:Residual (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dmod.rs3392 type Residual; typedef
3398 fn branch(self) -> ControlFlow<Self::Residual, Self::Output>; in branch()
3405 type Residual = ControlFlow<B, Infallible>; typedef
3418 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch()
3430 type Residual = Option<Infallible>; typedef
3443 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch()
3455 type Residual = Result<Infallible, E>; typedef
3468 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch()
3480 type Residual = Result<Infallible, E>; typedef
3493 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch()
[all …]
/external/libgav1/src/tile/
Dtile.cc1762 bool Tile::Residual(const Block& block, ProcessingMode mode) { in Residual() function in libgav1::Tile