HomeSort by relevance Sort by last modified time
    Searched refs:sign (Results 1 - 25 of 1176) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/vboot_reference/tests/
external_rsa_signer.sh 5 echo "Reads data to sign from stdin, encrypted data is output to stdout"
9 openssl rsautl -sign -inkey $1
  /external/eigen/doc/snippets/
Cwise_sign.cpp 2 cout << v.sign() << endl;
  /external/arm-optimized-routines/math/
math_errf.c 26 xflowf (uint32_t sign, float y)
28 y = eval_as_float (opt_barrier_float (sign ? -y : y) * y);
33 __math_uflowf (uint32_t sign)
35 return xflowf (sign, 0x1p-95f);
42 __math_may_uflowf (uint32_t sign)
44 return xflowf (sign, 0x1.4p-75f);
49 __math_oflowf (uint32_t sign)
51 return xflowf (sign, 0x1p97f);
55 __math_divzerof (uint32_t sign)
57 float y = opt_barrier_float (sign ? -1.0f : 1.0f) / 0.0f
    [all...]
math_err.c 26 xflow (uint32_t sign, double y)
28 y = eval_as_double (opt_barrier_double (sign ? -y : y) * y);
33 __math_uflow (uint32_t sign)
35 return xflow (sign, 0x1p-767);
42 __math_may_uflow (uint32_t sign)
44 return xflow (sign, 0x1.8p-538);
49 __math_oflow (uint32_t sign)
51 return xflow (sign, 0x1p769);
55 __math_divzero (uint32_t sign)
57 double y = opt_barrier_double (sign ? -1.0 : 1.0) / 0.0
    [all...]
  /external/pdfium/third_party/bigint/
