HomeSort by relevance Sort by last modified time
    Searched full:declet (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
decNumberLocal.h 393 /* are a canonical declet [higher or lower bits are ignored]. */
394 /* declet is at offset 0 (from the right) in a uInt: */
396 /* declet is at offset k (a multiple of 2) in a uInt: */
399 /* declet is at offset k (a multiple of 2) in a pair of uInts: */
    [all...]
  /external/valgrind/none/tests/ppc64/
ppc64_helpers.h 824 /* get_declet(). Return a 10-bit declet, beginning at the 'start'
865 long declet; local
867 declet = get_declet(start, dword1, dword0);
868 bcd_digit = dpb_to_bcd(declet);
    [all...]

Completed in 142 milliseconds