Searched refs:normal_func (Results 1 – 7 of 7) sorted by relevance
111 var normal_func = function () {}; function113 var bound_func = normal_func.bind({});116 var functions = [normal_func, arrow_func, bound_func, nested_bound_func];
114 typedef void (*normal_func)(const GLmatrix *mat, typedef146 extern normal_func _mesa_normal_tab[0xf];
66 normal_func _mesa_normal_tab[0xf];
196 static int test_norm_function( normal_func func, int mtype, long *cycles ) in test_norm_function()358 normal_func func = _mesa_normal_tab[norm_types[mtype]]; in _math_test_all_normal_transform_functions()
41 normal_func NormalTransform;
37 def normal_func(): pass function291 sync_mock = mock_type(spec=normal_func)305 sync_mock = mock_type(normal_func)313 mock = AsyncMock(spec=normal_func)320 mock = AsyncMock(normal_func)
2285 def normal_func(x): function2307 …ds2 = ds2.map(operations=[not_random_func, normal_func], input_columns=["image"], cache=other_cach…