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

  /external/clang/test/CodeGen/
inline2.c 39 // CHECK-GNU89-LABEL: define i32 @fA()
40 inline int fA(void) { return 0; }
60 // CHECK-C99-LABEL: define available_externally i32 @fA()
66 + fA() + fB();
  /external/skia/bench/
RegionContainBench.cpp 21 SkRegion fA, fB;
42 fA.op(randrect(rand, i), SkRegion::kXOR_Op);
59 proc(fA, fB);
RegionBench.cpp 74 SkRegion fA, fB;
97 fA.op(randrect(rand), SkRegion::kXOR_Op);
112 proc(fA, fB);
  /external/skia/src/pathops/
SkLineParameters.h 49 // FIXME: after switching to round sort, remove bumping fA
57 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a)
66 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a)
72 fA = pts[s].fY - pts[e].fY;
86 fA = pts[0].fY - pts[1].fY;
105 fA = DBL_EPSILON;
111 fA = pts[s].fY - pts[e].fY;
122 return fA * fA + fB * fB;
128 fA = fB = fC = 0
    [all...]
  /external/skia/tests/
PathOpsThreadedCommon.h 22 unsigned char fA;
50 fState.fA = a;
69 fState.fA = dirNo;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
BracketFinder.java 127 double fA = eval(func, xA);
130 fA < fB :
131 fA > fB) {
136 tmp = fA;
137 fA = fB;
150 double tmp2 = (xB - xC) * (fB - fA);
166 fA = fB;
201 fA = fB;
209 fLo = fA;
  /external/skia/include/core/
SkColor.h 169 float fA;
175 return fA == other.fA && fR == other.fR && fG == other.fG && fB == other.fB;
181 const float* vec() const { return &fA; }
182 float* vec() { return &fA; }
188 return Pin(fA, fR, fG, fB);
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.h 26 float fA;
SkTwoPointConicalGradient_gpu.cpp 774 SkScalar fA;
821 info->fA = A;
849 SkScalar A() const { return fInfo.fA;
    [all...]
  /external/skia/src/core/
SkGeometry.h 276 : fA(A)
287 fA = P2 - times_2(P1) + fC;
296 return (fA * tt + fB) * tt + fC;
299 Sk2s fA;
313 fNumer.fA = p2 - times_2(p1w) + p0;
318 fDenom.fA = Sk2s(0) - fDenom.fB;
339 fA = P3 + three * (P1 - P2) - P0;
351 return ((fA * t + fB) * t + fC) * t + fD;
354 Sk2s fA;
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 341 float fA = float(level)*cStep;
342 float fB = 1.0f-fA;
343 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
344 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA);
372 float fA = float(level)*cStep;
373 float fB = 1.0f-fA;
374 Vec2 f (fA, fB);
  /external/libvorbis/lib/
psy.c     [all...]
  /external/valgrind/none/tests/ppc32/
round.c 399 double qtr, half, fA, fB, fD;
408 : "=f"(fD) : "f"(fA) , "f"(fB));
412 : "=f"(fD) : "f"(fA));
432 fA = s*whole;
436 fA = s*2*whole;
440 fA = 0.5;
444 fA = s*(4+q)*half;
517 round_mode_name[mode], result, flt_op_names[op], fA);
545 double fA, fB, fC, fD;
582 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 587 float fA = float(level)*levelStep;
588 float fB = 1.0f-fA;
589 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
590 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp     [all...]

Completed in 553 milliseconds