Searched defs:iround (Results 1 – 4 of 4) 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
1174 for (int iround = 0; iround < num_rounds; iround++) in l_write_read_for_type() local1388 for (int iround = 0; iround < num_rounds; iround++) in l_init_write_read_for_type() local2147 for (int iround = 0; iround < 5; iround++) in test_progvar_func_scope() local
345 int iround = SkMulDiv255Round(a, b); in test_muldiv255() local