Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_cpp_unittest.cpp105 unique_ptr<MethodDecl> norm{new MethodDecl( in TEST_F() local
117 test_methods.push_back(std::move(norm)); in TEST_F()
/system/core/libpixelflinger/
Dtrap.cpp391 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny), 4); in aa_linex() local
392 nx = gglMulx(nx, norm, 21); in aa_linex()
393 ny = gglMulx(ny, norm, 21); in aa_linex()
/system/update_engine/payload_consumer/
Ddelta_performer.cc181 static uint64_t IntRatio(uint64_t part, uint64_t total, uint64_t norm) { in IntRatio() argument
182 return part * norm / total; in IntRatio()