Searched defs:times_two (Results 1 – 9 of 9) sorted by relevance
13 fn times_two(n: u32) -> u32 { in times_two() function
43 fn times_two(n: u32) -> u32 { in times_two() function
40 int times_two(int x) { return x * 2; } in times_two() function
1107 def times_two(mock_model): function1117 def times_two(mock_model): function
532 def times_two(x): function
147 auto times_two = [](int& i) { i *= 2; }; in TEST() local180 auto times_two = [](int& i) { i *= 2; }; in TEST() local
355 Node* times_two = s.graph()->AddNode(def, &status); in TEST_F() local