Home
last modified time | relevance | path

Searched refs:mhf (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/audio/blop/blop-0.2.8/src/
H A Dwdatutil.c499 double mhf; in generate_sawtooth() local
509 mhf = (double) harmonics; in generate_sawtooth()
510 k = M_PI * (double) gibbs_comp / mhf; in generate_sawtooth()
521 m = 0.54 + 0.46 * cos ((hf - 0.5 / mhf) * k); in generate_sawtooth()
563 double mhf; in generate_square() local
573 mhf = (double) harmonics; in generate_square()
574 k = M_PI * (double) gibbs_comp / mhf; in generate_square()
627 double mhf; in generate_parabola() local
638 mhf = (double) harmonics; in generate_parabola()
639 k = M_PI * (double) gibbs_comp / mhf; in generate_parabola()
[all …]
/dports/lang/python27/Python-2.7.18/Demo/tkinter/guido/
H A Dmbox.py22 global mh, mhf
42 mhf = mh.openfolder(folder)
163 global folder, mhf
174 mhf = mh.openfolder(folder)
194 m = mhf.openmessage(num)
217 mhf.removemessages(todo)
249 mhf.refilemessages(todo, tofolder)
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/guido/
H A Dmbox.py22 global mh, mhf
42 mhf = mh.openfolder(folder)
163 global folder, mhf
174 mhf = mh.openfolder(folder)
194 m = mhf.openmessage(num)
217 mhf.removemessages(todo)
249 mhf.refilemessages(todo, tofolder)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DRenamingNameSuggestorTests.java40 public void mhf(String orig, String oldT, String newT) { in mhf() method in RenamingNameSuggestorTests
134 mhf("createJavaElementcache", "JavaElement", "NewJavaElement"); in testEmbeddedMatching()
191 mhf("getJavaSome", "JavaElement", "JavaMember"); in testCamelCaseMatching()
195 mhf("getElement", "JavaElementLabel", "JavaMemberLabel"); in testCamelCaseMatching()
196 mhf("getElementlabel", "JavaElement", "JavaMember"); in testCamelCaseMatching()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/get_active_uniform/
H A Dbrick.frag18 uniform float mhf;
40 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/get_handle/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/get_uniform_location/
H A Dbrick.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/glGetProgramiv_2.0/
H A Dbrick.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/bind_attribute_location/
H A Dbrick.frag20 uniform float mhf;
42 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/get_active_attribute/
H A Dbrick.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/link_program/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/shader_source/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/use_program/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/attach_shader/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/delete_object/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/detach_shader/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/validate_program/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/bind_attribute_location/
H A Dbrick.frag20 uniform float mhf;
42 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/delete_object/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/detach_shader/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/get_active_attribute/
H A Dbrick.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/get_active_uniform/
H A Dbrick.frag18 uniform float mhf;
40 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/glGetProgramiv_2.0/
H A Dbrick.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/use_program/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL2Tests/validate_program/
H A Dsuccessfulcompile_frag.frag19 uniform float mhf;
41 h = step (mhf, tt) - step (1.0 - mhf, tt);

12345678910>>...16