Changeset 38986 for trunk/Ohana/src/libohana/include/ohana_sort.h
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libohana/include/ohana_sort.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libohana/include/ohana_sort.h
r33963 r38986 67 67 void dsort (double *value, int N); 68 68 void fsort (float *value, int N); 69 void isort (int *value, int N); 70 71 void dsortpair (double *X, double *Y, int N); 69 72 void fsortpair (float *X, float *Y, int N); 70 void dsortpair (double *X, double *Y, int N);71 73 void isortpair (int *X, int *Y, int N); 74 72 75 void llsortpair (off_t *X, off_t *Y, off_t N); 76 77 void dsortthree (double *X, double *Y, double *Z, int N); 73 78 void fsortthree (float *X, float *Y, float *Z, int N); 74 void dsortthree (double *X, double *Y, double *Z, int N); 79 80 void dsortfour (double *X, double *Y, double *Z, double *W, int N); 75 81 void fsortfour (float *X, float *Y, float *Z, float *W, int N); 76 void dsortfour (double *X, double *Y, double *Z, double*W, int N);82 void isortfour (int *X, int *Y, int *Z, int *W, int N); 77 83 78 84 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
