Home
last modified time | relevance | path

Searched +defs:neg +defs:d (Results 1 – 25 of 48) sorted by relevance

12

/external/boringssl/src/crypto/asn1/
Da_int.c70 int neg, ret; in ASN1_INTEGER_cmp() local
117 int pad=0,ret,i,neg; in i2c_ASN1_INTEGER() local
343 long d; in ASN1_INTEGER_set() local
380 int neg=0,i; in ASN1_INTEGER_get() local
Da_enum.c75 long d; in ASN1_ENUMERATED_set() local
112 int neg=0,i; in ASN1_ENUMERATED_get() local
/external/v8/src/base/
Ddivision-by-constant.cc23 MagicNumbersForDivision<T> SignedDivisionByConstant(T d) { in SignedDivisionByConstant()
28 const bool neg = (min & d) != 0; in SignedDivisionByConstant() local
60 MagicNumbersForDivision<T> UnsignedDivisionByConstant(T d, in UnsignedDivisionByConstant()
/external/ppp/pppd/
Dipcp.c731 #define LENCIADDRS(neg) (neg ? CILEN_ADDRS : 0) argument
732 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) argument
733 #define LENCIADDR(neg) (neg ? CILEN_ADDR : 0) argument
734 #define LENCIDNS(neg) LENCIADDR(neg) argument
735 #define LENCIWINS(neg) LENCIADDR(neg) argument
776 #define ADDCIADDRS(opt, neg, val1, val2) \ argument
791 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
807 #define ADDCIADDR(opt, neg, val) \ argument
820 #define ADDCIDNS(opt, neg, addr) \ argument
891 #define ACKCIADDRS(opt, neg, val1, val2) \ argument
[all …]
/external/icu/icu4c/source/i18n/
Dnfrs.cpp809 int64_t util64_fromDouble(double d) { in util64_fromDouble()
818 UBool neg = d < 0; in util64_fromDouble() local
885 int neg = 0; in util64_atoi() local
911 int neg = 0; in util64_utoi() local
951 int32_t d = (int32_t)(w-m); in util64_toa() local
997 int32_t d = (int32_t)(w-m); in util64_tou() local
DdecNumber.c295 #define decFinish(a,b,c,d) decFinalize(a,b,c,d) argument
409 Int d; /* work */ in uprv_decNumberToInt32() local
445 Int d; /* work */ in uprv_decNumberToUInt32() local
518 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() local
3399 Unit *d; /* .. */ in uprv_decNumberCopy() local
5294 decNumber *d=bufd; /* divisor */ in decExpOp() local
6635 Int d, exp; /* work */ local
7590 Flag neg=decNumberIsNegative(dn); /* 1 if -ve */ local
7858 uInt u, d; /* .. */ local
8002 Int ae, d, digits; /* .. */ local
/external/pdfium/core/src/fxcrt/
Dfx_basic_gcc.cpp16 FX_BOOL neg = FALSE; in FXSYS_StrToInt() local
37 FX_BOOL neg = FALSE; in FXSYS_StrToInt() local
82 for (int d = digits - 1; d > -1; d--) { in FXSYS_IntToStr() local
/external/boringssl/src/include/openssl/
Dbn.h831 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks in little-endian member
835 int neg; /* one if the number is negative */ member
/external/boringssl/src/crypto/x509/
Dt_x509.c106 const char *neg; in X509_print_ex() local
371 int y=0,M=0,d=0,h=0,m=0,s=0; in ASN1_GENERALIZEDTIME_print() local
419 int y=0,M=0,d=0,h=0,m=0,s=0; in ASN1_UTCTIME_print() local
/external/valgrind/coregrind/
Dm_libcbase.c97 Bool neg = False, converted = False; in VG_() local
149 Bool neg = False, converted = False; in VG_() local
217 Bool neg = False; in VG_() local
627 UChar* d = (UChar*)dest; in VG_() local
698 UChar* d = destV; in VG_() local
/external/boringssl/src/crypto/bn/
Ddiv.c364 int neg = num->neg; in BN_div() local
383 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) { in BN_nnmod()
587 BN_ULONG l, d; in BN_div_word() local
Dbn_test.cc429 ScopedBIGNUM d(BN_new()); in test_div() local
555 ScopedBIGNUM d(BN_new()); in test_rshift() local
633 ScopedBIGNUM d(BN_new()); in test_lshift() local
677 ScopedBIGNUM d(BN_new()); in test_mul() local
735 ScopedBIGNUM d(BN_new()); in test_sqr() local
824 static unsigned int neg = 0; in rand_neg() local
890 ScopedBIGNUM d(BN_new()); in test_mont() local
963 ScopedBIGNUM d(BN_new()); in test_mod() local
1003 ScopedBIGNUM d(BN_new()); in test_mod_mul() local
1071 ScopedBIGNUM d(BN_new()); in test_mod_exp() local
[all …]
/external/eigen/test/
Dcholesky.cpp109 MatrixType neg = -symmLo; in cholesky() local
221 Matrix<RealScalar,Dynamic,1> d = Matrix<RealScalar,Dynamic,1>::Random(rows); in cholesky() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_emit_nv50.cpp264 for (int d = 0; i->defExists(d); ++d) in emitFlagsWr() local
334 CodeEmitterNV50::setDst(const Instruction *i, int d) in setDst()
980 const int neg = (i->src(0).mod ^ i->src(1).mod).neg(); in emitFMUL() local
1743 for (int d = 0; i->defExists(d); ++d) { in getMinEncodingSize() local
Dnv50_ir_peephole.cpp44 for (int d = 1; defExists(d); ++d) in isNop() local
69 for (int d = 0; defExists(d); ++d) in isDead() local
691 const uint32_t d = imm0.reg.data.u32; in opnd() local
725 const int32_t d = imm0.reg.data.s32; in opnd() local
956 Instruction *neg = sub->getSrc(1)->getInsn(); in handleABS() local
1354 int d, j; in combineLd() local
1552 int d, s; in replaceLdFromSt() local
1882 for (int d = 0; insn->defExists(d); ++d) in mayPredicate() local
2082 unsigned int d, s; in isResultEqual() local
2176 for (int d = 0; old->defExists(d); ++d) in tryReplace() local
[all …]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp466 bool neg = (i->src(0).mod ^ i->src(1).mod).neg(); in emitFMUL() local
810 const bool neg = (i->op == OP_NEG) || i->src(0).mod.neg(); in emitCVT() local
1571 for (int d = 0; insn->defExists(d); ++d) in emitInstruction() local
2161 for (int d = 0; insn->defExists(d); ++d) in commitInsn() local
/external/valgrind/exp-sgcheck/tests/
Dbad_percentify.c276 Bool neg = False; in myvprintf_int64() local
561 void VG_percentify(ULong n, ULong m, UInt d, Int n_buf, HChar buf[]) in VG_percentify()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c495 int res, neg; in mp_mul() local
540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod()
1025 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) in mp_div_2d()
1386 mp_digit d; in mp_mul_2d() local
1609 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
1691 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
1694 int res, n, t, i, norm, neg; in mp_div() local
2152 static int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) in mp_reduce_2k_l()
2190 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) in mp_reduce_2k_setup_l()
/external/ltrace/
Dlens_default.c212 double d; in format_floating() local
722 unsigned neg = bits > sz * 4 ? 0xff : 0x00; in bitvect_lens_format_cb() local
732 unsigned char d = data[i] ^ neg; in bitvect_lens_format_cb() local
/external/valgrind/VEX/switchback/
Dtest_emfloat.c45 char *d = (char *)dest; in my_memcpy() local
55 register char *d; in my_memmove() local
194 Bool neg = False; in myvprintf_int64() local
/external/mesa3d/src/mesa/math/
Dm_matrix.c484 GLfloat pos, neg, t; in invert_matrix_3d_general() local
983 GLfloat x, y, a, b, c, d; in _math_matrix_frustum() local
/external/dhcpcd-6.8.2/
Ddhcp6.c220 dhcp6_findoption(uint16_t code, const uint8_t *d, size_t len) in dhcp6_findoption()
955 const struct dhcp6_op *d; in dhcp6_get_op() local
1020 uint8_t neg; in dhcp6_sendmessage() local
1739 const uint8_t *d, size_t l, const struct timespec *acquired) in dhcp6_findna()
1820 const uint8_t *d, size_t l, const struct timespec *acquired) in dhcp6_findpd()
/external/mksh/src/
Dmisc.c530 bool neg = false; in getn() local
900 unsigned char c, d; in gmatch_cclass() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c952 void r600_bytecode_special_constants(uint32_t value, unsigned *sel, unsigned *neg) in r600_bytecode_special_constants()
1211 int d; in r600_bytecode_alloc_kcache_line() local
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c757 register int neg = 0; in getoffset() local
837 int d, m1, yy0, yy1, yy2, dow; in transtime() local

12