| /external/skia/src/core/ |
| D | SkStrokerPriv.cpp | 15 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper() 20 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper() 31 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper() 70 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin() 85 const SkPoint& pivot, const SkVector& afterUnitNormal, in BluntJoiner() 101 const SkPoint& pivot, const SkVector& afterUnitNormal, in RoundJoiner() 138 const SkPoint& pivot, const SkVector& afterUnitNormal, in MiterJoiner()
|
| D | SkTSort.h | 141 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition() 182 T* pivot = left + ((right - left) >> 1); in SkTIntroSort() local
|
| /external/skqp/src/core/ |
| D | SkStrokerPriv.cpp | 15 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper() 20 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper() 31 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper() 70 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin() 85 const SkPoint& pivot, const SkVector& afterUnitNormal, in BluntJoiner() 101 const SkPoint& pivot, const SkVector& afterUnitNormal, in RoundJoiner() 138 const SkPoint& pivot, const SkVector& afterUnitNormal, in MiterJoiner()
|
| D | SkTSort.h | 141 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition() 182 T* pivot = left + ((right - left) >> 1); in SkTIntroSort() local
|
| /external/eigen/bench/btl/libs/blitz/ |
| D | blitz_LU_solve_interface.hh | 39 inline static void new_Pivot_Vector(Pivot_Vector & pivot,int N) in new_Pivot_Vector() 46 inline static void free_Pivot_Vector(Pivot_Vector & pivot) in free_Pivot_Vector() 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
| /external/eigen/bench/btl/libs/gmm/ |
| D | gmm_LU_solve_interface.hh | 39 inline static void new_Pivot_Vector(Pivot_Vector & pivot,int N) in new_Pivot_Vector() 46 inline static void free_Pivot_Vector(Pivot_Vector & pivot) in free_Pivot_Vector() 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
| /external/eigen/bench/btl/libs/mtl4/ |
| D | mtl4_LU_solve_interface.hh | 39 inline static void new_Pivot_Vector(Pivot_Vector & pivot,int N) in new_Pivot_Vector() 46 inline static void free_Pivot_Vector(Pivot_Vector & pivot) in free_Pivot_Vector() 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| D | FieldLUDecompositionImpl.java | 50 private int[] pivot; field in FieldLUDecompositionImpl 235 private final int[] pivot; field in FieldLUDecompositionImpl.Solver 248 final int[] pivot, final boolean singular) { in Solver()
|
| D | LUDecompositionImpl.java | 45 private int[] pivot; field in LUDecompositionImpl 238 private final int[] pivot; field in LUDecompositionImpl.Solver 249 private Solver(final double[][] lu, final int[] pivot, final boolean singular) { in Solver()
|
| /external/eigen/bench/btl/actions/ |
| D | action_lu_solve.hh | 74 typename Interface::Pivot_Vector pivot; // pivot vector in calculate() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/ |
| D | Percentile.java | 317 final int pivot; in select() local 396 private int partition(final double[] work, final int begin, final int end, final int pivot) { in partition()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
| D | RandomDataImpl.java | 364 final double pivot = 40.0d; in nextPoisson() local
|
| /external/tensorflow/tensorflow/python/compiler/xla/ |
| D | xla.py | 142 def __init__(self, name, pivot): argument
|
| /external/skia/samplecode/ |
| D | SampleAndroidShadows.cpp | 269 SkPoint pivot = SkPoint::Make(fWideRectPath.getBounds().width()/2, in onDrawContent() local
|
| /external/skqp/samplecode/ |
| D | SampleAndroidShadows.cpp | 293 SkPoint pivot = SkPoint::Make(fWideRectPath.getBounds().width()/2, in onDrawContent() local
|
| /external/eigen/unsupported/Eigen/src/Skyline/ |
| D | SkylineInplaceLU.h | 128 const double pivot = m_lu.coeffDiag(row); in compute() local
|
| /external/skqp/gm/ |
| D | aaclip.cpp | 229 SkMatrix pivot; in ClipCubicGM() local
|
| /external/skia/gm/ |
| D | aaclip.cpp | 231 SkMatrix pivot; in ClipCubicGM() local
|
| /external/apache-xml/src/main/java/org/apache/xml/utils/ |
| D | NodeVector.java | 671 int pivot = a[(lo + hi) / 2]; in sort() local
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | StringRange.java | 173 public boolean merge(int pivot, Ranges other) { in merge()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | StringRange.java | 172 public boolean merge(int pivot, Ranges other) { in merge()
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | StringRange.java | 179 public boolean merge(int pivot, Ranges other) { in merge()
|
| /external/angle/src/compiler/translator/ |
| D | TranslatorVulkan.cpp | 229 TIntermTyped *pivot) in FlipBuiltinVariable() 575 TIntermBinary *pivot = CreateDriverUniformRef(driverUniforms, kHalfRenderAreaHeight); in InsertFragCoordCorrection() local 965 TIntermConstantUnion *pivot = CreateFloatNode(0.5f); in translateImpl() local
|
| /external/icu/icu4c/source/test/perf/utfperf/ |
| D | utfperf.cpp | 37 static UChar pivot[INTERMEDIATE_CAPACITY]; variable
|
| /external/pdfium/third_party/agg23/ |
| D | agg_rasterizer_scanline_aa.cpp | 362 cell_aa** pivot; in qsort_cells() local
|