Home
last modified time | relevance | path

Searched refs:Length (Results 1 – 2 of 2) 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
188 float len = Length(); in Normalize()
373 float Length() const { return sqrtf(x_ * x_ + y_ * y_ + z_ * z_); } in Length() function
376 float len = Length(); in Normalize()
590 float Length() const { return sqrtf(x_ * x_ + y_ * y_ + z_ * z_ + w_ * w_); } in Length() function
593 float len = Length(); in Normalize()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto128 TYPE_MESSAGE = 11; // Length-delimited aggregate.