Searched refs:adj (Results 26 - 50 of 64) sorted by relevance

123

/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java933 double adj = (ms < 0) ? 0 : 0.5;
934 double d = (ms + adj) / 86400000.0 + 2440587.5;
/external/skia/src/pathops/
H A DSkDConicLineIntersection.cpp126 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local
130 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[0].fX) * opp;
H A DSkDQuadLineIntersection.cpp155 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local
159 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp;
H A DSkPathOpsCubic.cpp163 double adj = endPt[1]->fX - origX; local
167 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp;
169 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp;
182 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp;
/external/skqp/src/pathops/
H A DSkDConicLineIntersection.cpp126 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local
130 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[0].fX) * opp;
H A DSkDQuadLineIntersection.cpp155 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local
159 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp;
H A DSkPathOpsCubic.cpp163 double adj = endPt[1]->fX - origX; local
167 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp;
169 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp;
182 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp;
/external/python/cpython2/Lib/
H A Ddecimal.py2958 adj = self.adjusted()
2961 # of adjusted exponents---for example, -29 <= adj <= 10 for
2965 if self._sign == 0 and adj > len(str((context.Emax+1)*3)):
2968 elif self._sign == 1 and adj > len(str((-context.Etiny()+1)*3)):
2971 elif self._sign == 0 and adj < -p:
2974 elif self._sign == 1 and adj < -p-1:
3068 adj = self._exp + len(self._int) - 1
3069 if adj >= 1:
3071 return len(str(adj*23//10)) - 1
3072 if adj <
[all...]
/external/python/cpython3/Lib/
H A D_pydecimal.py3101 adj = self.adjusted()
3104 # of adjusted exponents---for example, -29 <= adj <= 10 for
3108 if self._sign == 0 and adj > len(str((context.Emax+1)*3)):
3111 elif self._sign == 1 and adj > len(str((-context.Etiny()+1)*3)):
3114 elif self._sign == 0 and adj < -p:
3117 elif self._sign == 1 and adj < -p-1:
3211 adj = self._exp + len(self._int) - 1
3212 if adj >= 1:
3214 return len(str(adj*23//10)) - 1
3215 if adj <
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass3.c643 errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino, int adj) argument
657 printf("Adjusting link count for inode %lu by %d (from %d)\n", ino, adj,
661 if (adj == 1) {
667 } else if (adj == -1) {
H A De2fsck.h536 int adj);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c144 const unsigned adj = tx->base.box.x & NOUVEAU_MIN_BUFFER_MAP_ALIGN_MASK; local
145 const unsigned size = align(tx->base.box.width, 4) + adj;
153 tx->map += adj;
158 tx->offset += adj;
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp4291 ir_variable *adj = body.make_temp(type, "adj"); local
4292 body.emit(assign(array_ref(adj, 0), matrix_elt(m, 1, 1), 1 << 0));
4293 body.emit(assign(array_ref(adj, 0), neg(matrix_elt(m, 0, 1)), 1 << 1));
4294 body.emit(assign(array_ref(adj, 1), neg(matrix_elt(m, 1, 0)), 1 << 0));
4295 body.emit(assign(array_ref(adj, 1), matrix_elt(m, 0, 0), 1 << 1));
4301 body.emit(ret(div(adj, det)));
4326 ir_variable *adj = body.make_temp(type, "adj"); local
4327 body.emit(assign(array_ref(adj,
4414 ir_variable *adj = body.make_temp(btype == glsl_type::float_type ? glsl_type::mat4_type : glsl_type::dmat4_type, "adj"); local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c314 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local
320 /* Inclusive / exclusive depending upon adj (bottom-left or top-right) */
321 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER;
322 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c596 unsigned adj = 256 - (*pgpuaddr & 255); local
597 ptr += adj;
598 *pgpuaddr += adj;
/external/python/cpython3/Python/
H A Ddtoa.c1440 U aadj2, adj, rv, rv0; local
2092 adj.d = aadj1 * ulp(&rv);
2093 dval(&rv) += adj.d;
2123 adj.d = aadj1 * ulp(&rv);
2124 dval(&rv) += adj.d;
/external/python/cpython2/Python/
H A Ddtoa.c1513 U aadj2, adj, rv, rv0; local
2165 adj.d = aadj1 * ulp(&rv);
2166 dval(&rv) += adj.d;
2196 adj.d = aadj1 * ulp(&rv);
2197 dval(&rv) += adj.d;
/external/e2fsprogs/resize/
H A Dresize2fs.c1027 int adj = 0; local
1096 adj = rfs->old_fs->group_desc_count;
1097 max_group = fs->group_desc_count - adj;
1118 i - adj + 1, max_group);
/external/mksh/src/
H A Dedit.c1396 int adj = x_adj_done; local
1408 if (adj == x_adj_done)
1657 int adj = x_adj_done; local
1660 while (*str && str < xlp && x_col < xx_cols && adj == x_adj_done)
2993 int adj = x_adj_done; local
2995 while (*s && adj == x_adj_done)
/external/icu/icu4c/source/i18n/
H A DdecNumber.cpp3709 Int adj; /* adjustment */ local
3713 adj=(-e)%3;
3714 if (adj!=0) adj=3-adj;
3717 adj=e%3;
3719 e=e-adj;
3723 if (!ISZERO(dn)) pre+=adj;
3725 if (adj!=0) { /* 0.00Esnn needed */
3727 pre=-(2-adj);
[all...]
/external/boringssl/include/openssl/
H A Dx509.h698 OPENSSL_EXPORT ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
700 OPENSSL_EXPORT ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
/external/boringssl/src/include/openssl/
H A Dx509.h698 OPENSSL_EXPORT ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
700 OPENSSL_EXPORT ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dmpdecimal.c7280 mpd_ssize_t adj, maxprec, initprec; local
7288 adj = v->digits + v->exp;
7331 z->exp -= adj;
7577 mpd_ssize_t adj, tz; local
7614 adj = (a->exp-v->exp) / 2;
7643 z->exp -= adj;
/external/boringssl/src/crypto/x509/
H A Dx509_vfy.c1956 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj) argument
1958 return X509_time_adj(s, adj, NULL);
/external/python/cpython3/Modules/
H A D_sre.c1576 #define GET_SKIP_ADJ(adj) \
1583 if (skip-adj > (uintptr_t)(end - code)) \

Completed in 7748 milliseconds

123