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