HomeSort by relevance Sort by last modified time
    Searched refs:fW (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
BracketFinder.java 158 double fW;
160 fW = eval(func, w);
162 fW < fC :
163 fW > fC) {
167 fB = fW;
170 fW > fB :
171 fW < fB) {
173 fC = fW;
177 fW = eval(func, w);
180 fW = eval(func, w)
    [all...]
  /external/skia/src/sksl/
SkSLCPP.h 23 , fW(w) {}
26 return SkRect::MakeLTRB(fX, fY, fZ, fW);
30 return GrColor4f(fX, fY, fZ, fW);
37 float fW;
  /external/skqp/src/sksl/
SkSLCPP.h 23 , fW(w) {}
26 return SkRect::MakeLTRB(fX, fY, fZ, fW);
30 return GrColor4f(fX, fY, fZ, fW);
37 float fW;
  /external/skia/bench/
MipMapBench.cpp 15 const int fW, fH;
21 : fW(w), fH(h), fColorMode(colorMode), fHalfFoat(halfFloat)
37 SkImageInfo info = fHalfFoat ? SkImageInfo::Make(fW, fH, kRGBA_F16_SkColorType,
40 : SkImageInfo::MakeS32(fW, fH, kPremul_SkAlphaType);
GrMipMapBench.cpp 19 const int fW, fH;
22 GrMipMapBench(int w, int h) : fW(w), fH(h) {
41 SkImageInfo::Make(fW, fH, kRGBA_8888_SkColorType, kPremul_SkAlphaType, srgb);
HardStopGradientBench_SpecialHardStops.cpp 39 fW = w;
43 fName.printf("hardstop_special_%03dx%03d_%s", fW, fH, kindstr(fKind));
51 return SkIPoint::Make(fW, fH);
57 SkPoint::Make(fW+2.0f, fH/2.0f),
109 int fW;
  /external/skqp/bench/
MipMapBench.cpp 15 const int fW, fH;
21 : fW(w), fH(h), fColorMode(colorMode), fHalfFoat(halfFloat)
37 SkImageInfo info = fHalfFoat ? SkImageInfo::Make(fW, fH, kRGBA_F16_SkColorType,
40 : SkImageInfo::MakeS32(fW, fH, kPremul_SkAlphaType);
GrMipMapBench.cpp 19 const int fW, fH;
22 GrMipMapBench(int w, int h) : fW(w), fH(h) {
41 SkImageInfo::Make(fW, fH, kRGBA_8888_SkColorType, kPremul_SkAlphaType, srgb);
HardStopGradientBench_SpecialHardStops.cpp 39 fW = w;
43 fName.printf("hardstop_special_%03dx%03d_%s", fW, fH, kindstr(fKind));
51 return SkIPoint::Make(fW, fH);
57 SkPoint::Make(fW+2.0f, fH/2.0f),
109 int fW;
  /external/skia/tests/
PathOpsConicIntersectionTest.cpp 48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight));
49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight));
84 conic.fW = c.fW;
85 chopped[0].fW = ch[0].fW;
86 chopped[1].fW = ch[1].fW;
101 path.conicTo(conic.fPts[1], conic.fPts[2], conic.fW);
106 path.conicTo(chopped[0].fPts[1], chopped[0].fPts[2], chopped[0].fW);
    [all...]
  /external/skqp/tests/
PathOpsConicIntersectionTest.cpp 48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight));
49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight));
84 conic.fW = c.fW;
85 chopped[0].fW = ch[0].fW;
86 chopped[1].fW = ch[1].fW;
101 path.conicTo(conic.fPts[1], conic.fPts[2], conic.fW);
106 path.conicTo(chopped[0].fPts[1], chopped[0].fPts[2], chopped[0].fW);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTrans.h 114 @param[in] fW W coordinate of input vector (e.g. use 1 for position, 0 for normal)
127 const VERTTYPE fW = f2vt(1.0f));
PVRTTrans.cpp 226 VERTTYPE fX, fY, fZ, fW;
252 fW = pMatrix->f[ 3]*pBoundingBox->Point[i].x +
257 if(fX < -fW)
259 else if(fX > fW)
262 if(fY < -fW)
264 else if(fY > fW)
352 @Input fW W coordinate of input vector (e.g. use 1 for position, 0 for normal)
365 const VERTTYPE fW)
375 VERTTYPEMUL(pMatrix->f[12], fW);
379 VERTTYPEMUL(pMatrix->f[13], fW);
    [all...]
  /external/skia/gm/
