Home
last modified time | relevance | path

Searched refs:fweights (Results 1 – 24 of 24) sorted by relevance

/dports/math/eprover/eprover-E-2.0/HEURISTICS/
H A Dche_funweights.c61 if(!data->fweights) in init_conj_vector()
71 data->fweights[i] = 0; in init_conj_vector()
115 if(!data->fweights) in init_relevance_vector2()
167 if(!data->fweights) in init_relevance_vector()
214 if(!data->fweights) in init_fun_weights()
333 res->fweights = NULL; in FunWeightParamAlloc()
358 if(junk->fweights) in FunWeightParamFree()
971 PStack_p fweights; in FunWeightParse() local
989 fweights = PStackAlloc(); in FunWeightParse()
1078 PStack_p fweights; in SymOffsetWeightParse() local
[all …]
H A Dche_funweights.h77 long *fweights; member
121 PStack_p fweights);
130 PStack_p fweights);
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/genmod/tests/
H A Dtest_glm_weights.py154 fweights = np.array(fweights)
168 fweights = np.array(fweights)
169 wsum = fweights.sum()
193 fweights = np.array(fweights)
194 wsum = fweights.sum()
219 fweights = np.array(fweights)
220 wsum = fweights.sum()
240 fweights = np.array(fweights)
241 wsum = fweights.sum()
264 fweights = np.array(fweights)
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/operators/
H A Dbmo_smooth_laplacian.c40 float (*fweights)[3]; /* Cotangent weights per face */ member
81 delete_void_pointer(sys->fweights); in delete_laplacian_system()
97 memset(sys->fweights, val, sizeof(float) * sys->numFaces * 3); in memset_laplacian_system()
119 if (!sys->fweights) { in init_laplacian_system()
277 sys->fweights[i][0] += w1; in init_laplacian_matrix()
278 sys->fweights[i][1] += w2; in init_laplacian_matrix()
279 sys->fweights[i][2] += w3; in init_laplacian_matrix()
350 sys->context, idv1, idv2, sys->fweights[i][2] * sys->vweights[idv1]); in fill_laplacian_matrix()
352 sys->context, idv1, idv3, sys->fweights[i][1] * sys->vweights[idv1]); in fill_laplacian_matrix()
356 sys->context, idv2, idv1, sys->fweights[i][2] * sys->vweights[idv2]); in fill_laplacian_matrix()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_laplaciansmooth.c59 float (*fweights)[3]; /* Cotangent weights per face */ member
106 MEM_SAFE_FREE(sys->fweights); in delete_laplacian_system()
127 memset(sys->fweights, val, sizeof(float[3]) * sys->numLoops); in memset_laplacian_system()
149 sys->fweights = MEM_calloc_arrayN(sys->numLoops, sizeof(float[3]), __func__); in init_laplacian_system()
267 sys->fweights[l_curr_index][0] += w1; in init_laplacian_matrix()
268 sys->fweights[l_curr_index][1] += w2; in init_laplacian_matrix()
269 sys->fweights[l_curr_index][2] += w3; in init_laplacian_matrix()
307 sys->fweights[l_curr_index][2] * sys->vweights[l_curr->v]); in fill_laplacian_matrix()
311 sys->fweights[l_curr_index][1] * sys->vweights[l_curr->v]); in fill_laplacian_matrix()
317 sys->fweights[l_curr_index][2] * sys->vweights[l_next->v]); in fill_laplacian_matrix()
[all …]
/dports/audio/codec2/codec2-1.0.3/src/
H A Ddump.c49 static FILE *fweights = NULL; variable
98 if (fweights != NULL) in dump_off()
99 fclose(fweights); in dump_off()
435 if (fweights == NULL) { in dump_weights()
437 fweights = fopen(s, "wt"); in dump_weights()
438 assert(fweights != NULL); in dump_weights()
442 fprintf(fweights,"%f\t", w[i]); in dump_weights()
443 fprintf(fweights,"\n"); in dump_weights()
/dports/science/py-dlib/dlib-19.22/tools/convert_dlib_nets_to_caffe/
H A Dmain.cpp466 ofstream fweights(out_weights_filename, ios::binary); in convert_dlib_xml_to_caffe_python_code() local
483 fweights.write((char*)&weights(0,0), weights.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
484 fweights.write((char*)&biases(0,0), biases.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
500 fweights.write((char*)&weights(0,0), weights.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
501 fweights.write((char*)&biases(0,0), biases.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
516 fweights.write((char*)&weights(0,0), weights.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
528 fweights.write((char*)&gamma(0,0), gamma.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
529 fweights.write((char*)&beta(0,0), beta.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
/dports/science/dlib-cpp/dlib-19.22/tools/convert_dlib_nets_to_caffe/
H A Dmain.cpp466 ofstream fweights(out_weights_filename, ios::binary); in convert_dlib_xml_to_caffe_python_code() local
483 fweights.write((char*)&weights(0,0), weights.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
484 fweights.write((char*)&biases(0,0), biases.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
500 fweights.write((char*)&weights(0,0), weights.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
501 fweights.write((char*)&biases(0,0), biases.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
516 fweights.write((char*)&weights(0,0), weights.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
528 fweights.write((char*)&gamma(0,0), gamma.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
529 fweights.write((char*)&beta(0,0), beta.size()*sizeof(float)); in convert_dlib_xml_to_caffe_python_code()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/misc/
H A Dmiscfilters.cpp139 std::vector<float> fweights; member
211 acc += srcpp[i][w] * d->fweights[i]; in averageFramesF()
482 weights[i] = _mm_set_ps1(d->fweights[i]); in averageFramesFloatSSE2()
544 std::vector<float> fweights(d->fweights); in averageFramesGetFrame() local
585 for (int i = toFrame + 1; i < static_cast<int>(fweights.size()); i++) { in averageFramesGetFrame()
586 acc += fweights[i]; in averageFramesGetFrame()
587 fweights[i] = 0; in averageFramesGetFrame()
591 acc += fweights[i]; in averageFramesGetFrame()
592 fweights[i] = 0; in averageFramesGetFrame()
595 fweights[fweights.size() / 2] += acc; in averageFramesGetFrame()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/libcsg/
H A Dmap.cc99 vector<double> fweights; in Initialize() local
145 fweights.resize(weights.size()); in Initialize()
154 fweights[i] = d[i] / weights[i]; in Initialize()
156 fweights[i] = 0; in Initialize()
166 AddElem(in->getBead(iin), weights[i], fweights[i]); in Initialize()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/libcsg/
H A Dmap.cc99 vector<double> fweights; in Initialize() local
145 fweights.resize(weights.size()); in Initialize()
154 fweights[i] = d[i] / weights[i]; in Initialize()
156 fweights[i] = 0; in Initialize()
166 AddElem(in->getBead(iin), weights[i], fweights[i]); in Initialize()
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/
H A Dfunction_base.py2271 fweights=None, aweights=None, *, dtype=None): argument
2272 return (m, y, fweights, aweights)
2276 def cov(m, y=None, rowvar=True, bias=False, ddof=None, fweights=None, argument
2438 if fweights is not None:
2439 fweights = np.asarray(fweights, dtype=float)
2440 if not np.all(fweights == np.around(fweights)):
2443 if fweights.ndim > 1:
2446 if fweights.shape[0] != X.shape[1]:
2449 if any(fweights < 0):
2452 w = fweights
/dports/math/eprover/eprover-E-2.0/CLAUSES/
H A Dccl_eqn.c2201 long flimit, long *fweights, long default_fweight) in EqnFunWeight() argument
2205 res = (double)TermFsumWeight(eq->rterm, vweight, flimit, fweights, default_fweight); in EqnFunWeight()
2212 …res += (double)TermFsumWeight(eq->lterm, vweight, flimit, fweights, default_fweight) * max_multipl… in EqnFunWeight()
2504 long *fweights, in LiteralFunWeight() argument
2510 fweights, default_fweight); in LiteralFunWeight()
H A Dccl_eqn.h291 long flimit, long *fweights, long default_fweight);
321 long *fweights,
H A Dccl_clauses.h348 long *fweights, long default_fweight);
H A Dccl_clauses.c2086 long *fweights, long default_fweight) in ClauseFunWeight() argument
2095 vweight, flimit, fweights, in ClauseFunWeight()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/armature/
H A Dmeshlaplacian.c82 float (*fweights)[3]; /* cotangent weights per face */ member
213 sys->fweights[f][0] = t1 * varea[i1]; in laplacian_triangle_weights()
214 sys->fweights[f][1] = t2 * varea[i2]; in laplacian_triangle_weights()
215 sys->fweights[f][2] = t3 * varea[i3]; in laplacian_triangle_weights()
300 sys->fweights = MEM_callocN(sizeof(float[3]) * totface, "LaplacianFWeight"); in laplacian_system_construct_end()
333 if (sys->fweights) { in laplacian_system_delete()
334 MEM_freeN(sys->fweights); in laplacian_system_delete()
/dports/math/eprover/eprover-E-2.0/TERMS/
H A Dcte_termfunc.h92 long *fweights, long default_fweight);
H A Dcte_termfunc.c986 long *fweights, long default_fweight) in TermFsumWeight() argument
998 res += fweights[term->f_code]; in TermFsumWeight()
1007 res += TermFsumWeight(term->args[i], vweight, flimit, fweights, default_fweight); in TermFsumWeight()
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/tests/
H A Dtest_function_base.py2085 assert_allclose(cov(self.x2, fweights=self.frequencies),
2087 assert_allclose(cov(self.x1, fweights=self.frequencies),
2092 assert_raises(TypeError, cov, self.x1, fweights=nonint)
2094 assert_raises(RuntimeError, cov, self.x1, fweights=f)
2096 assert_raises(RuntimeError, cov, self.x1, fweights=f)
2098 assert_raises(ValueError, cov, self.x1, fweights=f)
2113 assert_allclose(cov(self.x2, fweights=self.frequencies,
2116 assert_allclose(cov(self.x1, fweights=self.frequencies,
2119 assert_allclose(cov(self.x1, fweights=self.unit_frequencies,
2122 assert_allclose(cov(self.x1, fweights=self.unit_frequencies,
[all …]
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dweed-plugin-utils.c995 static const wchar_t *fweights[] = {L"Thin", L"UltraLight", L"ExtraLight", L"Light", L"SemiLight", … variable
1047 for (i = 0; fweights[i]; i++) { in weed_parse_font_string()
1048 if (!wcscasecmp(token, fweights[i])) { in weed_parse_font_string()
1049 xfweight = (wchar_t *)fweights[i]; in weed_parse_font_string()
/dports/math/py-numpy/numpy-1.20.3/doc/source/release/
H A D1.10.0-notes.rst240 *cov* has new ``fweights`` and ``aweights`` arguments
242 The ``fweights`` and ``aweights`` arguments add new functionality to
244 vectors. An array of ``fweights`` indicates the number of repeats of each
/dports/math/py-jax/jax-0.2.9/jax/_src/numpy/
H A Dlax_numpy.py4730 def cov(m, y=None, rowvar=True, bias=False, ddof=None, fweights=None, argument
4749 if fweights is not None:
4750 _check_arraylike("cov", fweights)
4751 if ndim(fweights) > 1:
4753 if shape(fweights)[0] != X.shape[1]:
4755 if not issubdtype(_dtype(fweights), integer):
4758 w = asarray(abs(fweights))
/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dbasic.py2214 def cov(m, y=None, rowvar=True, bias=False, ddof=None, fweights=None, aweights=None): argument
2247 if fweights is not None: