Home
last modified time | relevance | path

Searched refs:Functional (Results 1 – 25 of 6949) sorted by relevance

12345678910>>...278

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Dfunctionals.h275 extern Functional *selected_func;
339 extern Functional B97Functional;
348 extern Functional f14Functional;
350 extern Functional KTxFunctional;
354 extern Functional LYPFunctional;
385 extern Functional VWNFunctional;
416 extern Functional BWFunctional;
417 extern Functional BFWFunctional;
433 extern Functional KT1Functional;
434 extern Functional KT2Functional;
[all …]
H A Dfun-gga.c152 Functional LDAFunctional = LDA_FUNCTIONAL("LDA", 3, lda_read);
168 Functional BVWNFunctional = GGA_FUNCTIONAL("BVWN", 3, bvwn_read);
174 Functional BWFunctional = GGA_FUNCTIONAL("BW", 1, bw_read);
175 Functional BFWFunctional = GGA_FUNCTIONAL("BFW", 1, bfw_read);
190 Functional KT1Functional = GGA_FUNCTIONAL("KT1", 1, kt1_read);
191 Functional KT2Functional = GGA_FUNCTIONAL("KT2", 1, kt2_read);
192 Functional KT3Functional = GGA_FUNCTIONAL("KT3", 1, kt3_read);
211 Functional PBEFunctional = GGA_FUNCTIONAL("PBE", 1, pbe_read);
212 Functional PBEPBEFunctional = GGA_FUNCTIONAL("PBEPBE", 1, pbe_read);
228 Functional* func;
[all …]
/dports/science/ergo/ergo-3.8/source/dft/
H A Dfunctionals.h365 extern Functional *selected_func;
424 extern Functional KTFunctional;
426 extern Functional LYPFunctional;
441 extern Functional VWNFunctional;
456 extern Functional CamFunctional;
459 extern Functional HseFunctional;
460 extern Functional KT1Functional;
461 extern Functional KT2Functional;
462 extern Functional KT3Functional;
463 extern Functional LDAFunctional;
[all …]
H A Dfun-gga.c92 Functional LDAFunctional = LDA_FUNCTIONAL("LDA", lda_read);
94 Functional SVWN5Functional = LDA_FUNCTIONAL("SVWN5", lda_read);
103 Functional BLYPFunctional = GGA_FUNCTIONAL("BLYP", blyp_read);
104 Functional BP86Functional = GGA_FUNCTIONAL("BP86", bp86_read);
108 Functional KT1Functional = GGA_FUNCTIONAL("KT1", kt1_read);
109 Functional KT2Functional = GGA_FUNCTIONAL("KT2", kt2_read);
110 Functional KT3Functional = GGA_FUNCTIONAL("KT3", kt3_read);
111 Functional OLYPFunctional = GGA_FUNCTIONAL("OLYP" , olyp_read);
112 Functional PBE0Functional = GGA_FUNCTIONAL("PBE0", pbe0_read);
119 Functional* func;
[all …]
/dports/graphics/p5-GraphViz/GraphViz-2.24/examples/
H A Dtmon.out444 & 53 Functional show
482 & 55 Functional inc
546 & 59 Functional min
560 & 5a Functional max
587 & 5c Functional odd
603 & 5d Functional gcd
607 & 5f Functional rem
633 & 60 Functional lcm
667 & 62 Functional id
799 & 69 Functional fst
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Tests/Functional/Bundle/TestBundle/Resources/config/
H A Drouting.yml7 …defaults: { _controller: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\SerializerEr…
19 resource: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\Version2Controller
24 …defaults: { _controller: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\VersionContr…
30 …defaults: { _controller: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\VersionContr…
34 …defaults: { _controller: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\ParamFetcher…
38 …defaults: { _controller: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\ParamFetcher…
42 …defaults: { _controller: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\ParamFetcher…
53 resource: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\ArticleController
58 …defaults: { _controller: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\ArticleContr…
63 …defaults: { _controller: FOS\RestBundle\Tests\Functional\Bundle\TestBundle\Controller\AllowedMetho…
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/
H A D.dockerignore73 src/copyright/agent_tests/Functional/copyright
101 src/monk/agent_tests/Functional/monk
102 src/monk/agent_tests/Functional/monkbulk
103 src/monk/agent_tests/Functional/monk-Xunit1.xml
104 src/monk/agent_tests/Functional/monk-Xunit2.xml
107 src/nomos/agent_tests/Functional/scan.out
108 src/nomos/agent_tests/Functional/scan.out.r
109 src/nomos/agent_tests/Functional/scan.out.s
123 src/nomos/agent_tests/Functional/fossology.rc
126 src/nomos/agent_tests/Functional/report.d
[all …]
H A D.gitignore59 src/copyright/agent_tests/Functional/copyright
87 src/monk/agent_tests/Functional/monk
88 src/monk/agent_tests/Functional/monkbulk
89 src/monk/agent_tests/Functional/monk-Xunit1.xml
93 src/nomos/agent_tests/Functional/scan.out
94 src/nomos/agent_tests/Functional/scan.out.r
95 src/nomos/agent_tests/Functional/scan.out.s
109 src/nomos/agent_tests/Functional/fossology.rc
112 src/nomos/agent_tests/Functional/report.d
115 src/ojo/agent_tests/Functional/ojo
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/histogram/
H A Dfunctional.rs22 pub struct Functional { struct
26 impl Functional { impl
28 fn new(log_base: f64, buckets_per_magnitude: f64) -> Functional { in new() argument
34 Functional { exponent } in new()
57 impl Bucketing for Functional { implementation
72 impl Histogram<Functional> {
74 pub fn functional(log_base: f64, buckets_per_magnitude: f64) -> Histogram<Functional> { in functional() argument
79 bucketing: Functional::new(log_base, buckets_per_magnitude), in functional()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/
H A Dapl79 key <AC01> { [ U237A ] }; // A: ⍺ -- APL Functional Symbol Alpha
87 key <AC09> { [ U2395 ] }; // L: ⎕ -- APL Functional Symbol Quad
90 key <AD02> { [ U2375 ] }; // W: ⍵ -- APL Functional Symbol Omega
92 key <AD04> { [ U2374 ] }; // R: ⍴ -- APL Functional Symbol Rho
96 key <AD08> { [ U2373 ] }; // I: ⍳ -- APL Functional Symbol Iota
175 …key <AB08> { [ U235E, U236A ] }; // ,: ⍞ ⍪ -- APL Functional Symbol Quote Quad / APL Functional S…
201 …key <BKSL> { [ U235D, U2340 ] }; // \: ⍝ ⍀ -- APL Functional Symbol Up Shoe Jot / APL Functional
234 // AFS - short for APL Functional Symbol
290 // AFS - short for APL Functional Symbol
330 …key <AB08> { [ U235D, U236A ] }; // ,: ⍝ ⍪ -- APL Functional Symbol Up Shoe Jot / APL Functional
[all …]
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/
H A Dapl79 key <AC01> { [ U237A ] }; // A: ⍺ -- APL Functional Symbol Alpha
87 key <AC09> { [ U2395 ] }; // L: ⎕ -- APL Functional Symbol Quad
90 key <AD02> { [ U2375 ] }; // W: ⍵ -- APL Functional Symbol Omega
92 key <AD04> { [ U2374 ] }; // R: ⍴ -- APL Functional Symbol Rho
96 key <AD08> { [ U2373 ] }; // I: ⍳ -- APL Functional Symbol Iota
175 …key <AB08> { [ U235E, U236A ] }; // ,: ⍞ ⍪ -- APL Functional Symbol Quote Quad / APL Functional S…
201 …key <BKSL> { [ U235D, U2340 ] }; // \: ⍝ ⍀ -- APL Functional Symbol Up Shoe Jot / APL Functional
234 // AFS - short for APL Functional Symbol
290 // AFS - short for APL Functional Symbol
330 …key <AB08> { [ U235D, U236A ] }; // ,: ⍝ ⍪ -- APL Functional Symbol Up Shoe Jot / APL Functional
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/histogram/
H A Dfunctional.rs22 pub struct Functional { struct
26 impl Functional { implementation
28 fn new(log_base: f64, buckets_per_magnitude: f64) -> Functional { in new() argument
34 Functional { exponent } in new()
57 impl Bucketing for Functional { implementation
72 impl Histogram<Functional> {
74 pub fn functional(log_base: f64, buckets_per_magnitude: f64) -> Histogram<Functional> { in functional() argument
79 bucketing: Functional::new(log_base, buckets_per_magnitude), in functional()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/histogram/
H A Dfunctional.rs22 pub struct Functional { struct
26 impl Functional { argument
28 fn new(log_base: f64, buckets_per_magnitude: f64) -> Functional { in new() argument
34 Functional { exponent } in new()
57 impl Bucketing for Functional { implementation
72 impl Histogram<Functional> {
74 pub fn functional(log_base: f64, buckets_per_magnitude: f64) -> Histogram<Functional> { in functional() argument
79 bucketing: Functional::new(log_base, buckets_per_magnitude), in functional()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/histogram/
H A Dfunctional.rs22 pub struct Functional { struct
26 impl Functional { implementation
28 fn new(log_base: f64, buckets_per_magnitude: f64) -> Functional { in new() argument
34 Functional { exponent } in new()
57 impl Bucketing for Functional { implementation
72 impl Histogram<Functional> {
74 pub fn functional(log_base: f64, buckets_per_magnitude: f64) -> Histogram<Functional> { in functional() argument
79 bucketing: Functional::new(log_base, buckets_per_magnitude), in functional()
/dports/lang/gnu-apl/apl-1.8/support-files/Dirk/
H A Dsymbols-apl84 key <AC01> { [ U237A ] }; // A: ⍺ -- APL Functional Symbol Alpha
92 key <AC09> { [ U2395 ] }; // L: ⎕ -- APL Functional Symbol Quad
95 key <AD02> { [ U2375 ] }; // W: ⍵ -- APL Functional Symbol Omega
97 key <AD04> { [ U2374 ] }; // R: ⍴ -- APL Functional Symbol Rho
101 key <AD08> { [ U2373 ] }; // I: ⍳ -- APL Functional Symbol Iota
180 …key <AB08> { [ U235E, U236A ] }; // ,: ⍞ ⍪ -- APL Functional Symbol Quote Quad / APL Functional S…
206 …key <BKSL> { [ U235D, U2340 ] }; // \: ⍝ ⍀ -- APL Functional Symbol Up Shoe Jot / APL Functional
239 // AFS - short for APL Functional Symbol
294 // AFS - short for APL Functional Symbol
335 …key <AB08> { [ U235D, U236A ] }; // ,: ⍝ ⍪ -- APL Functional Symbol Up Shoe Jot / APL Functional
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/
H A DEntityTestHalJsonAnonTest.php3 namespace Drupal\Tests\entity_test\Functional\Hal;
5 use Drupal\Tests\entity_test\Functional\Rest\EntityTestResourceTestBase;
6 use Drupal\Tests\hal\Functional\EntityResource\HalEntityNormalizationTrait;
7 use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
8 use Drupal\Tests\rest\Functional\EntityResource\FormatSpecificGetBcRouteTestTrait;
H A DEntityTestBundleHalJsonAnonTest.php3 namespace Drupal\Tests\entity_test\Functional\Hal;
5 use Drupal\Tests\entity_test\Functional\Rest\EntityTestBundleResourceTestBase;
6 use Drupal\Tests\hal\Functional\EntityResource\HalEntityNormalizationTrait;
7 use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/tools/defs/
H A Ddefs.go441 Functional: true,
715 Functional: true,
753 Functional: true,
761 Functional: true,
785 Functional: true,
793 Functional: true,
801 Functional: true,
809 Functional: true,
817 Functional: true,
825 Functional: true,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/devicetree/bindings/display/
H A Drenesas,du.yaml110 - description: Functional clock
160 - description: Functional clock for DU0
161 - description: Functional clock for DU1
217 - description: Functional clock for DU0
218 - description: Functional clock for DU1
272 - description: Functional clock for DU0
273 - description: Functional clock for DU1
328 - description: Functional clock for DU0
329 - description: Functional clock for DU1
387 - description: Functional clock for DU0
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/display/
H A Drenesas,du.yaml110 - description: Functional clock
160 - description: Functional clock for DU0
161 - description: Functional clock for DU1
217 - description: Functional clock for DU0
218 - description: Functional clock for DU1
272 - description: Functional clock for DU0
273 - description: Functional clock for DU1
328 - description: Functional clock for DU0
329 - description: Functional clock for DU1
387 - description: Functional clock for DU0
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/display/
H A Drenesas,du.yaml110 - description: Functional clock
160 - description: Functional clock for DU0
161 - description: Functional clock for DU1
217 - description: Functional clock for DU0
218 - description: Functional clock for DU1
272 - description: Functional clock for DU0
273 - description: Functional clock for DU1
328 - description: Functional clock for DU0
329 - description: Functional clock for DU1
387 - description: Functional clock for DU0
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/rest/tests/modules/rest_test/
H A Drest_test.module18 * @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::setUp()
21 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testPost()
22 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testPatch()
35 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testGet()
36 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testPatch()
46 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testGet()
47 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testPatch()
/dports/www/drupal9/drupal-9.2.10/core/modules/rest/tests/modules/rest_test/
H A Drest_test.module18 * @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::setUp()
21 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testPost()
22 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testPatch()
35 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testGet()
36 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testPatch()
46 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testGet()
47 // @see \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testPatch()
/dports/x11/xkeyboard-config/xkeyboard-config-2.34/symbols/
H A Dapl82 key <AC01> { [ U237A ] }; // A: ⍺ -- APL Functional Symbol Alpha
90 key <AC09> { [ U2395 ] }; // L: ⎕ -- APL Functional Symbol Quad
93 key <AD02> { [ U2375 ] }; // W: ⍵ -- APL Functional Symbol Omega
95 key <AD04> { [ U2374 ] }; // R: ⍴ -- APL Functional Symbol Rho
99 key <AD08> { [ U2373 ] }; // I: ⍳ -- APL Functional Symbol Iota
180 …key <AB08> { [ U235E, U236A ] }; // ,: ⍞ ⍪ -- APL Functional Symbol Quote Quad / APL Functional S…
206 …key <BKSL> { [ U235D, U2340 ] }; // \: ⍝ ⍀ -- APL Functional Symbol Up Shoe Jot / APL Functional
240 // AFS - short for APL Functional Symbol
300 // AFS is short for APL Functional Symbol
338 …key <AB08> { [ U235D, U236A ] }; // ,: ⍝ ⍪ -- APL Functional Symbol Up Shoe Jot / APL Functional
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/
H A DEntityTestXmlAnonTest.php3 namespace Drupal\Tests\entity_test\Functional\Rest;
5 use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
6 use Drupal\Tests\rest\Functional\EntityResource\FormatSpecificGetBcRouteTestTrait;
7 use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;

12345678910>>...278