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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 72 #define REAL_WIDTH \
78 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1];
87 #if REAL_WIDTH == 1
90 # if REAL_WIDTH == 2
93 # if REAL_WIDTH == 3
96 # if REAL_WIDTH == 4
99 # if REAL_WIDTH == 5
102 # if REAL_WIDTH == 6
105 #error "REAL_WIDTH > 6 not supported"
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 72 #define REAL_WIDTH \
78 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1];
87 #if REAL_WIDTH == 1
90 # if REAL_WIDTH == 2
93 # if REAL_WIDTH == 3
96 # if REAL_WIDTH == 4
99 # if REAL_WIDTH == 5
102 # if REAL_WIDTH == 6
105 #error "REAL_WIDTH > 6 not supported"
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 72 #define REAL_WIDTH \
78 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1];
87 #if REAL_WIDTH == 1
90 # if REAL_WIDTH == 2
93 # if REAL_WIDTH == 3
96 # if REAL_WIDTH == 4
99 # if REAL_WIDTH == 5
102 # if REAL_WIDTH == 6
105 #error "REAL_WIDTH > 6 not supported"
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 72 #define REAL_WIDTH \
78 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1];
87 #if REAL_WIDTH == 1
90 # if REAL_WIDTH == 2
93 # if REAL_WIDTH == 3
96 # if REAL_WIDTH == 4
99 # if REAL_WIDTH == 5
102 # if REAL_WIDTH == 6
105 #error "REAL_WIDTH > 6 not supported"
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 107 uint32_t real_width; // real width of screen member in struct:SDL_PrivateVideoData
147 #define real_width (this->hidden->real_width) macro
SDL_ps3video.c 240 real_width = res.xres;

Completed in 354 milliseconds