Home
last modified time | relevance | path

Searched refs:ti5 (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/fft/pfft1.0/fftpack/
H A Ddradb5.F19 3 ti4, ti5, tr11, tr12, tr2, tr3, tr4, tr5
26 ti5 = cc(1,3,k)+cc(1,3,k)
33 ci5 = ti11*ti5+ti12*ti4
34 ci4 = ti12*ti5-ti11*ti4
45 ti5 = cc(1+i*2,3,k) + cc(idp2-1-i*2,2,k)
60 ci5 = ti11*ti5 + ti12*ti4
62 ci4 = ti12*ti5 - ti11*ti4
H A Dsradb5.F11 ti5 = cc(1,3,k)+cc(1,3,k)
18 ci5 = ti11*ti5+ti12*ti4
19 ci4 = ti12*ti5-ti11*ti4
30 ti5 = cc(i,3,k)+cc(ic,2,k)
45 ci5 = ti11*ti5+ti12*ti4
47 ci4 = ti12*ti5-ti11*ti4
H A Ddpssb5.F11 3 ti4, ti5, tr11, tr12, tr2, tr3, tr4, tr5
24 ti5 = cc(2,2,k)-cc(2,5,k)
39 ci5 = ti11*ti5+ti12*ti4
41 ci4 = ti12*ti5-ti11*ti4
55 ti5 = cc(i,2,k)-cc(i,5,k)
70 ci5 = ti11*ti5+ti12*ti4
72 ci4 = ti12*ti5-ti11*ti4
H A Ddpssf5.F11 3 ti5, tr11, tr12, tr2, tr3, tr4, tr5
19 ti5 = cc(2,2,k)-cc(2,5,k)
34 ci5 = ti11*ti5+ti12*ti4
36 ci4 = ti12*ti5-ti11*ti4
50 ti5 = cc(i,2,k)-cc(i,5,k)
65 ci5 = ti11*ti5+ti12*ti4
67 ci4 = ti12*ti5-ti11*ti4
H A Dspssb5.F12 ti5 = cc(2,2,k)-cc(2,5,k)
27 ci5 = ti11*ti5+ti12*ti4
29 ci4 = ti12*ti5-ti11*ti4
42 ti5 = cc(i,2,k)-cc(i,5,k)
57 ci5 = ti11*ti5+ti12*ti4
59 ci4 = ti12*ti5-ti11*ti4
H A Dspssf5.F12 ti5 = cc(2,2,k)-cc(2,5,k)
27 ci5 = ti11*ti5+ti12*ti4
29 ci4 = ti12*ti5-ti11*ti4
42 ti5 = cc(i,2,k)-cc(i,5,k)
57 ci5 = ti11*ti5+ti12*ti4
59 ci4 = ti12*ti5-ti11*ti4
/dports/science/nwchem-data/nwchem-7.0.2-release/src/fft/pfft1.0/fftpack/
H A Ddradb5.F19 3 ti4, ti5, tr11, tr12, tr2, tr3, tr4, tr5
26 ti5 = cc(1,3,k)+cc(1,3,k)
33 ci5 = ti11*ti5+ti12*ti4
34 ci4 = ti12*ti5-ti11*ti4
45 ti5 = cc(1+i*2,3,k) + cc(idp2-1-i*2,2,k)
60 ci5 = ti11*ti5 + ti12*ti4
62 ci4 = ti12*ti5 - ti11*ti4
H A Ddpssb5.F11 3 ti4, ti5, tr11, tr12, tr2, tr3, tr4, tr5
24 ti5 = cc(2,2,k)-cc(2,5,k)
39 ci5 = ti11*ti5+ti12*ti4
41 ci4 = ti12*ti5-ti11*ti4
55 ti5 = cc(i,2,k)-cc(i,5,k)
70 ci5 = ti11*ti5+ti12*ti4
72 ci4 = ti12*ti5-ti11*ti4
H A Ddpssf5.F11 3 ti5, tr11, tr12, tr2, tr3, tr4, tr5
19 ti5 = cc(2,2,k)-cc(2,5,k)
34 ci5 = ti11*ti5+ti12*ti4
36 ci4 = ti12*ti5-ti11*ti4
50 ti5 = cc(i,2,k)-cc(i,5,k)
65 ci5 = ti11*ti5+ti12*ti4
67 ci4 = ti12*ti5-ti11*ti4
/dports/science/cdcl/dcl-5.4.8-C/src/math2/fftlib/
H A Dradb5.c32 ti2, ti3, ti4, ti5, dr3, dr4, dr5, dr2, tr2, tr3, tr4, tr5; in radb5_() local
51 ti5 = cc[(k * 5 + 3) * cc_dim1 + 1] + cc[(k * 5 + 3) * cc_dim1 + 1]; in radb5_()
61 ci5 = ti11 * ti5 + ti12 * ti4; in radb5_()
62 ci4 = ti12 * ti5 - ti11 * ti4; in radb5_()
78 ti5 = cc[i__ + (k * 5 + 3) * cc_dim1] + cc[ic + (k * 5 + 2) * in radb5_()
105 ci5 = ti11 * ti5 + ti12 * ti4; in radb5_()
107 ci4 = ti12 * ti5 - ti11 * ti4; in radb5_()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc46 const type_index ti5(typeid(const Abraca&)); in test01() local
47 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc46 const type_index ti5(typeid(const Abraca&)); in test01() local
47 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/typeindex/
H A Dhash.cc45 const type_index ti5(typeid(const Abraca&)); in test01() local
46 VERIFY( hash<type_index>()(ti5) == ti5.hash_code() ); in test01()

12345678910