Home
last modified time | relevance | path

Searched +defs:w +defs:l +defs:f1 (Results 1 – 25 of 1205) sorted by relevance

12345678910>>...49

/dports/science/py-nilearn/nilearn-0.8.1/nilearn/decoding/tests/
H A Dtest_fista.py55 f1 = lambda w: _squared_loss(X, y, w, compute_grad=False) argument
56 f1_grad = lambda w: _squared_loss(X, y, w, compute_grad=True, argument
58 f2_prox = lambda w, l, *args, **kwargs: (_prox_l1(w, l * l1_weight), argument
60 total_energy = lambda w: f1(w) + l1_weight * np.sum(np.abs(w)) argument
H A Dtest_graph_net.py34 X, y, w, mask, mask_, X_ = _make_data() variable
130 func = lambda w: _squared_loss_and_spatial_grad(X, y, w, mask, argument
132 func_grad = lambda w: _squared_loss_and_spatial_grad_derivative( argument
148 func = lambda w: _logistic_data_loss_and_spatial_grad( argument
150 func_grad = lambda w: _logistic_data_loss_and_spatial_grad_derivative( argument
237 f1 = lambda w: 0.5 * np.dot(np.dot(X, w) - y, np.dot(X, w) - y) argument
238 f1_grad = lambda w: np.dot(X.T, np.dot(X, w) - y) argument
239 f2_prox = lambda w, l, *args, **kwargs: (w, dict(converged=True)) argument
/dports/games/stuntrally/stuntrally-2.6.1/source/road/
H A DRoad_Rebuild.cpp130 Real l = -la0; in BuildSeg() local
496 int f0 = iiw + w, f1 = f0 + (iw+1); in createSeg_Meshes() local
516 int f0 = iiw + w, f1 = f0 + iw+1; in createSeg_Meshes() local
525 int f0 = iiw + w, f1 = f0 + iw+1; in createSeg_Meshes() local
539 int f1 = f0 + iw+1 +m; in createSeg_Meshes() local
548 int f1 = iiw + iw-1 -m; in createSeg_Meshes() local
603 int f0 = iiW + w, f1 = f0 + (ciwW+1); in createSeg_Meshes() local
639 for (int l=0; l < DLM.iLmrgC; ++l) in createSeg_Meshes() local
640 for (int w=0; w < iwC; ++w) in createSeg_Meshes() local
642 int f0 = w + l*(iwC+1)*2, f1 = f0 + iwC+1; in createSeg_Meshes() local
[all …]
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/decoding/
H A Dspace_net_solvers.py276 def f1(w): argument
279 def f1_grad(w): argument
284 def f2(w): argument
287 def f2_prox(w, l, *args, **kwargs): argument
338 def f1(w): argument
341 def f1_grad(w): argument
346 def f2(w): argument
349 def f2_prox(w, l, *args, **kwargs): argument
491 def unmaskvec(w): argument
497 def maskvec(w): argument
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DdynPenOp.c53 Widget w; member
63 #define flerp(f0, f1, p) ((f0*(1.0-p))+(f1*p)) argument
66 filterapply(LocalInfo *l, XMotionEvent *event) in filterapply()
130 press(Widget w, LocalInfo *l, XButtonEvent *event, OpInfo *info) in press()
190 LocalInfo *l = (LocalInfo *)client_data; in timeout() local
214 motion(Widget w, LocalInfo *l, XMotionEvent *event, OpInfo *info) in motion()
288 release(Widget w, LocalInfo *l, XButtonEvent *event, OpInfo *info) in release()
340 DynPencilSetParameters(double w, double m, double d) in DynPencilSetParameters()
360 *DynPencilAdd(Widget w) in DynPencilAdd()
362 LocalInfo *l = (LocalInfo*)XtMalloc(sizeof(LocalInfo)); in DynPencilAdd() local
[all …]
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dis_intrinsic_delaunay.cpp20 const Eigen::MatrixBase<Derivedl> & l, in is_intrinsic_delaunay()
39 const Eigen::MatrixBase<Derivedl> & l, in is_intrinsic_delaunay()
63 const Eigen::MatrixBase<Derivedl> & l, in is_intrinsic_delaunay()
99 const Index f1 = he1%num_faces; in is_intrinsic_delaunay() local
109 const Scalar w = cot_alpha(e,a,b) + cot_alpha(e,c,d); in is_intrinsic_delaunay() local
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.dwarf2/
H A Dtypeddwarf.c9 f1 (double a, double b, double c, float d, float e, int f, unsigned int g, long long h, unsigned lo… in f1() function
12 long long l; /* { dg-final { gdb-test 29 "l" "4616189618054758400" } } */ in f1() local
25 double w = d / 4.0; /* { dg-final { gdb-test 29 "w" "1" } } */ in f1() local
36 long long l; /* { dg-final { gdb-test 53 "l" "4616189618054758400" } } */ in f2() local
49 double w = d / 4.0; /* { dg-final { gdb-test 53 "w" "1" } } */ in f2() local
69 long long w = (a > d) ? a : d;/* { dg-final { gdb-test 73 "w" "4" } } */ in f3() local
79 _Decimal32 w = a * 8.0DF + 6.0DF;/* { dg-final { xfail-gdb-test 82 "(int)w" "70" } } */ in f4() local
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.dwarf2/
H A Dtypeddwarf.c9 f1 (double a, double b, double c, float d, float e, int f, unsigned int g, long long h, unsigned lo… in f1() function
12 long long l; /* { dg-final { gdb-test 29 "l" "4616189618054758400" } } */ in f1() local
25 double w = d / 4.0; /* { dg-final { gdb-test 29 "w" "1" } } */ in f1() local
36 long long l; /* { dg-final { gdb-test 53 "l" "4616189618054758400" } } */ in f2() local
49 double w = d / 4.0; /* { dg-final { gdb-test 53 "w" "1" } } */ in f2() local
69 long long w = (a > d) ? a : d;/* { dg-final { gdb-test 73 "w" "4" } } */ in f3() local
79 _Decimal32 w = a * 8.0DF + 6.0DF;/* { dg-final { xfail-gdb-test 82 "(int)w" "70" } } */ in f4() local
/dports/math/octave-forge-nan/nan-3.6.1/src/
H A Dhisto_mex.cpp83 int32_t f1,f2; in compare() local
91 uint32_t f1,f2; in compare() local
99 int64_t f1,f2; in compare() local
115 float f1,f2; in compare() local
127 double f1,f2; in compare() local
139 int16_t f1,f2; in compare() local
147 uint16_t f1,f2; in compare() local
155 int8_t f1,f2; in compare() local
163 uint8_t f1,f2; in compare() local
187 size_t j, k, l; // running indices in mexFunction() local
[all …]
/dports/math/vampire/vampire-4.5.1/Shell/
H A DPDUtils.cpp42 bool PDUtils::isDefinitionHead(Literal* l) in isDefinitionHead()
66 Formula* f1; in isAtomEquivalence() local
95 bool PDUtils::isAtomBinaryFormula(FormulaUnit* unit, Connective& con, Formula*& f1, Formula*& f2) in isAtomBinaryFormula()
121 bool PDUtils::isAtomEquivalence(FormulaUnit* unit, Formula*& f1, Formula*& f2) in isAtomEquivalence()
163 Formula* f1; in isPredicateEquivalence() local
177 bool PDUtils::isPredicateEquivalence(FormulaUnit* unit, Formula*& f1, Formula*& f2) in isPredicateEquivalence()
314 int w = ts->var(); in hasDefinitionShape() local
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/test/
H A Dmonitor.c26 int a, l; in print_bl() local
98 void f1() {} in f1() function
104 char *w= strtok(cmd, DELIM); in proc_cmd() local
213 int l= strlen(cmd); in proc_input() local
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dutils.c62 const gfloat *f1 = (const gfloat *) x1; in fcompare() local
190 gtk_table_get_child (GtkWidget * w, gint left, gint top) in gtk_table_get_child()
194 GList *l; in gtk_table_get_child() local
259 widget_initialized (GtkWidget * w) in widget_initialized()
268 widget_initialize (GtkWidget * w, gboolean initd) in widget_initialize()
278 widget_name_p (GtkWidget * w, gchar * name) in widget_name_p()
294 GtkWidget *w, *namedw = NULL; in widget_find_by_name() local
295 GList *children, *l; in widget_find_by_name() local
332 GList *l; in print_attachments() local
/dports/games/cuyo/cuyo-2.1.0/src/
H A Dcode.cpp88 Code::Code(STDPAR, Code * f1, Variable * v1): STDINIT, in Code() function in Code
94 Code::Code(STDPAR, Code * f1, Code * f2 /* =0 */, in Code() function in Code
102 Code::Code(STDPAR, Code * f1, Code * f2, Variable * v1): STDINIT, in Code() function in Code
340 int w; in eval() local
521 int w = mF1->eval(b); in eval() local
651 int l = str->length(); in newNachbarCode() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/i386/
H A Dpr77856.c10 int f1; member
14 int b, f, g, h, i, j, l, p; variable
39 int w = v; in fn2() local

12345678910>>...49