![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for utility functions for use in qsort calls. More...
Classes | |
struct | int_float |
Functions | |
int | QsortSmallToLargeFloat (const void *x, const void *y) |
Utility function for sorting floating point values in qsort. More... | |
int | QsortLargeToSmallFloat (const void *x, const void *y) |
Utility function for sorting floating point values in qsort. More... | |
int | QsortSmallToLargeDouble (const void *x, const void *y) |
Utility function for sorting double precision floating point values in qsort. More... | |
int | QsortLargeToSmallDouble (const void *x, const void *y) |
Utility function for sorting double precision floating point values in qsort. More... | |
int | QsortSmallToLargeIntFloat (const void *x, const void *y) |
Utility function for sorting int float pairs in qsort. More... | |
int | QsortLargeToSmallIntFloat (const void *x, const void *y) |
Utility function for sorting int float pairs in qsort. More... | |
Header file for utility functions for use in qsort calls.
int QsortLargeToSmallDouble | ( | const void * | x, |
const void * | y | ||
) |
Utility function for sorting double precision floating point values in qsort.
*x | first floating point value. |
*y | second floating point value. |
int QsortLargeToSmallFloat | ( | const void * | x, |
const void * | y | ||
) |
Utility function for sorting floating point values in qsort.
*x | first floating point value. |
*y | second floating point value. |
int QsortLargeToSmallIntFloat | ( | const void * | x, |
const void * | y | ||
) |
Utility function for sorting int float pairs in qsort.
*x | first pair. |
*y | second pair. |
int QsortSmallToLargeDouble | ( | const void * | x, |
const void * | y | ||
) |
Utility function for sorting double precision floating point values in qsort.
*x | first floating point value. |
*y | second floating point value. |
int QsortSmallToLargeFloat | ( | const void * | x, |
const void * | y | ||
) |
Utility function for sorting floating point values in qsort.
*x | first floating point value. |
*y | second floating point value. |
int QsortSmallToLargeIntFloat | ( | const void * | x, |
const void * | y | ||
) |
Utility function for sorting int float pairs in qsort.
*x | first pair. |
*y | second pair. |