HomeSort by relevance Sort by last modified time
    Searched refs:sign (Results 176 - 200 of 4265) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl2Test.java 114 s.sign();
122 s.sign();
128 s.sign();
129 assertEquals("Incorrect state", Signature.SIGN, ((MySignature1) s)
131 assertTrue("sign() failed", ((MySignature1) s).runEngineSign);
139 assertEquals("Incorrect state", Signature.SIGN, ((MySignature1) s)
141 assertTrue("sign() failed", ((MySignature1) s).runEngineUpdate1);
166 s.sign(b, 0, 5);
172 s.sign(b, 0, 3);
174 assertTrue("sign() failed", MySignature2.runEngineSign)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring_layer.cc 26 int sign(int x) { function in namespace:chromeos::__anon8108
52 gfx::Point delta0 = gfx::Point(sign(p.x() - prev.x()),
53 sign(p.y() - prev.y()));
54 gfx::Point delta1 = gfx::Point(sign(next.x() - p.x()),
55 sign(next.y() - p.y()));
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_plsf_5.cpp 174 Word16 temp, sign;
221 sign = indice[2] & 1;
225 if (sign == 0)
313 Word16 sign; local
339 sign =
347 sign,
413 sign = *(indice + 2) & 1;
432 if (sign == 0)
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
set_sign.cpp 80 These functions are used to build a sign vector according
129 sign = buffer containing sign of dn elements (Word16)
138 sign buffer is modified to contain the sign information for the
153 This function builds sign vector according to dn buffer It also finds
171 Word16 sign[], o : sign of dn[]
180 // set sign according to dn[]
186 sign[i] = 32767
    [all...]
c2_9pf.cpp 131 Word16 dn_sign[], /* i : sign of dn[] */
135 Word16 sign[], /* o : sign of 2 pulses */
177 sign = pointer to the signs of 2 pulses (Word16)
248 Word16 * sign // o : Signs of 2 pulses
265 index = build_code(subNr, codvec, dn_sign, code, h, y, sign);
311 Word16 * sign, /* o : Signs of 2 pulses */
395 sign,
841 dn_sign = vector containing the sign of pulses (Word16)
846 sign = vector containing the sign of 2 pulses (Word16
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
sign.hpp 53 return a & traits::sign ? 1 : 0;
64 return a & traits::sign ? 1 : 0;
89 a ^= traits::sign;
101 a ^= traits::sign;
118 inline int sign BOOST_NO_MACRO_EXPAND(const T& z)
124 { //!< \brief return unchanged binary pattern of x, except for change of sign bit.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 900 char sign = 0; local
913 sign = '-';
914 else if (flags & PRINT_F_PLUS) /* Do a sign. */
915 sign = '+';
917 sign = ' ';
950 - ((sign != 0) ? 1 : 0) /* Will we print a sign? */
973 if (sign != 0) /* Sign. */
974 OUTCHAR(str, *len, size, sign);
1008 char sign = 0; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 900 char sign = 0; local
913 sign = '-';
914 else if (flags & PRINT_F_PLUS) /* Do a sign. */
915 sign = '+';
917 sign = ' ';
950 - ((sign != 0) ? 1 : 0) /* Will we print a sign? */
973 if (sign != 0) /* Sign. */
974 OUTCHAR(str, *len, size, sign);
1008 char sign = 0; local
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_lib.c 78 if (ret && PKCS7_type_is_data(p7->d.sign->contents))
81 os=p7->d.sign->contents->d.data;
83 p7->d.sign->contents->d.data = NULL;
95 if(!p7->d.sign || !p7->d.sign->contents->d.ptr)
137 if (p7->d.sign->contents != NULL)
138 PKCS7_free(p7->d.sign->contents);
139 p7->d.sign->contents=p7_data;
170 if ((p7->d.sign=PKCS7_SIGNED_new()) == NULL)
172 if (!ASN1_INTEGER_set(p7->d.sign->version,1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 76 Word16 sign[], /* (i) sign vector */
86 Word16 sign[], /* (i) sign vector */
96 Word16 sign[], /* (i) sign vector */
141 Word16 dn2[L_SUBFR], sign[L_SUBFR], vec[L_SUBFR]; local
238 * Find sign for each pulse position. *
280 /* set sign according to dn2[] = k_cn*cn[] + k_dn*dn[] */
287 sign[i] = 32767; /* sign = +1 (Q12) *
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
subtract_sse2.asm 104 pcmpgtb xmm1, xmm2 ; obtain sign information
107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm1 ; put sign back to subtraction
124 pcmpgtb xmm5, xmm1 ; obtain sign information
127 punpcklbw xmm3, xmm5 ; put sign back to subtraction
128 punpckhbw xmm1, xmm5 ; put sign back to subtraction
182 psubb xmm0, xmm1 ; subtraction with sign missed
186 pcmpgtb xmm1, xmm2 ; obtain sign information
190 punpcklbw xmm0, xmm1 ; put sign back to subtraction
191 punpckhbw xmm2, xmm3 ; put sign back to subtractio
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
subtract_sse2.asm 104 pcmpgtb xmm1, xmm2 ; obtain sign information
107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm1 ; put sign back to subtraction
124 pcmpgtb xmm5, xmm1 ; obtain sign information
127 punpcklbw xmm3, xmm5 ; put sign back to subtraction
128 punpckhbw xmm1, xmm5 ; put sign back to subtraction
182 psubb xmm0, xmm1 ; subtraction with sign missed
186 pcmpgtb xmm1, xmm2 ; obtain sign information
190 punpcklbw xmm0, xmm1 ; put sign back to subtraction
191 punpckhbw xmm2, xmm3 ; put sign back to subtractio
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
subtract_sse2.asm 104 pcmpgtb xmm1, xmm2 ; obtain sign information
107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm1 ; put sign back to subtraction
124 pcmpgtb xmm5, xmm1 ; obtain sign information
127 punpcklbw xmm3, xmm5 ; put sign back to subtraction
128 punpckhbw xmm1, xmm5 ; put sign back to subtraction
182 psubb xmm0, xmm1 ; subtraction with sign missed
186 pcmpgtb xmm1, xmm2 ; obtain sign information
190 punpcklbw xmm0, xmm1 ; put sign back to subtraction
191 punpckhbw xmm2, xmm3 ; put sign back to subtractio
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
fp_traits.hpp 164 sign, exponent, flag, significand -- bit masks that give the meaning of the
181 BOOST_STATIC_CONSTANT(uint32_t, sign = 0x80000000u);
200 BOOST_STATIC_CONSTANT(uint32_t, sign = 0x80000000u);
236 static const uint64_t sign = ((uint64_t)0x80000000u) << 32; member in struct:boost::math::detail::fp_traits_non_native
260 BOOST_STATIC_CONSTANT(uint32_t, sign = 0x80000000u);
296 static const uint64_t sign = (uint64_t)0x80000000u << 32; member in struct:boost::math::detail::fp_traits_non_native
323 BOOST_STATIC_CONSTANT(uint32_t, sign = 0x80000000u);
367 BOOST_STATIC_CONSTANT(uint32_t, sign = 0x80000000u);
412 BOOST_STATIC_CONSTANT(uint32_t, sign = 0x80000000u);
448 BOOST_STATIC_CONSTANT(uint32_t, sign = 0x80000000u)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ceill.c 65 u.e = u.bits.sign ? -0.0 : 1.0;
70 if (!u.bits.sign) {
87 if (!u.bits.sign) {
s_floorl.c 65 u.e = u.bits.sign ? -1.0 : 0.0;
70 if (u.bits.sign) {
87 if (u.bits.sign) {
  /external/chromium_org/chromeos/cryptohome/
cryptohome_parameters.h 52 bool sign,
60 bool sign; member in struct:cryptohome::KeyDefinition::AuthorizationData::Secret
68 bool sign,
  /external/chromium_org/third_party/opus/src/src/
mlp.c 72 float sign=1; local
81 sign=-1;
88 return sign*y;
  /external/chromium_org/third_party/skia/src/core/
SkFloatBits.cpp 18 Floor and Cast are very similar, but Cast applies its sign after all other
81 // apply the sign after we check for overflow
84 // apply the sign before we right-shift
120 // apply the sign after we check for overflow
123 // apply the sign before we right-shift
150 // apply the sign after we check for overflow
153 // apply the sign before we right-shift
181 // record the sign and make value positive
182 int sign = SkExtractSign(value); local
183 value = SkApplySign(value, sign);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
poly_to_lsp.c 39 int16_t shifts, sign; local
117 sign = y;
128 if (sign < 0) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.c 27 int sign = 0; local
40 sign = 1;
110 if (sign)
  /external/libopus/src/
mlp.c 72 float sign=1; local
81 sign=-1;
88 return sign*y;
  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 85 int sign = 1; local
90 sign = -1;
92 mResolvedOffset = sign*parseClockValue(timeValue)/1000.0;
  /external/chromium_org/third_party/libjpeg_turbo/
jdarith.c 246 int blkn, ci, tbl, sign; local
275 /* Figure F.22: Decoding the sign of v */
276 sign = arith_decode(cinfo, st + 1);
277 st += 2; st += sign;
294 entropy->dc_context[ci] = 12 + (sign * 4); /* large diff category */
296 entropy->dc_context[ci] = 4 + (sign * 4); /* small diff category */
302 v += 1; if (sign) v = -v;
325 int tbl, sign, k; local
356 /* Figure F.22: Decoding the sign of v */
357 sign = arith_decode(cinfo, entropy->fixed_bin)
502 int blkn, ci, tbl, sign, k; local
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
cb_search.c 169 spx_word16_t sign=1; local
173 sign=-1;
177 if (sign>0)
185 if (sign==1)
195 e[subvect_size*i+j]=sign*0.03125*shape_cb[rind*subvect_size+j];
204 spx_word16_t sign=1; local
208 sign=-1;
214 g=sign*shape_cb[rind*subvect_size+m];
216 g=sign*0.03125*shape_cb[rind*subvect_size+m];
427 spx_word16_t sign=1 local
475 spx_word16_t sign=1; local
    [all...]

Completed in 399 milliseconds

1 2 3 4 5 6 78 91011>>