Searched refs:sign (Results 1 - 25 of 3854) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm247 ;;; use the sign flag instead of the zero flag for the exit test.
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm233 ;;; use the sign flag instead of the zero flag for the exit test.
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c169 WebRtc_Word32 sign; local
439 sign = 1;
442 sign = -1;
469 bweStr->recJitterShortTerm = WEBRTC_SPL_MUL(205, WEBRTC_SPL_LSHIFT_W32(arrTimeNoise, 3)) * sign +
739 /* adjust bw proportionally to negative average jitter sign */
758 /* adjust Rate if jitter sign is mostly constant */
H A Dlpc_masking_model_neon.S148 vcls.s32 d1, d0 @ Count leading extra sign bits.
149 vmov.32 r2, d1[1] @ Store # of sign bits of only the 32 MSBs.
151 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
153 vcls.s32 d1, d0 @ Count again the leading extra sign bits.
154 vmov.s32 r1, d1[1] @ Store # of sign bits of only the 32 MSBs.
156 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
H A Dpitch_estimator.h43 WebRtc_Word16 sign,
H A Dpitch_filter.c53 WebRtc_Word16 sign,
80 WebRtc_Word16 sign = 1; local
103 sign = -1;
156 indW32, sign, inystateQQ, ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind);
H A Dpitch_filter_armv6.S26 @ WebRtc_Word16 sign,
40 str r3, [sp, #4] @ sign
126 ldr r11, [sp, #4] @ sign
H A Dpitch_filter_c.c22 WebRtc_Word16 sign,
66 tmpW32 = inputBuf[*index2] - WEBRTC_SPL_MUL_16_16(sign, tmpW16);
19 WebRtcIsacfix_PitchFilterCore(int loopNumber, WebRtc_Word16 gain, int index, WebRtc_Word16 sign, WebRtc_Word16* inputState, WebRtc_Word16* outputBuf2, const WebRtc_Word16* coefficient, WebRtc_Word16* inputBuf, WebRtc_Word16* outputBuf, int* index2) argument
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c1880 int flag, sign; local
2183 sign = -1;
2186 sign = 1;
2203 if (sign > 0) {
2237 if (sign > 0) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c127 int used, alloc, sign; member in struct:__anon33737
391 * and sign to positive */
394 a->sign = MP_ZPOS;
418 a->sign = MP_ZPOS;
428 /* get sign of both inputs */
429 sa = a->sign;
430 sb = b->sign;
435 /* add their magnitudes, copy the sign */
436 c->sign = sa;
442 /* the sign o
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dest.c46 certs = p7->d.sign->cert;
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c127 int used, alloc, sign; member in struct:__anon33990
391 * and sign to positive */
394 a->sign = MP_ZPOS;
418 a->sign = MP_ZPOS;
428 /* get sign of both inputs */
429 sa = a->sign;
430 sb = b->sign;
435 /* add their magnitudes, copy the sign */
436 c->sign = sa;
442 /* the sign o
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c127 int used, alloc, sign; member in struct:__anon34241
391 * and sign to positive */
394 a->sign = MP_ZPOS;
418 a->sign = MP_ZPOS;
428 /* get sign of both inputs */
429 sa = a->sign;
430 sb = b->sign;
435 /* add their magnitudes, copy the sign */
436 c->sign = sa;
442 /* the sign o
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dround.c52 unsigned int sign:1; member in struct:__anon33144::__anon33145
61 unsigned int sign:1; member in struct:__anon33146::__anon33147
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
151 if ((R.layout.sign != E.layout.sign) ||
225 F.layout.sign = 0;
233 D.layout.sign = 0;
263 if ((R.layout.sign != E.layout.sign) ||
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c52 unsigned int sign:1; member in struct:__anon33192::__anon33193
61 unsigned int sign:1; member in struct:__anon33194::__anon33195
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
151 if ((R.layout.sign != E.layout.sign) ||
225 F.layout.sign = 0;
233 D.layout.sign = 0;
263 if ((R.layout.sign != E.layout.sign) ||
[all...]
/external/valgrind/main/perf/
H A Dfbench.c400 int sign; local
403 x = (((sign= (x < 0.0)) != 0) ? -x: x);
410 sign = !sign;
431 return sign ? -r : r;
492 int sign, l, y; local
495 x = (((sign = (x < 0.0)) != 0) ? -x : x);
523 return sign ? -a : a;
/external/vixl/src/a64/
H A Dsimulator-a64.cc262 // Overflow iff the sign bit is the same for the two inputs and different
277 // Overflow iff the sign bit is the same for the two inputs and different
309 // Shift used to restore the sign.
311 // Value with its sign restored.
1247 // Extract and sign- or zero-extend 32-bit arguments for widening operations.
1292 // If extend is true, extend the sign of the extracted bitfield.
1316 // Determine the sign extension.
1320 // Merge sign extension, dest/zero and bitfield.
1413 // the sign- or zero-extension will not affect the conversion.
1445 // the sign
1627 FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, FPRounding round_mode) argument
1779 FPRoundToDouble(int64_t sign, int64_t exponent, uint64_t mantissa, FPRounding round_mode) argument
1791 FPRoundToFloat(int64_t sign, int64_t exponent, uint64_t mantissa, FPRounding round_mode) argument
1922 uint64_t sign = raw >> 31; local
1962 uint32_t sign = raw >> 63; local
1983 uint32_t sign = raw >> 63; local
[all...]
/external/webp/src/dsp/
H A Ddec_mips32.c23 const int sign = x >> 31; local
24 return (x ^ sign) - sign;
H A Denc.c608 const int sign = (in[j] < 0); local
609 const uint32_t coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
616 if (sign) level = -level;
633 const int sign = (in[j] < 0); local
634 const uint32_t coeff = sign ? -in[j] : in[j];
642 if (sign) level = -level;
H A Denc_mips32.c170 "sra %[sign], %[temp0], 15 \n\t" \
171 "xor %[coeff], %[temp0], %[sign] \n\t" \
172 "subu %[coeff], %[coeff], %[sign] \n\t" \
186 "xor %[level], %[level], %[sign] \n\t" \
187 "subu %[level], %[level], %[sign] \n\t" \
196 int sign, coeff, level, i; local
228 [sign]"=&r"(sign), [coeff]"=&r"(coeff),
H A Denc_neon.c987 const int16x8_t sign = vshrq_n_s16(a, 15); // sign local
996 const int16x8_t c2 = veorq_s16(vreinterpretq_s16_u16(c1), sign);
997 const int16x8_t c3 = vsubq_s16(c2, sign); // restore sign
/external/webp/src/enc/
H A Dframe.c237 const int sign = c < 0; local
238 int v = sign ? -c : c;
291 VP8PutBitUniform(bw, sign);
H A Dquant.c521 int8_t sign; // sign of coeff_i member in struct:__anon33375
603 // note: it's important to take sign of the _original_ coeff,
605 const int sign = (in[j] < 0); local
606 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
663 cur->sign = sign;
700 out[n] = node->sign ? -node->level : node->level;
H A Dtoken.c122 const int sign = c < 0; local
123 int v = sign ? -c : c;
177 AddConstantToken(tokens, sign, 128);
/external/valgrind/main/
H A DAndroid.mk23 -Wno-pointer-sign -Wno-sign-compare -Wno-unused-parameter -Wno-shadow \

Completed in 345 milliseconds

1234567891011>>