Home
last modified time | relevance | path

Searched refs:gmt_M_doublep_swap (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_macros.h122 #define gmt_M_doublep_swap(x, y) {double *double_tmp; double_tmp = x, x = y, y = double_tmp;} macro
H A Dgrdedit.c496 gmt_M_doublep_swap (G->x, G->y); in GMT_grdedit()
H A Dgmt_api.c3605 gmt_M_doublep_swap (S->data[GMT_X], S->data[GMT_Y]); in gmtapi_switch_cols()