HomeSort by relevance Sort by last modified time
    Searched refs:sign (Results 1 - 25 of 2074) 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
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
package-info.java 19 The {@code sign} package provides extensions for the {@code zip} package that allow:
26 Because the {@code zip} package is completely independent of the {@code sign} package, the
27 actual coordination between the two is complex. The {@code sign} package works by registering
31 The {@link com.android.apkzlib.sign.ManifestGenerationExtension} extension will
33 The {@link com.android.apkzlib.sign.SigningExtension} extension will
39 operating the extensions is not done sequentially, as we don't want to build a zip and then sign it.
153 package com.android.apkzlib.sign;
  /external/eigen/doc/snippets/
Cwise_sign.cpp 2 cout << v.sign() << endl;
  /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);
  /art/runtime/interpreter/mterp/arm/
op_goto.S 8 sbfx rINST, rINST, #8, #8 @ rINST<- ssssssAA (sign-extended)
op_goto_16.S 8 FETCH_S rINST, 1 @ rINST<- ssssAAAA (sign-extended)
  /art/runtime/interpreter/mterp/mips/
op_goto_16.S 8 FETCH_S(rINST, 1) # rINST <- ssssAAAA (sign-extended)
op_goto.S 9 sra rINST, a0, 24 # rINST <- ssssssAA (sign-extended)
  /art/runtime/interpreter/mterp/mips64/
op_goto_16.S 8 lh rINST, 2(rPC) # rINST <- offset (sign-extended AAAA)
op_goto.S 9 seb rINST, rINST # rINST <- offset (sign-extended AA)
  /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. */
  /toolchain/binutils/binutils-2.27/libiberty/
copysign.c 10 unsigned int sign : 1; member in struct:__anon4980::__anon4981
20 unsigned int sign : 1; member in struct:__anon4980::__anon4982
55 unsigned int sign : 1; member in struct:__anon4984::__anon4985
70 unsigned int sign : 1; member in struct:__anon4984::__anon4986
90 unsigned int sign : 1; member in struct:__anon4988::__anon4989
97 unsigned int sign:1; member in struct:__anon4988::__anon4990
117 unsigned int sign : 1; member in struct:__anon4991::__anon4992
125 unsigned int sign:1; member in struct:__anon4991::__anon4993
140 a.number.sign =b.number.sign;
    [all...]
  /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));
145 deUint32 sign; /* sign : 0000 0000 0000 0000 X000 0000 0000 0000 * local
261 deUint32 sign; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabsl.c 41 u.bits.sign = 0;
s_copysignl.c 40 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] */
  /build/make/tools/releasetools/testdata/
payload_signer.sh 4 openssl pkeyutl -sign -keyform DER -inkey $1 -pkeyopt digest:sha256 -in $3 -out $5

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 91011>>