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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 30 // returns +1 or -1, depending on the sign of x
33 SkScalar sign = SK_Scalar1; local
35 sign = -sign;
37 return sign;
  /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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
floatnum_test.c 47 unsigned char sign; member in struct:Init_Entry_s
190 if (flt->sign != val->sign) {
191 strcat(result_msg, "sign");
250 flt->sign = vals[i].sign;
  /external/chromium_org/tools/traceline/traceline/
assembler.h 75 sign = 8, enumerator in enum:Condition
87 negative = sign,
  /external/chromium_org/v8/src/
conversions.cc 129 int sign; local
136 &sign, &length, &decimal_point);
138 if (sign) builder.AddCharacter('-');
220 int sign; local
228 &sign, &decimal_rep_length, &decimal_point);
312 int sign; local
326 &sign, &decimal_rep_length, &decimal_point);
331 &sign, &decimal_rep_length, &decimal_point);
358 int sign; local
366 &sign, &decimal_rep_length, &decimal_point)
    [all...]
  /external/deqp/framework/common/
tcuFloat.hpp 73 * \param sign Sign. Must be +1/-1
88 static inline Float construct (int sign, int exponent, StorageType mantissa);
92 * \param sign Sign. Must be +1/-1
99 * The sign is turned into a sign bit and the exponent bias is added.
103 static Float constructBits (int sign, int exponent, StorageType mantissaBits);
113 inline int sign (void) const { return signBit() ? -1 : 1; } function in class:tcu::Float
122 static Float zero (int sign);
    [all...]
tcuVectorUtil.hpp 68 inline float sign (float f) { return (f < 0.0f) ? -1.0f : ((f > 0.0f) ? +1.0f : 0.0f); } function in namespace:tcu
87 inline float normalize (float f) { return sign(f); }
452 TCU_DECLARE_VECTOR_UNARY_FUNC(sign, deFloatSign)
  /external/eigen/test/
cholesky.cpp 136 int sign = internal::random<int>()%2 ? 1 : -1; local
138 if(sign == -1)
181 if(sign == -1)
282 int sign = internal::random<int>()%2 ? 1 : -1; local
284 if(sign == -1)
  /external/freetype/src/cff/
cffparse.c 136 FT_Int sign = 0, exponent_sign = 0, have_overflow = 0; local
173 sign = 1;
377 if ( sign )
  /external/icu/icu4c/source/test/intltest/
thcoll.cpp 280 if (sign(result) != sign(expect))
310 if (sign(result) != sign(expect)) {
324 int8_t CollationThaiTest::sign(int32_t i) { function in class:CollationThaiTest
  /external/libcxx/test/strings/basic.string/string.ops/string_compare/
size_size_string_size_size.pass.cpp 22 int sign(int x) function
38 assert(sign(s.compare(pos1, n1, str, pos2, n2)) == sign(x));
55 assert(sign(s.compare(pos1, n1, str, pos2)) == sign(x));
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 83 vp9_prob sign; member in struct:__anon28707
111 unsigned int sign[2]; member in struct:__anon28709
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 35 const int sign = comp < 0; local
36 const int mag = sign ? -comp : comp;
44 // Sign
45 vp9_write(w, sign, mvcomp->sign);
83 sign_cost[0] = vp9_cost_zero(mvcomp->sign);
84 sign_cost[1] = vp9_cost_one(mvcomp->sign);
175 update_mv(w, comp_counts->sign, &comp->sign, MV_UPDATE_PROB);
  /external/llvm/unittests/ADT/
APFloatTest.cpp 1311 const bool sign; member in struct:__anon30197::__anon30198
    [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 475 const int sign = SBITS(inst1, 10, 10); local
481 int32_t offset = (sign << 20)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 261 static INLINE boolean sign(float x){ function
358 else if (sign(x1diff) == sign(-dx)) {
361 else if (sign(-y1diff) != sign(dy)) {
377 else if (sign(x2diff) != sign(-dx)) {
380 else if (sign(-y2diff) == sign(dy)) {
391 will_draw_start = sign(-x1diff) != sign(dx)
    [all...]
  /external/mesa3d/src/mesa/main/
imports.c 336 /* sign bit */
423 /* sign bit */
436 float sign = s ? -1.0f : 1.0f; local
437 return sign * mantissa * half_denorm;
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 50 public void sign(OAuthMessage message) method in class:OAuthSignatureMethod
  /external/openssl/crypto/ec/
ec_mult.c 198 int sign = 1; local
226 sign = -1;
295 r[j++] = sign * digit;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffparse.c 140 FT_Int sign = 0, exponent_sign = 0, have_overflow = 0; local
177 sign = 1;
381 if ( sign )
  /external/qemu/fpu/
softfloat-specialize.h 134 flag sign; member in struct:__anon33356
213 z.sign = float16_val(a) >> 15;
233 return make_float16(((((uint16_t) a.sign) << 15)
316 z.sign = float32_val(a)>>31;
337 ( ( (uint32_t) a.sign )<<31 ) | 0x7F800000 | ( a.high>>41 ) );
434 * return the NaN with the positive sign bit (if any).
728 z.sign = float64_val(a)>>63;
749 ( ( (uint64_t) a.sign )<<63 )
938 z.sign = a.high >> 15;
942 z.sign = floatx80_default_nan_high >> 15
    [all...]
  /external/skia/experimental/Intersection/
QuadraticImplicit.cpp 98 double sign = (q1[oddMan].y - origY) * adj - (q1[oddMan].x - origX) * opp; local
99 if (approximately_zero(sign)) {
104 if (test * sign > 0) {
  /external/skia/samplecode/
SampleRotateCircles.cpp 52 float sign = 0.3f; local
54 sign = -sign;
64 rotateAbout(canvas, fAngle * scale * sign, cx, cy);
72 rotateAbout(canvas, fAngle * scale * sign, cx + DX, cy);
77 rotateAbout(canvas, fAngle * scale * sign, cx + DX, cy + DX);
  /external/skia/src/core/
SkFloat.cpp 65 // record the sign and make value positive
66 int sign = SkExtractSign(value); local
67 value = SkApplySign(value, sign);
96 int32_t packed = sign << 31; // set the sign-bit
105 SkASSERT(n == sign);
SkMath.cpp 80 // make numer and denom positive, and sign hold the resulting sign
81 int32_t sign = SkExtractSign(numer ^ denom); local
93 return SkApplySign(SK_MaxS32, sign);
132 return SkApplySign(result, sign);
272 // restore the sign for negative angles

Completed in 694 milliseconds

1 2 3 4 5 6 78 91011>>