Searched refs:fA (Results 1 - 25 of 42) sorted by relevance

12

/external/skia/src/pathops/
H A DSkLineParameters.h49 // 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
176 double fA; member in class:SkLineParameters
[all...]
/external/clang/test/CodeGen/
H A Dinline2.c39 // CHECK-GNU89-LABEL: define i32 @fA()
40 inline int fA(void) { return 0; } function
60 // CHECK-C99-LABEL: define available_externally i32 @fA()
66 + fA() + fB();
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
H A DBracketFinder.java127 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/bench/
H A DRegionContainBench.cpp21 SkRegion fA, fB; member in class:RegionContainBench
42 fA.op(randrect(rand, i), SkRegion::kXOR_Op);
59 proc(fA, fB);
H A DRegionBench.cpp74 SkRegion fA, fB; member in class:RegionBench
97 fA.op(randrect(rand), SkRegion::kXOR_Op);
112 proc(fA, fB);
/external/skia/tests/
H A DPathOpsThreadedCommon.h23 unsigned char fA; member in struct:PathOpsThreadState
51 fState.fA = a;
70 fState.fA = dirNo;
H A DPathOpsOpCubicThreadedTest.cpp31 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB));
38 SkIntToScalar(state.fA), SkIntToScalar(state.fD), SkIntToScalar(state.fC));
52 str += sprintf(str, " path.moveTo(%d,%d);\n", state.fA, state.fB);
61 state.fB, state.fA, state.fD, state.fC);
H A DPathOpsOpLoopThreadedTest.cpp45 SkPoint midA = { SkIntToScalar(a * state.fA + c * (6 - state.fA)) / 6,
46 SkIntToScalar(b * state.fA + d * (6 - state.fA)) / 6 };
H A DPathOpsOpRectThreadedTest.cpp43 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB);
59 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB),
H A DPathOpsOpCircleThreadedTest.cpp35 str += sprintf(str, " path.addCircle(%d, %d, %d, %s);\n", state.fA, state.fB,
47 pathA.addCircle(SkIntToScalar(state.fA), SkIntToScalar(state.fB), SkIntToScalar(state.fC),
H A DPathOpsQuadLineIntersectionThreadedTest.cpp77 int ax = state.fA & 0x03;
78 int ay = state.fA >> 2;
H A DPathOpsSimplifyDegenerateThreadedTest.cpp18 int ax = state.fA & 0x03;
19 int ay = state.fA >> 2;
H A DPathOpsSimplifyQuadThreadedTest.cpp19 int ax = state.fA & 0x03;
20 int ay = state.fA >> 2;
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp19 int ax = state.fA & 0x03;
20 int ay = state.fA >> 2;
H A DPathOpsSimplifyTrianglesThreadedTest.cpp19 int ax = state.fA & 0x03;
20 int ay = state.fA >> 2;
/external/ipsec-tools/src/racoon/
H A Dprsa_tok.l52 hex [0-9a-fA-F]
63 0x[0-9a-fA-F]+ {
/external/v8/test/webkit/resources/
H A Djson2-es5-compat.js458 test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@').
/external/valgrind/none/tests/ppc32/
H A Dround.c399 double qtr, half, fA, fB, fD; local
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; local
582 : "=f"(fD) : "f"(fA) , "
857 double fA, fB, fC, fD; local
[all...]
/external/valgrind/none/tests/ppc64/
H A Dround.c399 double qtr, half, fA, fB, fD; local
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; local
582 : "=f"(fD) : "f"(fA) , "
857 double fA, fB, fC, fD; local
[all...]
/external/valgrind/coregrind/
H A Dlink_tool_exe_darwin.in109 if ($ala !~ /^0x[0-9a-fA-F]+$/);
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.h25 float fA; member in struct:TwoPtRadial
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp346 float fA = level*cStep; local
347 float fB = 1.0f-fA;
348 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
349 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA);
377 float fA = level*cStep; local
378 float fB = 1.0f-fA;
379 Vec2 f (fA, fB);
/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-events.l81 num_hex 0x[a-fA-F0-9]+
82 num_raw_hex [a-fA-F0-9]+
/external/fio/exp/
H A Dexpression-parser.l146 0x[0-9a-fA-F]+ {
/external/llvm/utils/vim/
H A Dtablegen.vim23 syn match tgNumber /\<0x[0-9a-fA-F]\+\>/

Completed in 3569 milliseconds

12