Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c167 cmsBool CloseEnoughFloat(cmsFloat64Number a, cmsFloat64Number b) in CloseEnoughFloat() function
182 if (!CloseEnoughFloat(a->v[i].n[j], Identity.v[i].n[j])) return FALSE; in isFloatMatrixIdentity()