/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_main.c | 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u", 79 if(type.sign) { 126 if(!type.sign && value < 0.0) 147 if(type.sign) { 205 else if (type.sign) 212 if(!type.sign) 306 if(type.sign && !type.norm) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | 145 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent') 216 also a quiet NaN, but with the original sign, and an optional 243 The result of the operation is [sign,inf], where sign is the exclusive 248 def handle(self, context, sign, *args): 249 return _SignedInfinity[sign] 333 round-up, if implemented), the result of the operation is [sign,inf], 334 where sign is the sign of the intermediate result. For round-down, the 336 current precision, with the sign of the intermediate result. Fo [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | 145 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent') 216 also a quiet NaN, but with the original sign, and an optional 243 The result of the operation is [sign,inf], where sign is the exclusive 248 def handle(self, context, sign, *args): 249 return _SignedInfinity[sign] 333 round-up, if implemented), the result of the operation is [sign,inf], 334 where sign is the sign of the intermediate result. For round-down, the 336 current precision, with the sign of the intermediate result. Fo [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 127 int used, alloc, sign; member in struct:__anon38320 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 of the one with the greater magnitude. * [all...] |
/external/eigen/Eigen/src/Cholesky/ |
LDLT.h | 259 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign) 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 = PositiveSemiDef [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_jn.c | 74 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */ 218 int32_t sign; local 227 sign = 1; 230 sign = 1 - ((n&1)<<1); 233 if(n==1) return(sign*__ieee754_y1(x)); 269 if(sign>0) return b; else return -b;
|
/external/fdlibm/ |
e_jn.c | 79 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/ |
SDL_fbmatrox.c | 127 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/ |
guest_generic_x87.c | 61 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 << 7) | 0x7F ) 250 UChar sign; local 439 UInt sign, expExp; local [all...] |
/external/valgrind/main/none/tests/ppc32/ |
round.c | 52 unsigned int sign:1; member in struct:__anon37746::__anon37747 61 unsigned int sign:1; member in struct:__anon37748::__anon37749 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/ |
round.c | 52 unsigned int sign:1; member in struct:__anon37787::__anon37788 61 unsigned int sign:1; member in struct:__anon37789::__anon37790 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...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c2_11pf.cpp | 130 Word16 dn_sign[], /* i : sign of dn[] */ 134 Word16 sign[], /* o : sign of 2 pulses */ 161 sign, Signs of 2 pulses, pointer of type Word16 * 235 Word16 * sign, /* o : Signs of 2 pulses */ 306 sign, 555 dn_sign, sign of pulses, array of type Word16 562 sign[], sign of 2 pulses, array of type Word16 616 Word16 dn_sign[], /* i : sign of pulses * [all...] |
cor_h.cpp | 88 3. Replaced array addressing (array sign[]) by pointers 142 sign = vector containing the sign information for the correlation 164 the codebook search, and includes the sign information into the correlations. 169 The sign information is included by: 170 rr[i][j] = rr[i][j]*sign[i]*sign[j] 188 Word16 sign[], // (i) : sign of d[n] 238 rr[j][i] = mult (pv_round (s), mult (sign[i], sign[j])) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_twoside.c | 40 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/ |
lp_bld_pack.c | 291 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 changes only in the last step * [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
floatnum.c | 43 * Sign exponent mantissa (80 bits) 46 * Only L.O. bit of Sign byte is significant. The rest is zero. 53 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 [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_twoside.c | 40 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/ |
lp_bld_pack.c | 291 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 changes only in the last step * [all...] |
/external/stlport/src/ |
num_put.cpp | 39 int sign = 0; local 42 sign = 1; 68 return (last - first) + sign + basechars;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
az_isp.c | 68 Word16 x, y, sign, exp; local 104 * - Evaluate Chebyshev pol. at grid points and check for sign change.* 105 * - If sign change track the root by subdividing the interval * 106 * 2 times and ckecking sign change. * 150 sign = y; 158 if (sign < 0)
|
/ndk/sources/cxx-stl/stlport/src/ |
num_put.cpp | 39 int sign = 0; local 42 sign = 1; 68 return (last - first) + sign + basechars;
|
/packages/providers/CalendarProvider/ |
maketests.py | 59 sign = -1
61 sign = 1
62 hour = int(m.group(4)) + (sign * int(m.group(8)))
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
header_bar.css | 78 #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/ |
psconv.c | 91 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/ |
psconv.c | 91 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 )
|