Changeset 31063
- Timestamp:
- Mar 27, 2011, 10:25:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/Ohana/src/opihi/cmd.data/histogram.c
r27817 r31063 61 61 opihi_int *V = xvec[0].elements.Int; 62 62 for (i = 0; i < xvec[0].Nelements; i++, V++) { 63 if (isnan(*V)) continue;64 63 bin = MIN (MAX (0, (*V - start) / delta), Nbins - 1); 65 64 OUT[bin]++;
Note:
See TracChangeset
for help on using the changeset viewer.
