Home
last modified time | relevance | path

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

/dports/biology/bolt-lmm/BOLT-LMM_v2.3.4/src/
H A DSnpData.cpp66 void SnpData::buildByteLookup(double (*work)[4], const double lookupBedCode[4]) const { in buildByteLookup()
69 work[byte4][k] = lookupBedCode[(byte4>>(k+k))&3]; in buildByteLookup()
72 work[byte4+k][0] = lookupBedCode[k]; in buildByteLookup()
169 const float lookupBedCode[4] = {0.0f, 9.0f, 1.0f, 2.0f}; in fillSnpSubRowNorm1() local
175 x[i] = lookupBedCode[(byte>>(k+k))&3]; in fillSnpSubRowNorm1()
888 double lookupBedCode[4] = {lut0129[2], lut0129[3], lut0129[1], lut0129[0]}; in buildMaskedSnpVector() local
889 buildByteLookup(work, lookupBedCode); in buildMaskedSnpVector()
984 const int lookupBedCode[4] = {0, 9, 1, 2}; in fillSnpRow() local
988 x[n4+k] = maskIndivs[n4+k] ? lookupBedCode[(byte>>(k+k))&3] : 9; in fillSnpRow()
H A DSnpData.hpp79 void buildByteLookup(double (*work)[4], const double lookupBedCode[4]) const;