MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / btst

Method btst

ij/src/main/java/ij/process/FHT.java:377–379  ·  view source on GitHub ↗
(int  x, int bit)

Source from the content-addressed store, hash-verified

375
376
377 private boolean btst (int x, int bit) {
378 return ((x & (1<<bit)) != 0);
379 }
380
381 void BitRevRArr (float[] x, int base, int bitlen, int maxN) {
382 for (int i=0; i<maxN; i++)

Callers 1

log2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected