Searched defs:fA (Results 1 - 20 of 20) sorted by last modified time

/external/valgrind/main/none/tests/ppc32/
H A Dround.c386 double qtr, half, fA, fB, fD; local
395 : "=f"(fD) : "f"(fA) , "f"(fB));
399 : "=f"(fD) : "f"(fA));
419 fA = s*whole;
423 fA = s*2*whole;
427 fA = 0.5;
431 fA = s*(4+q)*half;
504 round_mode_name[mode], result, flt_op_names[op], fA);
532 double fA, fB, fC, fD; local
569 : "=f"(fD) : "f"(fA) , "
830 double fA, fB, fC, fD; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c386 double qtr, half, fA, fB, fD; local
395 : "=f"(fD) : "f"(fA) , "f"(fB));
399 : "=f"(fD) : "f"(fA));
419 fA = s*whole;
423 fA = s*2*whole;
427 fA = 0.5;
431 fA = s*(4+q)*half;
504 round_mode_name[mode], result, flt_op_names[op], fA);
532 double fA, fB, fC, fD; local
569 : "=f"(fD) : "f"(fA) , "
830 double fA, fB, fC, fD; local
[all...]
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.h25 float fA; member in struct:TwoPtRadial
H A DSkTwoPointConicalGradient_gpu.cpp755 SkScalar fA; member in struct:CircleConicalInfo
802 info->fA = A;
834 SkScalar A() const { return fInfo.fA; }
845 this->fInfo.fA == s.fInfo.fA &&
1047 SkScalar A() const { return fInfo.fA; }
1060 this->fInfo.fA == s.fInfo.fA &&
H A DSkTwoPointRadialGradient.h57 SkScalar fStartRadius, fDiffRadius, fSr2D2, fA, fOneOverTwoA; member in class:SkTwoPointRadialGradient
/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/skia/tests/
H A DPathOpsThreadedCommon.h23 unsigned char fA; member in struct:PathOpsThreadState
55 fState.fA = a;
74 fState.fA = dirNo;
/external/skia/bench/
H A DRegionBench.cpp74 SkRegion fA, fB; member in class:RegionBench
97 fA.op(randrect(rand), SkRegion::kXOR_Op);
112 proc(fA, fB);
H A DRegionContainBench.cpp21 SkRegion fA, fB; member in class:RegionContainBench
42 fA.op(randrect(rand, i), SkRegion::kXOR_Op);
59 proc(fA, fB);
/external/libvorbis/lib/
H A Dpsy.c1115 int *fA = flag[Ai]; local
1123 if(fM[j] || fA[j]){
1128 fM[j]=fA[j]=1;
1173 fA[j]=1;
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp650 float fA = level*levelStep; local
651 float fB = 1.0f-fA;
652 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
653 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA);
682 float fA = level*levelStep; local
683 float fB = 1.0f-fA;
684 Vec2 f (fA, fB);
744 float fA local
774 float fA = level*levelStep; local
[all...]
/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/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/chromium_org/third_party/skia/bench/
H A DRegionBench.cpp74 SkRegion fA, fB; member in class:RegionBench
97 fA.op(randrect(rand), SkRegion::kXOR_Op);
112 proc(fA, fB);
H A DRegionContainBench.cpp21 SkRegion fA, fB; member in class:RegionContainBench
42 fA.op(randrect(rand, i), SkRegion::kXOR_Op);
59 proc(fA, fB);
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.h25 float fA; member in struct:TwoPtRadial
H A DSkTwoPointConicalGradient_gpu.cpp765 SkScalar fA; member in struct:CircleConicalInfo
812 info->fA = A;
843 SkScalar A() const { return fInfo.fA; }
854 this->fInfo.fA == s.fInfo.fA &&
1060 SkScalar A() const { return fInfo.fA; }
1073 this->fInfo.fA == s.fInfo.fA &&
H A DSkTwoPointRadialGradient.h57 SkScalar fStartRadius, fDiffRadius, fSr2D2, fA, fOneOverTwoA; member in class:SkTwoPointRadialGradient
/external/chromium_org/third_party/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/chromium_org/third_party/skia/tests/
H A DPathOpsThreadedCommon.h23 unsigned char fA; member in struct:PathOpsThreadState
51 fState.fA = a;
70 fState.fA = dirNo;

Completed in 4122 milliseconds