Searched refs:STBTT_sqrt (Results 1 – 1 of 1) sorted by relevance
478 #ifndef STBTT_sqrt480 #define STBTT_sqrt(x) (float)sqrt(x) macro2095 m = (float)STBTT_sqrt(mtx[0] * mtx[0] + mtx[1] * mtx[1]);2096 n = (float)STBTT_sqrt(mtx[2] * mtx[2] + mtx[3] * mtx[3]);3884 …float longlen = (float)(STBTT_sqrt(dx0 * dx0 + dy0 * dy0) + STBTT_sqrt(dx1 * dx1 + dy1 * dy1) + ST…3886 float shortlen = (float)STBTT_sqrt(dx * dx + dy * dy);4799 float d = (float)STBTT_sqrt(discr);4938 float z = (float)STBTT_sqrt(d);4947 float u = (float)STBTT_sqrt(-p / 3);4948 …float v = (float)STBTT_acos(-STBTT_sqrt(-27 / p3) * q / 2) / 3; // p3 must be negative, since d is…[all …]