Home
last modified time | relevance | path

Searched defs:plValues (Results 1 – 3 of 3) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dm32script.h151 int32_t *plValues; // array of values when (dwFlags & GAMEVAR_PERBLOCK) member
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/variant/
H A DGATKVariantContextUtilsUnitTest.java1872 public void testCalculateGQFromPLs(final int[] plValues, final int expectedGQ) { in testCalculateGQFromPLs()
1878 final int[] plValues = new int[]{0}; in testCalculateGQFromShortPLArray() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/variant/
H A DGATKVariantContextUtils.java1777 public static int calculateGQFromPLs(final int[] plValues) { in calculateGQFromPLs()