Searched refs:simple_if (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | lower_jump_cases.py | 100 def simple_if(var_name, then_statements, else_statements = None): function 156 return simple_if(var_prefix + 'a', simple_if(var_prefix + 'b', statements)) 378 simple_if('a', return_(const_float(1)), 385 simple_if('a', lowered_return(const_float(1)), 402 simple_if('b', simple_if('c', return_(), return_())) 408 if_execute_flag(simple_if('b', (simple_if('c', [], []) + 426 loop(simple_if(' [all...] |
/third_party/rust/crates/unicode-width/src/ |
H A D | tests.rs | 47 fn simple_if(b: &mut Bencher) { in simple_if() functions
|
Completed in 2 milliseconds