Searched refs:tmid (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_decimal.cpp | 221 uint64_t thi = phi, tmid = pmid, tlo = plo; in decimal_helper_truncate() local 222 if (decimal_helper_div10(thi, tmid, tlo) != 0) in decimal_helper_truncate() 226 pmid = tmid; in decimal_helper_truncate()
|
/external/skia/tests/ |
D | WangsFormulaTest.cpp | 455 tmid = 0.5f * (tmin + tmax); in DEF_TEST() local 459 p1 = eval_conic(pts, w, tmid); in DEF_TEST()
|
/external/skia/samplecode/ |
D | SampleVariableWidthStroker.cpp | 312 const float tmid = (tmin + tmax) * 0.5; in ZeroSetRec() local 313 ZeroSetRec(left, tmin, tmid, tol, result); in ZeroSetRec() 314 ZeroSetRec(right, tmid, tmax, tol, result); in ZeroSetRec()
|