/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/ |
pointer.pass.cpp | 19 int sign(int x) function 32 assert(sign(s.compare(str)) == sign(x));
|
string.pass.cpp | 19 int sign(int x) function 32 assert(sign(s.compare(str)) == sign(x));
|
size_size_pointer.pass.cpp | 20 int sign(int x) function 36 assert(sign(s.compare(pos1, n1, str)) == sign(x));
|
size_size_string.pass.cpp | 20 int sign(int x) function 36 assert(sign(s.compare(pos1, n1, str)) == sign(x));
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_FillVLCBuffer.c | 42 * levelPlus = sign(level)*[abs(level) - LMAX] 78 OMX_U32 tempRun = run, sign = 0; local 115 sign = 1; 133 armPackBits(ppBitStream, pBitOffset, (OMX_U32)sign, 1); 137 if (sign)
|
armVCM4P2_GetVLCBits.c | 103 OMX_U8 sign = 0; local 124 /* a signed value and the sign and the unsigned value for */ 128 sign = (storeLevel & 0x80); 129 if(sign==0x80) 132 sign=1; 136 armRetDataErrIf( storeLevel == 0 || sign*storeLevel == 128 , OMX_Sts_Err); /* Invalid FLC */ 142 sign, 191 sign = (OMX_U8) armGetBits(ppBitStream, pBitOffset, 1); 228 sign = (OMX_U8) armGetBits(ppBitStream, pBitOffset, 1); 244 sign, [all...] |
/external/chromium_org/cc/resources/ |
layer_quad.cc | 29 float sign = quad.IsCounterClockwise() ? -1 : 1; local 30 left_.scale(sign); 31 right_.scale(sign); 32 top_.scale(sign); 33 bottom_.scale(sign);
|
/external/compiler-rt/lib/ |
fixdfsi.c | 25 // Break a into sign, exponent, significand 28 const int sign = aRep & signBit ? -1 : 1; local 34 return sign * (significand >> (significandBits - exponent)); 47 return sign * (significand << (exponent - significandBits));
|
fixsfsi.c | 23 // Break a into sign, exponent, significand 26 const int sign = aRep & signBit ? -1 : 1; local 32 return sign * (significand >> (significandBits - exponent)); 45 return sign * (significand << (exponent - significandBits));
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVM_Polynomial.c | 49 LVM_INT32 Y,A,XTemp,Temp,sign; local 57 sign=Temp; 60 Y+=((*pCoefficients)*sign); 62 sign*=Temp;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrtf.c | 36 u_int32_t sign; local 40 sign=hx&0x80000000; /* sign= sign(x) */ 41 hx ^=sign; 51 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2)); 53 SET_FLOAT_WORD(t,sign|(hx/3+B1));
|
s_rintl.c | 59 int ex, sign; local 70 sign = expsign >> 15; 79 x += shift[sign]; 80 x -= shift[sign]; 83 * If the result is +-0, then it must have the same sign as x, but 84 * the above calculation doesn't always give this. Fix up the sign. 87 return (zero[sign]);
|
e_sqrt.c | 98 int32_t sign = (int)0x80000000; local 111 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */ 130 ix0 += ix0 + ((ix1&sign)>>31); 136 ix0 += ix0 + ((ix1&sign)>>31); 148 ix0 += ix0 + ((ix1&sign)>>31); 153 r = sign; 159 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1; 165 ix0 += ix0 + ((ix1&sign)>>31) [all...] |
e_sqrtf.c | 29 int32_t sign = (int)0x80000000; local 42 if((ix&(~sign))==0) return x;/* sqrt(+-0) = +-0 */
|
/external/speex/libspeex/ |
vq.c | 109 /*Finds the indices of the n-best entries in a codebook with sign*/ 112 int i,j,k, sign, used; local 121 sign=0; 125 sign=1; 142 if (sign)
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d1035pf.cpp | 94 represented by sign+position 130 Word16 index[], // (i) : index of 10 pulses (sign+position) 134 Word16 i, j, pos1, pos2, sign, tmp; 157 sign = 4096; // +1.0 161 sign = -4096; // -1.0 164 cod[pos1] = sign; 176 sign = negate (sign); 178 cod[pos2] = add (cod[pos2], sign); 208 Word16 index[], /* (i) : index of 10 pulses (sign+position) * 213 Word16 sign, tmp; local [all...] |
/bionic/libm/arm/ |
_fpmath.h | 44 unsigned int sign :1; member in struct:IEEEl2bits::__anon740 49 unsigned int sign :1;
|
/bionic/libm/i386/ |
_fpmath.h | 35 unsigned int sign :1; member in struct:IEEEl2bits::__anon743
|
/bionic/libm/mips/ |
_fpmath.h | 36 unsigned int sign :1; member in struct:IEEEl2bits::__anon747 38 unsigned int sign :1;
|
/external/bison/lib/ |
frexp.c | 60 int sign; local 71 sign = 0; 75 sign = -1; 161 if (sign < 0)
|
/external/chromium/base/third_party/dmg_fp/ |
g_fmt.cc | 34 int decpt, j, sign; local 45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se); 46 if (sign)
|
/external/chromium_org/base/third_party/dmg_fp/ |
g_fmt.cc | 34 int decpt, j, sign; local 45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se); 46 if (sign)
|
/external/chromium_org/remoting/host/installer/mac/ |
do_signing.sh | 38 # Binaries to sign. 109 sign() { function 128 sign "${input_dir}/${ME2ME_HOST}" "${keychain}" "${id}" 129 sign "${input_dir}/${UNINSTALLER}" "${keychain}" "${id}" 130 sign "${input_dir}/${PREFPANE}" "${keychain}" "${id}" 139 productsign --sign "${id}" --keychain "${keychain}" \ 186 echo " Sign the binaries using the specified <codesign_id>, build" >&2 187 echo " the installer and then sign the installer using the given" >&2 215 err_exit "Can't sign binaries - please specify a codesign_id"
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserIdioms.cpp | 147 int sign = 1; local 163 sign = -1; 186 value = sign * charactersToIntStrict(digits.characters8(), digits.length(), &ok); 188 value = sign * charactersToIntStrict(digits.characters16(), digits.length(), &ok);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
DecimalNumber.h | 91 bool sign() const { return m_sign; } function in class:WTF::DecimalNumber
|