Home
last modified time | relevance | path

Searched refs:fA (Results 1 – 25 of 50) sorted by relevance

12

/external/skia/src/pathops/
DSkLineParameters.h57 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a) in cubicEndPoints()
66 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a) in cubicEndPoints()
72 fA = pts[s].fY - pts[e].fY; in cubicEndPoints()
86 fA = pts[0].fY - pts[1].fY; in lineEndPoints()
105 fA = DBL_EPSILON; in quadEndPoints()
111 fA = pts[s].fY - pts[e].fY; in quadEndPoints()
122 return fA * fA + fB * fB; in normalSquared()
128 fA = fB = fC = 0; in normalize()
132 fA *= reciprocal; in normalize()
142 distance[index].fY = fA * pts[index].fX + fB * pts[index].fY + fC; in cubicDistanceY()
[all …]
/external/valgrind/none/tests/ppc64/
Dround.c399 double qtr, half, fA, fB, fD; in check_single_arithmetic_op() local
408 : "=f"(fD) : "f"(fA) , "f"(fB)); in check_single_arithmetic_op()
412 : "=f"(fD) : "f"(fA)); in check_single_arithmetic_op()
432 fA = s*whole; in check_single_arithmetic_op()
436 fA = s*2*whole; in check_single_arithmetic_op()
440 fA = 0.5; in check_single_arithmetic_op()
444 fA = s*(4+q)*half; in check_single_arithmetic_op()
517 round_mode_name[mode], result, flt_op_names[op], fA); in check_single_arithmetic_op()
545 double fA, fB, fC, fD; in check_single_guarded_arithmetic_op() local
582 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC)); in check_single_guarded_arithmetic_op()
[all …]
/external/valgrind/none/tests/ppc32/
Dround.c399 double qtr, half, fA, fB, fD; in check_single_arithmetic_op() local
408 : "=f"(fD) : "f"(fA) , "f"(fB)); in check_single_arithmetic_op()
412 : "=f"(fD) : "f"(fA)); in check_single_arithmetic_op()
432 fA = s*whole; in check_single_arithmetic_op()
436 fA = s*2*whole; in check_single_arithmetic_op()
440 fA = 0.5; in check_single_arithmetic_op()
444 fA = s*(4+q)*half; in check_single_arithmetic_op()
517 round_mode_name[mode], result, flt_op_names[op], fA); in check_single_arithmetic_op()
545 double fA, fB, fC, fD; in check_single_guarded_arithmetic_op() local
582 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC)); in check_single_guarded_arithmetic_op()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DBracketFinder.java127 double fA = eval(func, xA); in search() local
130 fA < fB : in search()
131 fA > fB) { in search()
136 tmp = fA; in search()
137 fA = fB; in search()
150 double tmp2 = (xB - xC) * (fB - fA); in search()
166 fA = fB; in search()
201 fA = fB; in search()
209 fLo = fA; in search()
/external/skia/bench/
DRegionContainBench.cpp21 SkRegion fA, fB; member in RegionContainBench
42 fA.op(randrect(rand, i), SkRegion::kXOR_Op); in RegionContainBench()
59 proc(fA, fB); in onDraw()
DRegionBench.cpp74 SkRegion fA, fB; member in RegionBench
97 fA.op(randrect(rand), SkRegion::kXOR_Op); in RegionBench()
112 proc(fA, fB); in onDraw()
/external/skia/tests/
DPathOpsOpRectThreadedTest.cpp43 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB); in testPathOpsRectsMain()
59 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB), in testPathOpsRectsMain()
DPathOpsOpCubicThreadedTest.cpp31 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB)); in testOpCubicsMain()
38 SkIntToScalar(state.fA), SkIntToScalar(state.fD), SkIntToScalar(state.fC)); in testOpCubicsMain()
52 str += sprintf(str, " path.moveTo(%d,%d);\n", state.fA, state.fB); in testOpCubicsMain()
61 state.fB, state.fA, state.fD, state.fC); in testOpCubicsMain()
DPathOpsThreadedCommon.h23 unsigned char fA; member
51 fState.fA = a; in PathOpsThreadedRunnable()
70 fState.fA = dirNo; in PathOpsThreadedRunnable()
DPathOpsOpLoopThreadedTest.cpp45 SkPoint midA = { SkIntToScalar(a * state.fA + c * (6 - state.fA)) / 6, in testOpLoopsMain()
46 SkIntToScalar(b * state.fA + d * (6 - state.fA)) / 6 }; in testOpLoopsMain()
DPathOpsOpCircleThreadedTest.cpp35 str += sprintf(str, " path.addCircle(%d, %d, %d, %s);\n", state.fA, state.fB, in testOpCirclesMain()
47 pathA.addCircle(SkIntToScalar(state.fA), SkIntToScalar(state.fB), SkIntToScalar(state.fC), in testOpCirclesMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyQuadralateralsMain()
20 int ay = state.fA >> 2; in testSimplifyQuadralateralsMain()
DPathOpsSimplifyDegenerateThreadedTest.cpp18 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain()
19 int ay = state.fA >> 2; in testSimplifyDegeneratesMain()
DPathOpsSimplifyTrianglesThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyTrianglesMain()
20 int ay = state.fA >> 2; in testSimplifyTrianglesMain()
DPathOpsSimplifyQuadThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyQuadsMain()
20 int ay = state.fA >> 2; in testSimplifyQuadsMain()
DPathOpsQuadLineIntersectionThreadedTest.cpp77 int ax = state.fA & 0x03; in testQuadLineIntersectMain()
78 int ay = state.fA >> 2; in testQuadLineIntersectMain()
DPathOpsSimplifyRectThreadedTest.cpp26 int aShape = state.fA & 0x03; in testSimplify4x4RectsMain()
27 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in testSimplify4x4RectsMain()
/external/clang/test/CodeGen/
Dinline2.c40 inline int fA(void) { return 0; } in fA() function
66 + fA() + fB(); in test_all()
/external/ipsec-tools/src/racoon/
Dprsa_tok.l52 hex [0-9a-fA-F]
63 0x[0-9a-fA-F]+ {
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp346 float fA = level*cStep; in initTexture() local
347 float fB = 1.0f-fA; in initTexture()
348 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB); in initTexture()
349 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA); in initTexture()
377 float fA = level*cStep; in initTexture() local
378 float fB = 1.0f-fA; in initTexture()
379 Vec2 f (fA, fB); in initTexture()
/external/llvm/test/Transforms/LoopVectorize/
Dminmax_reduction.ll6 @fA = common global [1024 x float] zeroinitializer, align 16
428 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @fA, i64 0, i64 %indvars.iv
454 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @fA, i64 0, i64 %indvars.iv
480 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @fA, i64 0, i64 %indvars.iv
506 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @fA, i64 0, i64 %indvars.iv
532 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @fA, i64 0, i64 %indvars.iv
558 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @fA, i64 0, i64 %indvars.iv
584 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @fA, i64 0, i64 %indvars.iv
610 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @fA, i64 0, i64 %indvars.iv
639 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @fA, i64 0, i64 %indvars.iv
[all …]
/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient_gpu.cpp789 SkScalar fA; member
836 info->fA = A; in set_matrix_circle_conical()
869 SkScalar A() const { return fInfo.fA; } in A()
878 this->fInfo.fA == s.fInfo.fA && in onIsEqual()
1092 SkScalar A() const { return fInfo.fA; } in A()
1103 this->fInfo.fA == s.fInfo.fA && in onIsEqual()
/external/icu/icu4c/source/test/testdata/
Dregextst.txt1447 "^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$" G "<0>01:23:45:67:89:ab</0>"
1448 "^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$" G "<0>01:23:45:67:89:AB</0>"
1449 "^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$" G "<0>fE:dC:bA:98:76:54</0>"
1450 "^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$" "01:23:45:67:89:ab:cd"
1451 "^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$" "01:23:45:67:89:Az"
1452 "^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$" "01:23:45:56:"
2407 "^\{?[a-fA-F\d]{8}-([a-fA-F\d]{4}-){3}[a-fA-F\d]{12}\}?$" G "<0>{e02ff0e4-00ad-090A-c030-0d00a000…
2408 "^\{?[a-fA-F\d]{8}-([a-fA-F\d]{4}-){3}[a-fA-F\d]{12}\}?$" G "<0>e02ff0e4-00ad-090A-c030-0d00a0008…
2409 "^\{?[a-fA-F\d]{8}-([a-fA-F\d]{4}-){3}[a-fA-F\d]{12}\}?$" "0xe02ff0e400ad090Ac0300d00a0008ba0"
2410 "^\{?[a-fA-F0-9]{8}-([a-fA-F0-9]{4}-){3}[a-fA-F0-9]{12}\}?$" G "<0>{e02ff0e4-00ad-090A-c030-0d00a…
[all …]
/external/linux-tools-perf/src/tools/perf/util/
Dparse-events.l81 num_hex 0x[a-fA-F0-9]+
82 num_raw_hex [a-fA-F0-9]+
/external/valgrind/coregrind/
Dlink_tool_exe_darwin.in109 if ($ala !~ /^0x[0-9a-fA-F]+$/);

12