Home
last modified time | relevance | path

Searched refs:fqout (Results 1 – 2 of 2) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_fwhm.c1117 float_quad fqout = { -1.0f , -1.0f , -1.0f , -1.0f } ; in ACF_cluster_to_modelE() local
1124 if( acf == NULL ) RETURN(fqout) ; in ACF_cluster_to_modelE()
1125 nclu = acf->num_pt ; if( nclu < 5 ) RETURN(fqout) ; in ACF_cluster_to_modelE()
1172 RETURN(fqout) ; in ACF_cluster_to_modelE()
1197 RETURN(fqout) ; in ACF_cluster_to_modelE()
1226 fqout.a = xpar[0] ; fqout.b = xpar[1] ; fqout.c = xpar[2] ; fqout.d = dpar ; in ACF_cluster_to_modelE()
1227 RETURN(fqout) ; in ACF_cluster_to_modelE()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestConstraints.cpp557 Vector aerrOut, perrOut, fuout, fqout; in testConstraintMatrices() local
571 matter.multiplyByPqTranspose(state, lambdap, fqout); in testConstraintMatrices()
572 SimTK_TEST(fqout.size() == nq); in testConstraintMatrices()
573 SimTK_TEST_EQ_SIZE(fqout, Pqt*lambdap, nq); in testConstraintMatrices()