Home
last modified time | relevance | path

Searched refs:cf (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/
Dtrap.cpp1071 int cf = gglMulx((dx >> 1) + (l_min_i + FIXED_ONE - l_max), dy, in aapolyx() local
1073 ADD_COVERAGE(coverage, cf); in aapolyx()
1090 int32_t cf = (dx * dx * y_incr) >> cf_shift; in aapolyx() local
1091 ADD_COVERAGE(coverage, cf); in aapolyx()
1096 cf -= (dx * dx * y_incr) >> cf_shift; in aapolyx()
1098 cf += y_incr >> (TRI_ITERATORS_BITS-15); in aapolyx()
1099 ADD_COVERAGE(coverage, cf); in aapolyx()
1104 cf += (dx * dx * y_incr) >> cf_shift; in aapolyx()
1105 ADD_COVERAGE(coverage, cf); in aapolyx()
1110 int cf = ((y - yt) << (15 - TRI_FRACTION_BITS)); in aapolyx() local
[all …]
Dscanline.cpp851 int16_t cf = *covPtr++; in scanline() local
852 fragment.c[0] = (int64_t(fragment.c[0]) * cf) >> 15; in scanline()
/system/core/fastbootd/other/sign/src/
DSignImg.java94 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in readCert() local
95 Certificate cert = cf.generateCertificate(is); in readCert()
/system/core/libmincrypt/tools/
DDumpPublicKey.java240 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in main() local
241 X509Certificate cert = (X509Certificate) cf.generateCertificate(input); in main()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp682 int cf = scratches.obtain(); in build_coverage_application() local
683 LDRH(AL, cf, parts.covPtr.reg, immed8_post(2)); in build_coverage_application()
686 SMULWB(AL, fragment.reg, incoming.reg, cf); in build_coverage_application()
689 SMULWB(AL, fragment.reg, fragment.reg, cf); in build_coverage_application()