Home
last modified time | relevance | path

Searched defs:pivot (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/goldens/
H A DbouncerPredictiveBackMotion.json155 "pivot": "unspecified" string
160 "pivot": "unspecified" string
165 "pivot": "unspecified" string
170 "pivot": "unspecified" string
175 "pivot": "unspecified" string
180 "pivot": "unspecified" string
185 "pivot": "unspecified" string
190 "pivot": "unspecified" string
195 "pivot": "unspecified" string
200 "pivot": "unspecified" string
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkStrokerPriv.cpp17 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper()
22 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper()
33 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper()
72 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin()
87 const SkPoint& pivot, const SkVector& afterUnitNormal, in BluntJoiner()
103 const SkPoint& pivot, const SkVector& afterUnitNormal, in RoundJoiner()
140 const SkPoint& pivot, const SkVector& afterUnitNormal, in MiterJoiner()
/aosp_15_r20/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh39 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()
/aosp_15_r20/external/eigen/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh39 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()
/aosp_15_r20/external/eigen/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh39 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()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/sort/
H A Dselect.rs49 let pivot = &mut pivot[0]; in partition_at_index() localVariable
96 let pivot = unsafe { v.get_unchecked(pivot_pos) }; in partition_at_index_loop() localVariable
122 let pivot = &pivot[0]; in partition_at_index_loop() localVariable
220 let pivot = frac / 2; in median_of_ninthers() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/sort/
H A Dselect.rs49 let pivot = &mut pivot[0]; in partition_at_index() localVariable
96 let pivot = unsafe { v.get_unchecked(pivot_pos) }; in partition_at_index_loop() localVariable
122 let pivot = &pivot[0]; in partition_at_index_loop() localVariable
220 let pivot = frac / 2; in median_of_ninthers() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/sort/
H A Dselect.rs49 let pivot = &mut pivot[0]; in partition_at_index() localVariable
96 let pivot = unsafe { v.get_unchecked(pivot_pos) }; in partition_at_index_loop() localVariable
122 let pivot = &pivot[0]; in partition_at_index_loop() localVariable
220 let pivot = frac / 2; in median_of_ninthers() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/slice/
Dquicksort.rs518 let pivot = &mut pivot[0]; in partition() localVariable
526 let pivot = &*tmp; in partition() localVariable
575 let pivot = &mut pivot[0]; in partition_equal() localVariable
582 let pivot = &*tmp; in partition_equal() localVariable
820 let pivot = &mut pivot[0]; in recurse() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/examples/
Dfilter.cpp74 int pivot = i; in det_sign_algo1() local
93 const I &pivot = line1[i]; in det_sign_algo1() local
121 int pivot = i; in det_sign_algo2() local
138 double pivot = line1[i]; in det_sign_algo2() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DLUDecompositionImpl.java45 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()
H A DFieldLUDecompositionImpl.java50 private int[] pivot; field in FieldLUDecompositionImpl
235 private final int[] pivot; field in FieldLUDecompositionImpl.Solver
248 final int[] pivot, final boolean singular) { in Solver()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DLUDecomposition.java58 private final int[] pivot; field in LUDecomposition
285 private final int[] pivot; field in LUDecomposition.Solver
297 private Solver(final double[][] lu, final int[] pivot, final boolean singular) { in Solver()
H A DFieldLUDecomposition.java63 private int[] pivot; field in FieldLUDecomposition
284 private final int[] pivot; field in FieldLUDecomposition.Solver
298 final Field<T> field, final T[][] lu, final int[] pivot, final boolean singular) { in Solver()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dselect.rs89 let pivot = &pivot[0]; in partition_at_index_loop() localVariable
156 let pivot = &mut pivot[0]; in partition_at_index() localVariable
222 let pivot = frac / 2; in median_of_ninthers() localVariable
H A Dsort.rs568 let pivot = &mut pivot[0]; in partition() localVariable
576 let pivot = &*tmp; in partition() localVariable
622 let pivot = &mut pivot[0]; in partition_equal() localVariable
629 let pivot = &*tmp; in partition_equal() localVariable
875 let pivot = &pivot[0]; in recurse() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dselect.rs89 let pivot = &pivot[0]; in partition_at_index_loop() localVariable
156 let pivot = &mut pivot[0]; in partition_at_index() localVariable
222 let pivot = frac / 2; in median_of_ninthers() localVariable
H A Dsort.rs568 let pivot = &mut pivot[0]; in partition() localVariable
576 let pivot = &*tmp; in partition() localVariable
622 let pivot = &mut pivot[0]; in partition_equal() localVariable
629 let pivot = &*tmp; in partition_equal() localVariable
875 let pivot = &pivot[0]; in recurse() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dgather.hpp88 …( BidirectionalIterator first, BidirectionalIterator last, BidirectionalIterator pivot, Pred pred ) in gather()
113 typename boost::range_iterator<const BidirectionalRange>::type pivot, in gather()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/ui/util/
H A DMathHelpers.kt36 val pivot = in lerp() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
H A DDrawScale.kt33 private val pivot: Offset, constant in com.android.compose.animation.scene.transformation.DrawScale
46 class Factory(private val scaleX: Float, private val scaleY: Float, private val pivot: Offset) : constant in com.android.compose.animation.scene.transformation.DrawScale.Factory
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DKthSelector.java84 final int pivot; in select() local
125 private int partition(final double[] work, final int begin, final int end, final int pivot) { in partition()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMatrixUtils.java49 float pivot = Math.abs(squareMatrix0[row][row]); in findPivotAndSwapRow() local
74 final float pivot = squareMatrix0[row][row]; in sweep() local
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot()
63 double pivot; in db_LeanQuickSelect() local
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DTranslatorSPIRV.cpp195 TIntermTyped *pivot) in RotateAndFlipBuiltinVariable()
635 TIntermTyped *pivot = driverUniforms->getHalfRenderArea(); in InsertFragCoordCorrection() local
1047 TIntermConstantUnion *pivot = CreateFloatNode(0.5f, EbpMedium); in translateImpl() local
1065 TIntermConstantUnion *pivot = CreateFloatNode(0.5f, EbpMedium); in translateImpl() local

12345678910>>...33