Home
last modified time | relevance | path

Searched refs:c_nl (Results 1 – 9 of 9) sorted by relevance

/dports/devel/dparser/dparser-1.31/tests/
H A Dbnf.g9 c_nl : comment | CRLF ;
26 _0_rulelist : c_wsp * c_nl ;
42 rule : rulename defined_as elements c_nl ;
45 _0_c_wsp : c_nl WSP ;
/dports/textproc/belr/belr-0.1.3-0/include/belr/
H A Dabnf.hh44 void c_nl();
/dports/devel/pegtl/PEGTL-3.0.0/src/example/pegtl/
H A Dabnf2pegtl.cpp224 struct c_nl : sor< comment, CRLF > {};
225 struct req_c_nl : c_nl {};
226 struct c_wsp : sor< WSP, seq< c_nl, WSP > > {};
276 struct rulelist : until< eof, sor< seq< star< c_wsp >, c_nl >, rule > > {};
/dports/textproc/belr/belr-0.1.3-0/src/
H A Dabnf.cc137 c_nl(); in ABNFGrammar()
179 void ABNFGrammar::c_nl(){ in c_nl() function in ABNFGrammar
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcore_ppnl.F127 REAL(KIND=dp), DIMENSION(:, :, :), POINTER :: achint, acint, bchint, bcint, c_nl local
279 c_nl => spotential(kkind)%sgp_potential%c_nonlocal
H A Dqs_kind_types.F1417 REAL(KIND=dp), DIMENSION(:, :, :), POINTER :: c_nl local
2249 ALLOCATE (a_nl(nnl), h_nl(nnl, 0:l), c_nl(nnl, nnl, 0:l))
2252 c_nl(:, :, :) = sgppot%c_nonlocal(:, :, :)
2253 …et_potential(qs_kind%sgp_potential, nppnl=nppnl, a_nonlocal=a_nl, h_nonlocal=h_nl, c_nonlocal=c_nl)
2306 ALLOCATE (a_nl(nnl), h_nl(nnl, 0:l), c_nl(nnl, nnl, 0:l))
2309 c_nl(:, :, :) = sgppot%c_nonlocal(:, :, :)
2310 …et_potential(qs_kind%sgp_potential, nppnl=nppnl, a_nonlocal=a_nl, h_nonlocal=h_nl, c_nonlocal=c_nl)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dsap_kind_types.F307 REAL(KIND=dp), DIMENSION(:, :, :), POINTER :: c_nl local
473 c_nl => spotential(kkind)%sgp_potential%c_nonlocal
H A Dcore_ppnl.F127 REAL(KIND=dp), DIMENSION(:, :, :), POINTER :: achint, acint, bchint, bcint, c_nl local
320 c_nl => spotential(kkind)%sgp_potential%c_nonlocal
H A Dqs_kind_types.F1448 REAL(KIND=dp), DIMENSION(:, :, :), POINTER :: c_nl local
2236 ALLOCATE (a_nl(nnl), h_nl(nnl, 0:l), c_nl(nnl, nnl, 0:l))
2239 c_nl(:, :, :) = sgppot%c_nonlocal(:, :, :)
2240 …et_potential(qs_kind%sgp_potential, nppnl=nppnl, a_nonlocal=a_nl, h_nonlocal=h_nl, c_nonlocal=c_nl)
2293 ALLOCATE (a_nl(nnl), h_nl(nnl, 0:l), c_nl(nnl, nnl, 0:l))
2296 c_nl(:, :, :) = sgppot%c_nonlocal(:, :, :)
2297 …et_potential(qs_kind%sgp_potential, nppnl=nppnl, a_nonlocal=a_nl, h_nonlocal=h_nl, c_nonlocal=c_nl)