Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcommon.cc50 void _checkFailedOp(const void* lhs, const void* rhs, const char* op, const char* suffix, int line, in _checkFailedOp()
60 void _checkFailedOp(uint32_t lhs, uint32_t rhs, const char* op, const char* suffix, int line, in _checkFailedOp()
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h194 float Dot(const Vec2& rhs) { return x_ * rhs.x_ + y_ * rhs.y_; } in Dot()
383 float Dot(const Vec3& rhs) { return x_ * rhs.x_ + y_ * rhs.y_ + z_ * rhs.z_; } in Dot()
385 Vec3 Cross(const Vec3& rhs) { in Cross()
601 float Dot(const Vec3& rhs) { return x_ * rhs.x_ + y_ * rhs.y_ + z_ * rhs.z_; } in Dot()
603 Vec3 Cross(const Vec3& rhs) { in Cross()
/tools/dexter/slicer/export/slicer/
Dcommon.h37 #define SLICER_CHECK_OP(lhs, rhs, op, suffix) \ argument