Home
last modified time | relevance | path

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

/dports/science/clipper/clipper-2.1/examples/
H A Dcns2mtz.h168 { array[0] = I_pl(); array[1] = I_mi(); } in data_export()
170 { I_pl() = array[0]; I_mi() = array[1]; } in data_import()
173 const float& I_pl() const { return ipl_; } //<! read access in I_pl() function
175 float& I_pl() { return ipl_; } //<! write access in I_pl() function
H A Dcns2mtz.cpp302 if ( friedel ) data[index] = dataIano( data[index].I_pl(), v ); in main()
/dports/science/clipper/clipper-2.1/clipper/core/
H A Dhkl_datatypes.h89 const dtype& I_pl() const { return I_; } //<! read access as anom in I_pl() function
113 …void data_export( xtype a[] ) const { a[0] = I_pl(); a[1] = sigI_pl(); a[2] = I_mi(); a[3] = sigI_… in data_export()
114 …void data_import( const xtype a[] ) { I_pl() = a[0]; sigI_pl() = a[1]; I_mi() = a[2]; sigI_mi() = … in data_import()
118 const dtype& I_pl() const { return I_pl_; } //<! read access in I_pl() function
123 dtype& I_pl() { return I_pl_; } //<! write access in I_pl() function
/dports/math/mathmod/mathmod-11.1/pariso/isosurface/
H A DIso3D.cpp2281 uint I_pl, J_pl, JK_pl, IJK_pl, IPLUSONEJK_pl, IMINUSONEJK, in PointEdgeComputation() local
2296 I_pl = i*maxgrscalemaxgr; in PointEdgeComputation()
2299 J_pl = I_pl + j*maxgridval; in PointEdgeComputation()
2538 I_pl = i*maxgrscalemaxgr; in PointEdgeComputation()
2541 J_pl = I_pl + j*maxgridval; in PointEdgeComputation()