Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Arithmetic.h540 inline int Rightmost1(int x) { return x & (-x); } in Rightmost1() function
541 inline bit32 Rightmost1(bit32 x) { return x & (-x); } in Rightmost1() function
542 inline bit64 Rightmost1(bit64 x) { return x & (-x); } in Rightmost1() function