Home
last modified time | relevance | path

Searched refs:norm (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dast_cpp_unittest.cpp106 unique_ptr<MethodDecl> norm{new MethodDecl( in TEST_F() local
118 test_methods.push_back(std::move(norm)); in TEST_F()
/system/core/libpixelflinger/
Dtrap.cpp393 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny), 4); in aa_linex() local
394 nx = gglMulx(nx, norm, 21); in aa_linex()
395 ny = gglMulx(ny, norm, 21); in aa_linex()
/system/update_engine/payload_consumer/
Ddelta_performer.cc172 static uint64_t IntRatio(uint64_t part, uint64_t total, uint64_t norm) { in IntRatio() argument
173 return part * norm / total; in IntRatio()