Home
last modified time | relevance | path

Searched defs:iround (Results 1 – 5 of 5) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dinteger.inl37 GLM_FUNC_QUALIFIER int iround(genType x) function
46 GLM_FUNC_QUALIFIER vecType<int, P> iround(vecType<T, P> const& x) function
/external/swiftshader/src/System/
DMath.hpp81 inline int iround(float x) in iround() function
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp1185 for (int iround = 0; iround < num_rounds; iround++) in l_write_read_for_type() local
1398 for (int iround = 0; iround < num_rounds; iround++) in l_init_write_read_for_type() local
2167 for (int iround = 0; iround < 5; iround++) in test_progvar_func_scope() local
/external/skia/tests/
DMathTest.cpp320 int iround = SkMulDiv255Round(a, b); in test_muldiv255() local
/external/skia/src/opts/
DSkRasterPipeline_opts.h151 SI I32 iround(F v) { return (I32)(v + 0.5f); } in iround() function