Searched refs:NPyCustomFloat_CopySwap (Results 1 – 2 of 2) sorted by relevance
497 void NPyCustomFloat_CopySwap(void* dst, void* src, int swap, void* arr) { in NPyCustomFloat_CopySwap() function876 arr_funcs.copyswap = NPyCustomFloat_CopySwap<T>; in RegisterFloatDtype()
560 void NPyCustomFloat_CopySwap(void* dst, void* src, int swap, void* arr) { in NPyCustomFloat_CopySwap() function1637 arr_funcs.copyswap = NPyCustomFloat_CopySwap<T>; in RegisterNumpyDtype()