Searched refs:sign (Results 151 - 175 of 3854) sorted by relevance

1234567891011>>

/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/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/eigen/Eigen/src/Cholesky/
H A DLDLT.h259 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign) argument
271 if (numext::real(mat.coeff(0,0)) > 0) sign = PositiveSemiDef;
272 else if (numext::real(mat.coeff(0,0)) < 0) sign = NegativeSemiDef;
273 else sign = ZeroSign;
328 if (sign == PositiveSemiDef) {
329 if (realAkk < 0) sign = Indefinite;
330 } else if (sign == NegativeSemiDef) {
331 if (realAkk > 0) sign = Indefinite;
332 } else if (sign == ZeroSign) {
333 if (realAkk > 0) sign
400 unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign) argument
[all...]
/external/fdlibm/
H A De_jn.c79 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
222 int sign; local
232 sign = 1;
235 sign = 1 - ((n&1)<<1);
238 if(n==1) return(sign*__ieee754_y1(x));
271 if(sign>0) return b; else return -b;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbmatrox.c127 Uint32 sign; local
158 /* Set up the blit direction (sign) flags */
159 sign = 0;
161 sign |= 1;
164 sign |= 4;
206 mga_out32(MGAREG_SGN, sign);
/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.c61 S is the sign bit. For runs X----X, at least one of the Xs must be
63 there is an explicitly represented leading 1, and a sign bit,
77 sign bit, giving 64 in total.
109 UChar sign; local
111 sign = toUChar( (f64[7] >> 7) & 1 );
132 f80[9] = toUChar( sign << 7 );
163 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
180 f80[9] = toUChar( (sign << 7) | 0x7F );
198 f80[9] = toUChar( (sign << 7) | 0x7F );
207 f80[9] = toUChar( (sign <<
250 UChar sign; local
439 UInt sign, expExp; local
[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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c40 float sign; /**< +1 or -1 */ member in struct:twoside_stage
81 if (header->det * twoside->sign < 0.0) {
131 * We'll multiply the primitive's determinant by this sign to determine
133 * sign = -1 for CCW, +1 for CW
135 twoside->sign = stage->draw->rasterizer->front_ccw ? -1.0f : 1.0f;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c291 if(dst_type.sign && src_type.sign) {
292 /* Replicate the sign bit in the most significant bits */
405 if(dst_type.sign) {
419 if (dst_type.sign) {
509 assert(src_type.sign == dst_type.sign);
519 src_type.sign &&
525 unsigned dst_bits = dst_type.sign ? dst_type.width - 1 : dst_type.width;
577 /* Take in consideration the sign change
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfloatnum.c53 unsigned char sign; member in struct:yasm_floatnum
152 /* Set sign to 0 (positive) */
153 e->f.sign = 0;
238 /* Compute the new sign */
239 acc->sign ^= op->sign;
330 flt->sign = 1;
333 flt->sign = 0;
336 flt->sign = 0;
500 f->sign
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c40 float sign; /**< +1 or -1 */ member in struct:twoside_stage
81 if (header->det * twoside->sign < 0.0) {
131 * We'll multiply the primitive's determinant by this sign to determine
133 * sign = -1 for CCW, +1 for CW
135 twoside->sign = stage->draw->rasterizer->front_ccw ? -1.0f : 1.0f;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c291 if(dst_type.sign && src_type.sign) {
292 /* Replicate the sign bit in the most significant bits */
405 if(dst_type.sign) {
419 if (dst_type.sign) {
509 assert(src_type.sign == dst_type.sign);
519 src_type.sign &&
525 unsigned dst_bits = dst_type.sign ? dst_type.width - 1 : dst_type.width;
577 /* Take in consideration the sign change
[all...]
/external/stlport/src/
H A Dnum_put.cpp39 int sign = 0; local
42 sign = 1;
68 return (last - first) + sign + basechars;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dheader_bar.css78 #login-header-bar #cancel-multiple-sign-in-button {
88 html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
104 #login-header-bar #cancel-multiple-sign-in-button {
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsconv.c91 FT_Bool sign = 0; local
109 sign = FT_BOOL( *p == '-' );
146 if ( sign )
203 FT_Bool sign = 0; local
213 sign = FT_BOOL( *p == '-' );
339 if ( sign )
/external/freetype/src/psaux/
H A Dpsconv.c91 FT_Bool sign = 0; local
109 sign = FT_BOOL( *p == '-' );
146 if ( sign )
203 FT_Bool sign = 0; local
213 sign = FT_BOOL( *p == '-' );
339 if ( sign )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsconv.c91 FT_Bool sign = 0; local
109 sign = FT_BOOL( *p == '-' );
146 if ( sign )
212 FT_Bool sign = 0; local
221 sign = FT_BOOL( *p == '-' );
365 if ( sign )
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
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.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dnomem64.asm8 ; test sign optimization cases
/external/clang/
H A Dclang-host-build.mk8 -Wno-sign-promo \
/external/ipsec-tools/
H A DAndroid.mk67 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
83 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
/external/lldb/
H A DMakefile71 EXTRA_OPTIONS += -Wno-sign-compare
75 EXTRA_OPTIONS += -Wno-sign-compare -Wno-unused-function
/external/smack/src/org/xbill/DNS/utils/
H A DHMAC.java130 sign() { method in class:HMAC
156 byte [] expected = sign();

Completed in 717 milliseconds

1234567891011>>