Home
last modified time | relevance | path

Searched refs:Rightmost1 (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Arithmetic.h544 inline int Rightmost1(int x) { return x & (-x); } in Rightmost1() function
545 inline bit32 Rightmost1(bit32 x) { return x & (-x); } in Rightmost1() function
546 inline bit64 Rightmost1(bit64 x) { return x & (-x); } in Rightmost1() function