Home
last modified time | relevance | path

Searched refs:ACT_SAME_LOCATION (Results 1 – 6 of 6) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/ALGLIB/
H A Dap.h201 enum { ACT_UNCHANGED=1, ACT_SAME_LOCATION=2, ACT_NEW_LOCATION=3 }; enumerator
H A Dap.cpp889 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_vector()
925 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_matrix()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dap.cpp1986 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_vector()
1987 else if( dst->last_action==ACT_SAME_LOCATION ) in ae_x_set_vector()
1988 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_vector()
2052 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_matrix()
2053 else if( dst->last_action==ACT_SAME_LOCATION ) in ae_x_set_matrix()
2054 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_matrix()
H A Dap.h258 enum { ACT_UNCHANGED=1, ACT_SAME_LOCATION=2, ACT_NEW_LOCATION=3 }; enumerator
/dports/math/alglib/alglib-cpp/src/
H A Dap.cpp2096 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_vector()
2097 else if( dst->last_action==ACT_SAME_LOCATION ) in ae_x_set_vector()
2098 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_vector()
2162 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_matrix()
2163 else if( dst->last_action==ACT_SAME_LOCATION ) in ae_x_set_matrix()
2164 dst->last_action = ACT_SAME_LOCATION; in ae_x_set_matrix()
H A Dap.h322 enum { ACT_UNCHANGED=1, ACT_SAME_LOCATION=2, ACT_NEW_LOCATION=3 }; enumerator