Home
last modified time | relevance | path

Searched refs:scl3 (Results 1 – 8 of 8) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D2dcat.c432 scl3[3*kkk ] = ff; in main()
434 scl3[3*kkk+1] = ff; in main()
436 scl3[3*kkk+2] = ff; in main()
442 scl3[3*kkk ] = scl3[3*kkk+1] = scl3[3*kkk+2] = ff; in main()
966 scl3[3*kkk ] = ff; in main()
968 scl3[3*kkk+1] = ff; in main()
970 scl3[3*kkk+2] = ff; in main()
976 scl3[3*kkk ] = scl3[3*kkk+1] = scl3[3*kkk+2] = ff; in main()
1045 if (scl3) free(scl3); scl3 = NULL; in main()
1073 if (scl3) free(scl3); scl3 = NULL; in main()
[all …]
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/Knots/
H A Dcsvknot.gi5 local FILE, CNT, i,j,atoms, cnt, file, scl1, scl2, scl3, f, v,x,
23 scl3:=arg[2][3];
27 scl3:=13;
40 v[3]:=(scl3*v[3]);
/dports/cad/stepcode/stepcode-0.8/src/test/
H A Dschema-loc15 PDES_ROOT = /proj/pdevel/ds/scl3-1
/dports/www/firefox-legacy/firefox-52.8.0esr/build/
H A Dmozconfig.cache21 *scl1.mozilla.com*|*.scl3.mozilla.com*)
/dports/emulators/hercules/hercules-3.13/
H A Desa390.h1070 BYTE scl3; /* Subchannel logout byte 3 */ member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/tests/
H A DServletTest.java3956 BaseServletContextListener scl3 = new BaseServletContextListener(); in test_Listener10() local
3974 …registrations.add(getBundleContext().registerService(ServletContextListener.class, scl3, listenerP… in test_Listener10()
3978 ServletContext servletContext3 = scl3.servletContext; in test_Listener10()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_c.cpp24653 double scl3; in testblas() local
24701 scl3 = 2*ae_minrealnumber; in testblas()
24727 x2.ptr.p_double[i] = scl3*x1.ptr.p_double[i]; in testblas()
24729 e3 = ae_maxreal(e3, ae_fabs(v*scl3-vectornorm2(&x2, i1, i2, _state), _state), _state); in testblas()
24732 e3 = e3/scl3; in testblas()
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_c.cpp18533 double scl3; in testblas() local
18581 scl3 = 2*ae_minrealnumber; in testblas()
18607 x2.ptr.p_double[i] = scl3*x1.ptr.p_double[i]; in testblas()
18609 e3 = ae_maxreal(e3, ae_fabs(v*scl3-vectornorm2(&x2, i1, i2, _state), _state), _state); in testblas()
18612 e3 = e3/scl3; in testblas()