Searched refs:norm (Results 1 – 3 of 3) sorted by relevance
106 unique_ptr<MethodDecl> norm{new MethodDecl( in TEST_F() local118 test_methods.push_back(std::move(norm)); in TEST_F()
393 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny), 4); in aa_linex() local394 nx = gglMulx(nx, norm, 21); in aa_linex()395 ny = gglMulx(ny, norm, 21); in aa_linex()
172 static uint64_t IntRatio(uint64_t part, uint64_t total, uint64_t norm) { in IntRatio() argument173 return part * norm / total; in IntRatio()