HomeSort by relevance Sort by last modified time
    Searched defs:kshift (Results 1 - 7 of 7) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 451 #define kshift 5 macro
456 #define kshift 4 macro
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 443 #define kshift 5 macro
448 #define kshift 4 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 1215 #define kshift macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 1198 #define kshift 5 macro
    [all...]
  /external/python/cpython2/Python/
dtoa.c 1215 #define kshift 5 macro
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 355 #define kshift 5 macro
360 #define kshift 4 macro
479 ce = c + ((n-1) >> kshift) + 1;
505 n = k >> kshift;
530 n = k >> kshift;
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 355 #define kshift 5 macro
360 #define kshift 4 macro
479 ce = c + ((n-1) >> kshift) + 1;
505 n = k >> kshift;
530 n = k >> kshift;
    [all...]

Completed in 778 milliseconds