HomeSort by relevance Sort by last modified time
    Searched defs:adj (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/i18n/
decContext.c 383 const char *adj; local
385 if (LITEND) adj="little";
386 else adj="big";
388 DECLITEND, adj);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 180 double xs, ys, zs, adj; local
249 * adj = xy.lo + r.lo (inexact; low bit is sticky)
250 * result = r.hi + adj (correctly rounded)
275 adj = vrlo + xy.lo;
276 return (ldexp(r.hi + adj, spread));
279 adj = add_adjusted(r.lo, xy.lo);
281 return (ldexp(r.hi + adj, spread));
283 return (add_and_denormalize(r.hi, adj, spread));
s_fmal.c 168 long double xs, ys, zs, adj; local
237 * adj = xy.lo + r.lo (inexact; low bit is sticky)
238 * result = r.hi + adj (correctly rounded)
263 adj = vrlo + xy.lo;
264 return (ldexpl(r.hi + adj, spread));
267 adj = add_adjusted(r.lo, xy.lo);
269 return (ldexpl(r.hi + adj, spread));
271 return (add_and_denormalize(r.hi, adj, spread));
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 73 __m128i adj, padj, nadj; local
77 adj = _mm_sub_epi8(l3, adj2);
78 adj = _mm_andnot_si128(mask0, adj);
79 adj = _mm_or_si128(adj, adj0);
82 padj = _mm_andnot_si128(diff_sign, adj);
83 nadj = _mm_and_si128(diff_sign, adj);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_line.c 546 int adj = (setup->pixel_offset != 0) ? 1 : 0; local
550 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
551 bbox.y1 = (MAX4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
lp_setup_point.c 336 int adj = (setup->pixel_offset != 0) ? 1 : 0; local
338 bbox.x0 = (x0 + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
339 bbox.x1 = (x0 + fixed_width + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
lp_setup_tri.c 270 int adj = (setup->pixel_offset != 0) ? 1 : 0; local
276 /* Inclusive / exclusive depending upon adj (bottom-left or top-right) */
277 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER;
278 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicLineIntersection.cpp 97 double adj = fLine[1].fX - fLine[0].fX; local
101 r[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
SkDQuadIntersection.cpp 98 double adj = endPt[1]->fX - origX; local
100 double sign = (q1[oddMan].fY - origY) * adj - (q1[oddMan].fX - origX) * opp;
105 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
SkDQuadLineIntersection.cpp 124 double adj = fLine[1].fX - fLine[0].fX; local
128 r[n] = (fQuad[n].fY - fLine[0].fY) * adj - (fQuad[n].fX - fLine[0].fX) * opp;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 546 int adj = (setup->pixel_offset != 0) ? 1 : 0; local
550 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
551 bbox.y1 = (MAX4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
lp_setup_point.c 336 int adj = (setup->pixel_offset != 0) ? 1 : 0; local
338 bbox.x0 = (x0 + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
339 bbox.x1 = (x0 + fixed_width + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
lp_setup_tri.c 270 int adj = (setup->pixel_offset != 0) ? 1 : 0; local
276 /* Inclusive / exclusive depending upon adj (bottom-left or top-right) */
277 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER;
278 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 97 double adj = fLine[1].fX - fLine[0].fX; local
101 r[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
SkDQuadIntersection.cpp 98 double adj = endPt[1]->fX - origX; local
100 double sign = (q1[oddMan].fY - origY) * adj - (q1[oddMan].fX - origX) * opp;
105 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
SkDQuadLineIntersection.cpp 124 double adj = fLine[1].fX - fLine[0].fX; local
128 r[n] = (fQuad[n].fY - fLine[0].fY) * adj - (fQuad[n].fX - fLine[0].fX) * opp;
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 551 // cos (adj / hyp)
552 double adj = Math.abs(p1.getLongitude() - p2.getLongitude()); local
554 return (int) Math.toDegrees(Math.atan(opp / adj));
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 144 double adj, gain_tmp; local
222 adj = 0.2 * ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio */
223 corr = adj * (corrvec1[ind1] + corrvec2[ind2]);
229 corr = adj * (corrvec1[ind2++] + corrvec2[ind1++]);
243 adj = 0.9 * ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio */
244 corr = adj * (corrvec1[ind1] + corrvec2[ind2]);
250 corr = adj * (corrvec1[ind2++] + corrvec2[ind1++]);
265 adj = ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio */
266 corr = adj * (corrvec1[ind1] + corrvec2[ind2]);
272 corr = adj * (corrvec1[ind2++] + corrvec2[ind1++])
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
AppWindowAnimator.java 78 int adj = 0; local
80 adj = WindowManagerService.TYPE_LAYER_OFFSET;
82 adj = -WindowManagerService.TYPE_LAYER_OFFSET;
85 if (animLayerAdjustment != adj) {
86 animLayerAdjustment = adj;
125 final int adj = animLayerAdjustment; local
130 winAnimator.mAnimLayer = w.mLayer + adj;
137 mService.setInputMethodAnimLayerAdjustment(adj);
140 mService.setWallpaperAnimLayerAdjustmentLocked(adj);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 56 inline void srcAddr16(const ValueRef&, bool adj, const int pos);
141 void CodeEmitterNV50::srcAddr16(const ValueRef& src, bool adj, const int pos)
147 assert(!adj || src.get()->reg.size <= 4);
148 if (adj)
154 offset &= adj ? (0xffff >> (src.get()->reg.size >> 1)) : 0xffff;
1790 int adj = 4; local
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 933 double adj = (ms < 0) ? 0 : 0.5; local
934 double d = (ms + adj) / 86400000.0 + 2440587.5;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 56 inline void srcAddr16(const ValueRef&, bool adj, const int pos);
141 void CodeEmitterNV50::srcAddr16(const ValueRef& src, bool adj, const int pos)
147 assert(!adj || src.get()->reg.size <= 4);
148 if (adj)
154 offset &= adj ? (0xffff >> (src.get()->reg.size >> 1)) : 0xffff;
1790 int adj = 4; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 1063 float adj = 1.f + r + (r2 * 0.5f) + (r2*r * 0.166666f) + (r2*r2 * 0.0416666f); local
1078 float2 adj = 1.f + r + (r2 * 0.5f) + (r2*r * 0.166666f) + (r2*r2 * 0.0416666f); local
1093 float4 adj = 1.f + r + (r2 * 0.5f) + (r2*r * 0.166666f) + (r2*r2 * 0.0416666f); local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 302 int adj, old_numblocks, numblocks, adjblocks; local
485 adj = old_fs->group_desc_count;
486 max_group = fs->group_desc_count - adj;
571 int adj = 0; local
632 adj = rfs->old_fs->group_desc_count;
633 max_group = fs->group_desc_count - adj;
654 i - adj + 1, max_group);
    [all...]
  /external/libvorbis/lib/
psy.c 127 float adj=center_boost+abs(EHMER_OFFSET-k)*center_decay_rate; local
128 if(adj<0. && center_boost>0)adj=0.;
129 if(adj>0. && center_boost<0)adj=0.;
130 workc[i][j][k]+=adj;
    [all...]

Completed in 1642 milliseconds

1 2