showmiplevels.cpp 217 const int fW, fH;
221 ShowMipLevels2(int w, int h) : fW(w), fH(h) { }
227 str.printf("showmiplevels2_%dx%d", fW, fH);
287 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fW, fH,
289 fBM[1] = make_bitmap(fW, fH);
290 fBM[2] = make_bitmap2(fW, fH);
291 fBM[3] = make_bitmap3(fW, fH);
  /external/skqp/gm/
showmiplevels.cpp 216 const int fW, fH;
220 ShowMipLevels2(int w, int h) : fW(w), fH(h) { }
226 str.printf("showmiplevels2_%dx%d", fW, fH);
286 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fW, fH,
288 fBM[1] = make_bitmap(fW, fH);
289 fBM[2] = make_bitmap2(fW, fH);
290 fBM[3] = make_bitmap3(fW, fH);
  /external/skia/src/core/
SkGeometry.h 231 fW = w;
235 fW = w;
239 SkScalar fW;
243 fW = w;
250 fW = w;
352 Sk2s ww(conic.fW);
SkGeometry.cpp 1016 ratquad_mapTo3D(fPts, fW, tmp);
1037 dst[0].fW = tmp2[0].fZ / root;
1038 dst[1].fW = tmp2[2].fZ / root;
    [all...]
  /external/skqp/src/core/
SkGeometry.h 231 fW = w;
235 fW = w;
239 SkScalar fW;
243 fW = w;
250 fW = w;
352 Sk2s ww(conic.fW);
SkGeometry.cpp 1016 ratquad_mapTo3D(fPts, fW, tmp);
1037 dst[0].fW = tmp2[0].fZ / root;
1038 dst[1].fW = tmp2[2].fZ / root;
    [all...]
  /external/skia/samplecode/
SamplePatch.cpp 60 void setBounds(int w, int h) { fW = w; fH = h; }
67 int fW, fH;
165 const SkScalar ds = SK_Scalar1 * fW / nu;
178 colors[i*2 + 0] = make_color(s/fW, t/fH);
179 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH);
SampleFatBits.cpp 93 fW = width;
120 int fW, fH, fZoom;
175 for (int ix = 1; ix < fW; ++ix) {
204 for (int ix = 0; ix < fW; ++ix) {
  /external/skqp/samplecode/
SamplePatch.cpp 60 void setBounds(int w, int h) { fW = w; fH = h; }
67 int fW, fH;
165 const SkScalar ds = SK_Scalar1 * fW / nu;
178 colors[i*2 + 0] = make_color(s/fW, t/fH);
179 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH);
SampleFatBits.cpp 93 fW = width;
120 int fW, fH, fZoom;
175 for (int ix = 1; ix < fW; ++ix) {
204 for (int ix = 0; ix < fW; ++ix) {
  /prebuilts/ndk/r16/sources/android/ndk_helper/
vecmath.h 505 Vec4( const float fX, const float fY, const float fZ, const float fW )
510 w_ = fW;
521 Vec4( const Vec3& vec, const float fW )
526 w_ = fW;
733 void Value( float& fX, float& fY, float& fZ, float& fW )
738 fW = w_;
979 Quaternion( const float fX, const float fY, const float fZ, const float fW )
984 w_ = fW;
987 Quaternion( const Vec3 vec, const float fW )
992 w_ = fW;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 249 float fW = m_fScreenScale[0] * 640.0f;
252 PVRTMat4 mxOrtho = PVRTMat4::Ortho(0.0f, 0.0f, fW, -fH, -1.0f, 1.0f, PVRTMat4::OGL, m_bRotate);
255 PVRTMat4 mxTrans = PVRTMat4::Translation(-fH,fW,0.0f);

Completed in 1462 milliseconds

1 2 3