Home
last modified time | relevance | path

Searched refs:pivot (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot() argument
52 if(temp<pivot) *(d_bottom++)=temp; in db_LeanPartitionOnPivot()
53 else if(temp>pivot) *(d_top--)=temp; in db_LeanPartitionOnPivot()
63 double pivot; in db_LeanQuickSelect() local
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]); in db_LeanQuickSelect()
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal); in db_LeanQuickSelect()
85 return(pivot); in db_LeanQuickSelect()
95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]); in db_LeanQuickSelect()
97 return(pivot); in db_LeanQuickSelect()
H A Ddb_rob_image_homography.cpp684 double pivot; in db_RobImageHomography() local
980 pivot=db_LeanQuickSelect(hyp_cost_array,last_hyp+1,new_last_hyp,temp_select); in db_RobImageHomography()
983 if(hyp_cost_array[j]<=pivot) in db_RobImageHomography()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DSplineMath.java41 int pivot = 0; in calculatetCurve() local
44 pivot = j; in calculatetCurve()
47 cur = points[pivot]; in calculatetCurve()
48 next = points[pivot + 1]; in calculatetCurve()
63 double tc = (a * a * a - a) * derivatives[pivot]; in calculatetCurve()
82 int pivot = 0; in getValue() local
84 pivot = j; in getValue()
89 cur = mPoints[pivot]; in getValue()
90 next = mPoints[pivot + 1]; in getValue()
104 double tc = (a * a * a - a) * mDerivatives[pivot]; in getValue()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMatrixUtils.java49 float pivot = Math.abs(squareMatrix0[row][row]); in findPivotAndSwapRow() local
51 if (pivot < Math.abs(squareMatrix0[i][row])) { in findPivotAndSwapRow()
53 pivot = Math.abs(squareMatrix0[i][row]); in findPivotAndSwapRow()
74 final float pivot = squareMatrix0[row][row]; in sweep() local
75 if (pivot == 0) { in sweep()
79 squareMatrix0[row][j] /= pivot; in sweep()
80 squareMatrix1[row][j] /= pivot; in sweep()
/aosp12/frameworks/base/tools/aapt2/
H A DNameMangler.h82 size_t pivot = out_name->find('$'); in Unmangle() local
83 if (pivot == std::string::npos) { in Unmangle()
87 out_package->assign(out_name->data(), pivot); in Unmangle()
88 std::string new_name = out_name->substr(pivot + 1); in Unmangle()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java163 public void setPivotX(float pivot) { in setPivotX() argument
164 mView.setPivotX(pivot); in setPivotX()
170 public void setPivotY(float pivot) { in setPivotY() argument
171 mView.setPivotY(pivot); in setPivotY()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DAnimatorControllerWithResistance.java167 PointF pivot = new PointF(); in createRecentsResistanceAnim() local
169 startRect, params.dp, pivot); in createRecentsResistanceAnim()
175 params.resistanceParams.scaleMaxResist, pivot.x, pivot.y); in createRecentsResistanceAnim()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DSpline.java174 int pivot = 0; in getAppliedCurve() local
177 pivot = j; in getAppliedCurve()
180 cur = points[pivot]; in getAppliedCurve()
181 next = points[pivot + 1]; in getAppliedCurve()
196 double tc = (a * a * a - a) * derivatives[pivot]; in getAppliedCurve()
197 double td = (b * b * b - b) * derivatives[pivot + 1]; in getAppliedCurve()
/aosp12/frameworks/base/core/java/android/widget/
H A DStackView.java924 float pivot = 0.4f;
925 if (r < pivot) {
926 return 0.85f * cubic(r / pivot);
928 return 0.85f * cubic(1 - (r - pivot) / (1 - pivot));
933 float pivot = 0.3f;
934 if (r > pivot) {
935 return (r - pivot) / (1 - pivot);
942 float pivot = 0.2f;
943 if (r < pivot) {
946 return (r - pivot) / (1 - pivot);
/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DCommandLineOptions.cpp83 const auto pivot = std::partition(options_.begin(), options_.end(), [](const Option& opt) { in Parse() local
87 std::transform(options_.begin(), pivot, std::inserter(mandatory_opts, mandatory_opts.end()), in Parse()
/aosp12/system/core/shell_and_utilities/
H A DREADME.md206 paste patch pgrep pidof **ping** **ping6** **pivot\_root** pkill pmap printenv
238 paste patch pgrep pidof ping ping6 pivot\_root pkill pmap printenv
270 od partprobe paste patch pgrep pidof ping ping6 pivot\_root pkill pmap
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp47 const char pivot = std::isupper(c) ? 'A' : 'a'; in Rot13() local
48 return (c - pivot + 13) % 26 + pivot; in Rot13()
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
H A Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
H A Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
H A Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
H A Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...

12