Searched defs:denom (Results 1 – 6 of 6) sorted by relevance
51 double percentage(uint64_t numer, uint64_t denom) { in percentage()
290 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv()
118 float denom = t1 * t4 - t0 * t5; in lineIntersect() local
922 uint32_t denom; in resolv_get_dns_event_subsampling_map() local1817 uint32_t denom; in resolv_cache_get_subsampling_denom() local
1461 float denom = (fxx * fyy - fxy * fxy) * (float) 2.0; in db_SubPixel() local
2483 double denom = numer1 + numer2; in merge() local