Home
last modified time | relevance | path

Searched refs:junk4 (Results 1 – 25 of 69) sorted by relevance

123

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/dill/dill/
H A Ddill_internal.h147 char junk1, junk2, junk3, junk4, junk5, junk6, junk7;
157 char junk1, junk2, junk3, junk4, junk5, junk6, junk7;
167 char junk1, junk2, junk3, junk4, junk5, junk6;
177 char junk1, junk2, junk3, junk4, junk5, junk6;
185 char junk1, junk2, junk3, junk4; member
193 char junk1, junk2, junk3, junk4; member
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/property/
H A Draman.F552 subroutine raman_save(rtdb,ii,junk3,junk4) argument
569 double precision junk3(6,3),junk4(6,3) ! temp. arrays for FD of polarizanbility
586 junk4(n,j)= alfaim(i,j) ! add AORESPONSE imaginary data to array for finite_differencing
594 call output(junk4,1,6,1,3,6,3,1)
612 & junk4) ! ou: two sets of polarization stored IM
635 & junk4(6,3) ! imag 2-sets polariz. tensor
650 junk4(n,j)= alfaim(i,j) ! add AORESPONSE imaginary data to array for finite_differencing
665 call output(junk4,1,6,1,3,6,3,1)
H A Dtask_raman.F443 & junk4(6,3) ! temp. arrays for FD of polarizability
695 & junk4(6,3) ! temp. arrays for FD of polarizanbility
718 call dfill(18,0.0D+00,junk4,1) ! real junk4 a imaginary (FD)
796 & junk4) ! ou: two sets of polarization stored IM
803 & junk4, ! in : (+/-) polarization tensor IM (6,3)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/property/
H A Draman.F552 subroutine raman_save(rtdb,ii,junk3,junk4) argument
569 double precision junk3(6,3),junk4(6,3) ! temp. arrays for FD of polarizanbility
586 junk4(n,j)= alfaim(i,j) ! add AORESPONSE imaginary data to array for finite_differencing
594 call output(junk4,1,6,1,3,6,3,1)
612 & junk4) ! ou: two sets of polarization stored IM
635 & junk4(6,3) ! imag 2-sets polariz. tensor
650 junk4(n,j)= alfaim(i,j) ! add AORESPONSE imaginary data to array for finite_differencing
665 call output(junk4,1,6,1,3,6,3,1)
H A Dtask_raman.F443 & junk4(6,3) ! temp. arrays for FD of polarizability
695 & junk4(6,3) ! temp. arrays for FD of polarizanbility
718 call dfill(18,0.0D+00,junk4,1) ! real junk4 a imaginary (FD)
796 & junk4) ! ou: two sets of polarization stored IM
803 & junk4, ! in : (+/-) polarization tensor IM (6,3)
/dports/www/squid/squid-4.15/src/dns/
H A Drfc3596.cc249 struct in_addr junk4; variable
257 } else if (inet_pton(AF_INET, input, &junk4)) {
258 sid = rfc1035BuildPTRQuery4(junk4, buf, &sz, edns_max);
/dports/devel/cproto/cproto-4.7k/testing/
H A Dcase18.ref16 BONG *junk4();
H A Dcase19.ref16 BONG *junk4(void);
H A Dcase22.ref179 #undef junk4
180 BONG *junk4(void)
H A Dcase12.ref16 BONG *junk4(void);
H A Dcase20.ref16 BONG *junk4(void);
H A Dcase23.ref16 BONG *junk4(void);
H A Dcase01.ref16 BONG *junk4(void);
H A Dcase03.ref16 BONG *junk4(/*void*/);
H A Dcase05.ref16 BONG *junk4(void);
H A Dcase04.ref16 BONG *junk4(void);
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DMOAB_iMeshP_unit_tests.cpp340 iBase_EntityHandle* junk4 = &verts[0]; in get_part_quads_and_verts() local
343 &junk4, &junk1, &count, in get_part_quads_and_verts()
349 assert( junk4 == &verts[0] ); in get_part_quads_and_verts()
614 assert( junk4 == n ); in create_mesh()
729 assert( junk4 == n ); in create_mesh_in_memory()
1438 assert( junk4 == 5 ); in interface_verts()
1915 int *junk2 = 0, junk3 = 0, junk4; in test_entity_owner() local
2416 junk2 = junk3 = junk4 = 0; in test_entity_copies()
2424 assert( junk4 == num_copies ); in test_entity_copies()
2802 iMeshP_Part* junk4 = &parts[0]; in test_push_tag_data_common() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dunknown-type-name.cpp106 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dunknown-type-name.cpp106 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dunknown-type-name.cpp106 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dunknown-type-name.cpp106 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dunknown-type-name.cpp106 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dunknown-type-name.cpp106 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dunknown-type-name.cpp106 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dunknown-type-name.cpp106 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}

123