Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h185 float Length() const { return sqrtf(x_ * x_ + y_ * y_); } in Length() function
373 float Length() const { return sqrtf(x_ * x_ + y_ * y_ + z_ * z_); } in Length() function
590 float Length() const { return sqrtf(x_ * x_ + y_ * y_ + z_ * z_ + w_ * w_); } in Length() function