HomeSort by relevance Sort by last modified time
    Searched defs:scale2 (Results 1 - 8 of 8) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
k_exp.c 89 double x, y, exp_x, scale1, scale2; local
98 * Arrange so that scale1 * scale2 == 2**expt. We use this to
104 INSERT_WORDS(scale2, (0x3ff + half_expt) << 20, 0);
106 return (cpack(cos(y) * exp_x * scale1 * scale2,
107 sin(y) * exp_x * scale1 * scale2));
k_expf.c 72 float x, y, exp_x, scale1, scale2; local
83 SET_FLOAT_WORD(scale2, (0x7f + half_expt) << 23);
85 return (cpackf(cosf(y) * exp_x * scale1 * scale2,
86 sinf(y) * exp_x * scale1 * scale2));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterBorder.java 54 public Bitmap applyHelper(Bitmap bitmap, float scale1, float scale2 ) {
59 canvas.scale(scale2, scale2);
71 float scale2 = scaleFactor * 2.0f; local
72 float scale1 = 1 / scale2;
73 return applyHelper(bitmap, scale1, scale2);
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 557 BigDecimal scale2 = new BigDecimal("29389."); local
559 scale2.scale() == 0);
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 401 double scale = 0, scale2 = f_param2; local
450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1;
460 double t = scale2*(1. - data[i])/(1. + data[i]);
467 data[i] = scale2*data[i];
482 double scale, scale2 = f_param2; local
498 scale2 *= scale;
503 df[j] = t*2*scale2;
536 t0 *= scale2*(2 - x0); t1 *= scale2*(2 - x1);
542 t0 *= scale2*(2 - x2); t1 *= scale2*(2 - x3)
    [all...]
  /external/skia/legacy/src/core/
SkDraw.cpp 2273 int scale2 = ScalarTo256(src.fY); local
    [all...]
  /external/skia/src/core/
SkDraw.cpp 2416 int scale2 = ScalarTo256(src.fY); local
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 824 milliseconds