Searched defs:sign (Results 1 - 4 of 4) sorted by relevance

/system/core/libcutils/
H A Dtzstrftime.c69 * ** Subtract one for the sign bit if the type is signed;
71 * ** add one more for a minus sign if the type is signed.
545 char const * sign; local
585 sign = "-";
587 } else sign = "+";
588 pt = _add(sign, pt, ptlim, modifier);
/system/core/libpixelflinger/
H A Dfixed.cpp54 // shift right 1-bit to make room for the sign bit
322 int32_t sign = a^b^c; local
335 if (sign < 0)
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c4218 short d, sign ; local
4238 /* recognize optional sign */
4241 sign = - 1 ;
4246 sign = 1 ;
4251 sign = 1 ;
4274 *pi = sign * result ;
4617 - minus sign ("-")
4700 The sign '-' isn't in place!\n",pBuffer[index],index));
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c4683 short d, sign ; local
4703 /* recognize optional sign */
4706 sign = - 1 ;
4711 sign = 1 ;
4716 sign = 1 ;
4739 *pi = sign * result ;
4978 - minus sign ("-")
5073 The sign '-' isn't in place!\n",pBuffer[index],index));

Completed in 277 milliseconds