Lines Matching full:combination
182 /* create the combination field */ in decimal64FromNumber()
186 targhi|=comb<<26; /* add combination field .. */ in decimal64FromNumber()
217 uInt comb; /* combination field */ in decimal64ToNumber()
235 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal64ToNumber()
240 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToNumber()
304 uInt comb; /* combination field */ in decimal64ToString()
331 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal64ToString()
332 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToString()
505 /* Get combination field */
570 /* Combination field lookup tables (uInts to save measurable work) */
577 /* Both are indexed by the 5-bit combination field (0-31) */
598 /* digit is retrieved and packed into the combination field by the */