BigInteger.cc 13 // Copy sign
14 sign = x.sign;
19 BigInteger::BigInteger(const Blk *b, Index blen, Sign s) : mag(b, blen) {
24 sign = zero;
28 // If the magnitude is zero, force the sign to zero.
29 sign = mag.isZero() ? zero : s;
33 * that the sign is a valid member of the enumeration. Oh well. */
38 BigInteger::BigInteger(const BigUnsigned &x, Sign s) : mag(x) {
43 sign = zero
    [all...]
  /external/python/cpython3/Include/
dtoa.h 9 int *decpt, int *sign, char **rve);
11 PyAPI_FUNC(double) _Py_dg_stdnan(int sign);
12 PyAPI_FUNC(double) _Py_dg_infinity(int sign);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestSign.rs 24 return sign(inV);
28 return sign(inV);
32 return sign(inV);
36 return sign(inV);
40 return sign(inV);
44 return sign(inV);
48 return sign(inV);
52 return sign(inV);
  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_sign.cu.cc 22 DEFINE_UNARY6(sign, Eigen::half, float, double, int64, complex64, complex128);
cwise_op_sign.cc 19 REGISTER7(UnaryOp, CPU, "Sign", functor::sign, float, double, int32, int64,
22 REGISTER6(UnaryOp, GPU, "Sign", functor::sign, float, Eigen::half, double,
28 REGISTER_KERNEL_BUILDER(Name("Sign")
33 UnaryOp<CPUDevice, functor::sign<int32>>);
37 REGISTER3(UnaryOp, SYCL, "Sign", functor::sign, float, double, int64);
38 REGISTER_KERNEL_BUILDER(Name("Sign")
43 UnaryOp<CPUDevice, functor::sign<int32>>)
    [all...]
  /external/crcalc/src/com/hp/creals/
StringFloatRep.java 42 sign = s;
48 * The sign associated with this approximation. May be -1, _1, or zero.
50 public int sign; field in class:StringFloatRep
66 * Produce a textual representation including the sign and exponent.
70 (sign < 0? "-" : "") + mantissa + "E" + Integer.toString(exponent)
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d1035pf.cpp 94 represented by sign+position
130 Word16 index[], // (i) : index of 10 pulses (sign+position)
134 Word16 i, j, pos1, pos2, sign, tmp;
157 sign = 4096; // +1.0
161 sign = -4096; // -1.0
164 cod[pos1] = sign;
176 sign = negate (sign);
178 cod[pos2] = add (cod[pos2], sign);
208 Word16 index[], /* (i) : index of 10 pulses (sign+position) *
213 Word16 sign, tmp; local
    [all...]
d2_11pf.h 84 Word16 sign, /* i : signs of 2 pulses. */
d3_14pf.h 105 Word16 sign, /* i : signs of 3 pulses. */
d4_17pf.h 106 Word16 sign, /* i : signs of 4 pulses. */
  /external/deqp/framework/delibs/debase/
deFloat16.c 30 deUint32 sign; local
40 sign = (x.u >> 16u) & 0x00008000u;
49 return (deFloat16) sign;
64 return (deFloat16) (sign | mantissa);
71 return (deFloat16) (sign | 0x7c00u);
77 return (deFloat16) (sign | 0x7c00u | mantissa | (mantissa == 0u));
95 return (deFloat16) (sign | 0x7c00u);
98 return (deFloat16) (sign | ((deUint32)expotent << 10u) | (mantissa >> 13u));
104 deUint64 sign; local
114 sign = (x.u >> 48u) & 0x00008000u
218 deUint32 sign; \/* sign : 0000 0000 0000 0000 X000 0000 0000 0000 *\/ local
375 deUint64 sign; \/* sign : 0000 0000 0000 0000 X000 0000 0000 0000 *\/ local
491 deUint32 sign; local
553 deUint64 sign; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabsl.c 43 u.bits.sign = 0;
s_copysignl.c 42 ux.bits.sign = uy.bits.sign;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.h 83 Word16 sign[], /* (i) : sign of d[n] */
set_sign.h 105 Word16 sign[], /* o : sign of dn[] */
113 Word16 sign[], /* o : sign of d[n] */
  /build/make/tools/releasetools/testdata/
payload_signer.sh 4 openssl pkeyutl -sign -keyform DER -inkey $1 -pkeyopt digest:sha256 -in $3 -out $5
signing_helper.sh 19 cat $3 | openssl rsautl -sign -inkey $2 -raw > $tmpfile
  /external/boringssl/src/crypto/fipsmodule/ec/
util.c 56 // "sign-alternating {+-1}-representation".
78 // The sign-alternating property implies that the resulting digit values are
87 // recoded digit to *sign (0 for positive, 1 for negative) and *digit (absolute
92 void ec_GFp_nistp_recode_scalar_bits(uint8_t *sign, uint8_t *digit,
102 *sign = s & 1;
  /external/grpc-grpc/third_party/nanopb/examples/using_double_on_avr/
double_conversion.c 12 * Single precision: sign, 8-bit exp, 23-bit frac.
13 * Double precision: sign, 11-bit exp, 52-bit frac.
20 uint8_t sign; local
25 sign = (in.i >> 31) & 1;
57 mantissa |= (uint64_t)sign << 63;
64 uint8_t sign; local
70 sign = (value >> 63) & 1;
83 if (sign)
91 if (sign)
118 out.i |= (uint32_t)sign << 31
    [all...]
  /external/nanopb-c/examples/using_double_on_avr/
double_conversion.c 12 * Single precision: sign, 8-bit exp, 23-bit frac.
13 * Double precision: sign, 11-bit exp, 52-bit frac.
20 uint8_t sign; local
25 sign = (in.i >> 31) & 1;
57 mantissa |= (uint64_t)sign << 63;
64 uint8_t sign; local
70 sign = (value >> 63) & 1;
83 if (sign)
91 if (sign)
118 out.i |= (uint32_t)sign << 31
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Polynomial.c 49 LVM_FLOAT Y,A,XTemp,Temp,sign; local
57 sign = Temp;
60 Y += ((*pCoefficients) * sign);
62 sign *= Temp;
90 LVM_INT32 Y,A,XTemp,Temp,sign; local
98 sign=Temp;
101 Y+=((*pCoefficients)*sign);
103 sign*=Temp;

Completed in 2151 milliseconds

1 2 3 4 5 6 7 8 91011>>