Uses of Class
cnuphys.snr.ExtendedWord
Packages that use ExtendedWord
-
Uses of ExtendedWord in cnuphys.snr
Fields in cnuphys.snr declared as ExtendedWordModifier and TypeFieldDescriptionprotected ExtendedWord
NoiseReductionParameters.leftSegments
cumulative left segments.protected ExtendedWord
NoiseReductionParameters.rightSegments
cumulative right segments.Methods in cnuphys.snr that return ExtendedWordModifier and TypeMethodDescriptionstatic ExtendedWord
Convert back to an ExtendedWord from a hash keystatic ExtendedWord
ExtendedWord.fromHash62
(String hash) Convert back to an ExtendedWord from a hash keyNoiseReductionParameters.getLeftSegments()
Get the left leaning segment staring wire positions.NoiseReductionParameters.getRightSegments()
Get the right leaning segment staring wire positions.This is meaningful only if the analysis has been performed.static ExtendedWord
ExtendedWord.randomWord
(int bitsNeeded, Random rand, float setProb) Create a random wordExtendedWord.shiftLeftAndOr
(int n) Shift the extended word left and or with self.ExtendedWord.shiftRightAndOr
(int n) Shift the extended word right and or with self.Methods in cnuphys.snr with parameters of type ExtendedWordModifier and TypeMethodDescriptionstatic void
ExtendedWord.bitwiseAnd
(ExtendedWord u, ExtendedWord v, ExtendedWord result) Perform a bitwise and on two extended words.static void
ExtendedWord.bitwiseOr
(ExtendedWord u, ExtendedWord v, ExtendedWord result) Perform a bitwise or on two extended words.static void
ExtendedWord.bitwiseXor
(ExtendedWord u, ExtendedWord v, ExtendedWord result) Perform a bitwise xor on two extended words.static int
Adjacency.computeAdjacency
(ExtendedWord[] data, int numLayer, int numWire, int layer, int wire) Used in second stage analysis.static void
ExtendedWord.copy
(ExtendedWord src, ExtendedWord dest) Copy value from one extended word to another.static int
ExtendedWord.countCommonBits
(ExtendedWord a, ExtendedWord b, ExtendedWord work1, ExtendedWord work2, ExtendedWord work3) boolean
ExtendedWord.equals
(ExtendedWord ew) Test for equality with another wordvoid
NoiseReductionParameters.setPackedData
(ExtendedWord[] packedData) Set new raw data.