Lines Matching defs:sshort
795 GLshort sshort[BOX2];
797 sshort[0]= __GLU_SWAP_2_BYTES(src);
798 sshort[1]= __GLU_SWAP_2_BYTES(src+group_size);
801 sshort[0]= *(const GLshort*)src;
802 sshort[1]= *(const GLshort*)(src+group_size);
805 *dest= (sshort[0] + sshort[1]) / 2;
827 GLshort sshort[BOX2];
829 sshort[0]= __GLU_SWAP_2_BYTES(src);
830 sshort[1]= __GLU_SWAP_2_BYTES(src+ysize);
833 sshort[0]= *(const GLshort*)src;
834 sshort[1]= *(const GLshort*)(src+ysize);
836 *dest= (sshort[0] + sshort[1]) / 2;
8574 GLshort sshort;
8577 sshort= __GLU_SWAP_2_BYTES(sitem);
8580 sshort= *(const GLshort *)sitem;
8583 assert(sshort <= 32767);
8585 return (GLdouble)sshort;