Home
last modified time | relevance | path

Searched refs:copy3d3f (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DVector.h146 void copy3d3f(const double *v1, float *v2);
H A DMatrix.cpp426 copy3d3f(out_min, new_min); in MatrixInvTransformExtentsR44d3f()
427 copy3d3f(out_max, new_max); in MatrixInvTransformExtentsR44d3f()
467 copy3d3f(out_min, new_min); in MatrixTransformExtentsR44d3f()
468 copy3d3f(out_max, new_max); in MatrixTransformExtentsR44d3f()
H A DVector.cpp269 void copy3d3f(const double *v1, float *v2) in copy3d3f() function
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DView.cpp991 copy3d3f(first->pre, first_pre); in ViewElemInterpolate()
992 copy3d3f(last->pre, last_pre); in ViewElemInterpolate()