Home
last modified time | relevance | path

Searched refs:estX (Results 1 – 15 of 15) sorted by relevance

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/test/java/de/lmu/ifi/dbs/elki/math/
H A DMeanVarianceTest.java98 double estX = sum(evildata) / evildata.length; in notNaive() local
100 double badvar = estXsq - estX * estX; in notNaive()
H A DMeanVarianceMinMaxTest.java108 double estX = sum(evildata) / evildata.length; in notNaive() local
110 double badvar = estXsq - estX * estX; in notNaive()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/
H A Dstate.cpp170 if (state->flags & (1 << estX)) in state_change_natoms()
255 if ((st1->flags & (1 << estX)) && (st2->flags & (1 << estX))) in comp_state()
H A Dstate.h105 estX, enumerator
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dbroadcaststructs.cpp84 case estX: bcastPaddedRVecVector(communicator, &state->x, state->natoms); break; in broadcastStateWithoutDynamics()
H A Dmd_support.cpp541 state->flags |= (1 << estX); in set_state_entries()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/domdec/
H A Dcollect.cpp293 if (state_local->flags & (1 << estX)) in dd_collect_state()
H A Ddistribute.cpp254 if (state_local->flags & (1 << estX)) in dd_distribute_state()
H A Dredistribute.cpp224 if (state->flags & (1 << estX)) in rotate_state_atom()
H A Dpartition.cpp2528 if (state->flags & (1 << estX)) in dd_sort_state()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglFlowCover/
H A DCglFlowCover.cpp1038 double estY, estX; in generateOneFlowCut() local
1044 lifted = liftPlus(estY, estX, in generateOneFlowCut()
1050 xCoef[i] = -estX; in generateOneFlowCut()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/modularsimulator/
H A Dstatepropagatordata.cpp260 state->flags = (1U << estX) | (1U << estV) | (1U << estBOX); in localState()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dtpxio.cpp2915 state->flags |= (1 << estX); in do_tpx_state_second()
2935 state->flags |= (1 << estX); in do_tpx_state_second()
3154 header.bX = (state.flags & (1 << estX)) != 0; in populateTpxHeader()
H A Dcheckpoint.cpp1323 case estX: in do_cpt_state()
2926 fr->bX = ((state.flags & (1 << estX)) != 0); in read_checkpoint_trxframe()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dgrompp.cpp689 state->flags |= (1 << estX); in new_status()