Searched refs:CoinAbcMemcpyLong (Results 1 – 2 of 2) sorted by relevance
/dports/math/clp/Clp-1.17.3/Clp/src/ |
H A D | CoinAbcHelperFunctions.cpp | 636 void CoinAbcMemcpyLong(double *array, const double *arrayFrom, int size) in CoinAbcMemcpyLong() function 640 void CoinAbcMemcpyLong(int *array, const int *arrayFrom, int size) in CoinAbcMemcpyLong() function 644 void CoinAbcMemcpyLong(unsigned char *array, const unsigned char *arrayFrom, int size) in CoinAbcMemcpyLong() function
|
H A D | CoinAbcHelperFunctions.hpp | 791 void CoinAbcMemcpyLong(double *array, const double *arrayFrom, int size); 792 void CoinAbcMemcpyLong(int *array, const int *arrayFrom, int size); 793 void CoinAbcMemcpyLong(unsigned char *array, const unsigned char *arrayFrom, int size);
|