Searched defs:iround (Results 1 – 5 of 5) sorted by relevance
37 GLM_FUNC_QUALIFIER int iround(genType x) function46 GLM_FUNC_QUALIFIER vecType<int, P> iround(vecType<T, P> const& x) function
81 inline int iround(float x) in iround() function
1185 for (int iround = 0; iround < num_rounds; iround++) in l_write_read_for_type() local1398 for (int iround = 0; iround < num_rounds; iround++) in l_init_write_read_for_type() local2167 for (int iround = 0; iround < 5; iround++) in test_progvar_func_scope() local
320 int iround = SkMulDiv255Round(a, b); in test_muldiv255() local
151 SI I32 iround(F v) { return (I32)(v + 0.5f); } in iround() function