Home
last modified time | relevance | path

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

/frameworks/native/libs/math/include/math/
Dhalf.h66 constexpr unsigned int getS() const noexcept { return bits >> 15u; } in getS() function
80 constexpr unsigned int getS() const noexcept { return bits >> 31u; } in getS() function
/frameworks/base/core/java/com/android/internal/graphics/cam/
DCam.java95 public float getS() { in getS() method in Cam