LOOKUP_SIZE 60 test/bench/shootout/fasta.c #define LOOKUP_SCALE ((float)(LOOKUP_SIZE - 1)) LOOKUP_SIZE 128 test/bench/shootout/fasta.c amino_acid[amino_acid_size - 1].cprob_lookup = LOOKUP_SIZE - 1; LOOKUP_SIZE 130 test/bench/shootout/fasta.c for (i = 0, j = 0; i < LOOKUP_SIZE; i++) { LOOKUP_SIZE 143 test/bench/shootout/fasta.c struct amino_acid *lookup[LOOKUP_SIZE];