HomeSort by relevance Sort by last modified time
    Searched defs:rad (Results 26 - 43 of 43) sorted by null

12

  /cts/tests/tests/media/src/android/media/cts/
AudioHelper.java 37 final double rad = 2 * Math.PI * frequency / sampleRate; local
41 int unsigned = (int)(Math.sin(j * (rad + j * sweep)) * Byte.MAX_VALUE)
50 final double rad = 2 * Math.PI * frequency / sampleRate; local
54 vai[j] = (short)(Math.sin(j * (rad + j * sweep)) * Short.MAX_VALUE);
61 final double rad = 2 * Math.PI * frequency / sampleRate; local
65 vaf[j] = (float)(Math.sin(j * (rad + j * sweep)));
77 final double rad = numCycles * 2.0 * Math.PI / numFrames; local
79 short sample = (short)(amplitude * Math.sin(j * rad) * Short.MAX_VALUE);
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java 236 int radius, rad, alpha, step, delta, samplepixels; local
251 rad = radius >> radiusbiasshift;
252 if (rad <= 1)
253 rad = 0;
254 for (i = 0; i < rad; i++)
255 radpower[i] = alpha * (((rad * rad - i * i) * radbias) / (rad * rad));
257 // fprintf(stderr,"beginning 1D learning: initial radius=%d\n", rad);
    [all...]
  /external/opencv3/modules/features2d/src/
evaluation.cpp 187 float rad = src[i].size/2; local
188 CV_Assert( rad );
189 float fac = 1.f/(rad*rad);
203 float rad = sqrt(axes.height*axes.width); local
204 dst[i] = KeyPoint(src[i].center, 2*rad );
  /external/tcpdump/
print-radius.c 948 register const struct radius_hdr *rad; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 266 float rad = mRotateToScreen.mapRadius(mTmpStrokData.mRadius); local
269 rec.set(centerx - rad,
270 centery - rad,
271 centerx + rad,
272 centery + rad);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/opencv/ml/src/
ml_inner_functions.cpp 330 float rad, norm, coefficient; local
355 rad = (float)(cvRandReal(&rng_local)*(radius_large - radius_small) + radius_small);
358 coefficient = rad / norm;
    [all...]
  /external/skia/samplecode/
SampleQuadStroker.cpp 620 SkScalar rad = 32; variable
625 rr.setRectXY(r, rad, rad);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 424 double rad = Math.toRadians(degrees); local
425 float sin = (float) Math.sin(rad);
426 float cos = (float) Math.cos(rad);
996 double rad = Math.toRadians(degrees); local
997 float sin = (float)Math.sin(rad);
998 float cos = (float)Math.cos(rad);
1008 double rad = Math.toRadians(degrees); local
1009 float sin = (float)Math.sin(rad);
1010 float cos = (float)Math.cos(rad);
1038 double rad = Math.toRadians(degrees); local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 136 void pointx_validate(void *con, const GGLcoord* v, GGLcoord rad)
149 c->procs.pointx(con, v, rad);
152 void pointx(void *con, const GGLcoord* v, GGLcoord rad)
155 GGLcoord halfSize = TRI_ROUND(rad) >> 1;
207 GGLcoord rad = ((size + 1)>>1); local
208 GGLint l = (v[0] - rad) >> TRI_FRACTION_BITS;
209 GGLint t = (v[1] - rad) >> TRI_FRACTION_BITS;
210 GGLint r = (v[0] + rad + (TRI_ONE-1)) >> TRI_FRACTION_BITS;
211 GGLint b = (v[1] + rad + (TRI_ONE-1)) >> TRI_FRACTION_BITS;
236 GGLcoord rr = rad*rad
272 GGLcoord rad = ((size + 1)>>1); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 451 VGfloat cos_line, rad = 0; local
458 rad = 0;
461 rad = acos(cos_line);
462 return rad * 360 / M_2PI;
    [all...]
  /external/skia/tests/
PathTest.cpp 26 static void set_radii(SkVector radii[4], int index, float rad) {
28 radii[index].set(rad, rad);
56 const float rad = 33436320; local
63 set_radii(radii, i, rad);
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1578 milliseconds

12