Home
last modified time | relevance | path

Searched refs:Co1 (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/astro/py-astropy/astropy-5.0/astropy/io/ascii/tests/data/vizier/
H A Dtable5.dat21 Cr110 2108 5230.20 Co1 1.74 -1.84 60.4 6.7 1.210
22 Cr110 2108 5530.77 Co1 1.71 -2.06 73.2 4.3 1.005
23 Cr110 2108 5590.72 Co1 2.04 -1.87 69.9 3.2 0.706
24 Cr110 2108 5935.38 Co1 1.88 -2.68 33.0 4.4 0.665
25 Cr110 2108 6429.91 Co1 2.14 -2.41 28.2 1.3 0.340
26 Cr110 2108 6490.34 Co1 2.04 -2.52 33.6 3.5 0.323
27 Cr110 2108 6632.43 Co1 2.28 -2.00 50.9 2.1 0.391
28 Cr110 2108 7154.67 Co1 2.04 -2.42 45.9 1.9 0.280
29 Cr110 2108 7388.69 Co1 2.72 -1.65 36.6 1.8 0.343
30 Cr110 2108 7417.37 Co1 2.04 -2.07 71.4 1.9 0.369
[all …]
/dports/math/gap/gap-4.11.0/pkg/ctbllib/data/
H A Dctbconja.tbl119 MBT("2.Co1",11,
130 [["Co1",0]],
136 MBT("2.Co1",13,
147 [["Co1",0]],
165 [["Co1",0]],
171 MBT("2.Co1",7,
193 [["Co1",0]],
381 MBT("Co1",11,
400 MBT("Co1",13,
419 MBT("Co1",23,
[all …]
H A Dctomaxi3.tbl9 ## groups Co3, Co2 and Co1.
236 "7th maximal subgroup of Co1"
306 "12th maximal subgroup of Co1"
356 "14th maximal subgroup of Co1,\n",
407 "17th maximal subgroup of Co1"
450 "18th maximal subgroup of Co1"
580 "3rd maximal subgroup of 2.Co1,\n",
1448 "8th maximal subgroup of Co1,\n",
4289 "maximal subgroup of Co1,\n",
5446 "5C normalizer in Co1,\n",
[all …]
H A Dctoconja.tbl41 #H exchanged two maxes of Co1 (ATLAS error)
259 MOT("2.Co1",
327 ["ConstructProj",[["Co1",[]],["2.Co1",[]]]]);
328 ALF("2.Co1","Co1",[1,1,2,2,3,4,5,5,6,6,7,7,8,8,9,9,10,11,11,12,13,14,15,
336 ALN("2.Co1",["2.F2-"]);
469 MOT("Co1",
858 ARC("Co1","CAS",[rec(name:="c1",
870 ARC("Co1","projectives",["2.Co1",[[24,8,0,0,-12,6,-3,0,8,0,4,0,0,0,-6,4,-1,-4,
1082 ARC("Co1","isSimple",true);
1083 ARC("Co1","extInfo",["2",""]);
[all …]
/dports/math/gap/gap-4.11.0/pkg/genss-1.6.6/examples/
H A Dco1p98280.g2 Print("Co1 on 98280 points:\n\n");
3 gens := AtlasGenerators("Co1",1).generators;
8 if Size(S) <> Size(CharacterTable("Co1")) then Error("wrong size"); fi;
9 SetSize(g,Size(CharacterTable("Co1")));
/dports/math/gap/gap-4.11.0/pkg/orb-4.8.3/examples/co1F5d24/
H A DCo1OrbitOnF5d24.g1 # Enumerate orbits in the linear action of 2.Co1 on F_5^{24} given by
2 # the 5-modular matrix representation of 2.Co1.
14 gens := AtlasGenerators([ "2.Co1", [ "2Co1G1-f5r24B0.m1", "2Co1G1-f5r24B0.m2" ], 1, 5 ]).generators;
25 pg := AtlasGenerators([ "2.Co1", [ "2Co1G1-p196560B0.m1", "2Co1G1-p196560B0.m2" ], 1, 196560 ]).gen…
30 2co1 := CharacterTable("2.Co1");
H A DCo1OrbitOnPF5d24.g7 pg := AtlasGenerators([ "Co1", [ "Co1G1-p98280B0.m1", "Co1G1-p98280B0.m2" ], 1, 98280 ]).generators;
8 gens := AtlasGenerators([ "2.Co1", [ "2Co1G1-f5r24B0.m1", "2Co1G1-f5r24B0.m2" ], 1, 5 ]).generators;
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/TransformFunctions/
H A Darm_cfft_radix4_q15.c604 q15_t Co1, Si1, Co2, Si2, Co3, Si3, out1, out2; in arm_radix4_butterfly_q15()
726 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_q15()
730 out1 = (short) ((Si1 * S1 + Co1 * S0) >> 16); in arm_radix4_butterfly_q15()
732 out2 = (short) ((-Si1 * S0 + Co1 * S1) >> 16); in arm_radix4_butterfly_q15()
778 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_q15()
878 out1 = (short) ((Co1 * S0 + Si1 * S1) >> 16u); in arm_radix4_butterfly_q15()
1516 q15_t Co1, Si1, Co2, Si2, Co3, Si3, out1, out2; in arm_radix4_butterfly_inverse_q15()
1627 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_inverse_q15()
1631 out1 = (short) ((Co1 * S0 - Si1 * S1) >> 16u); in arm_radix4_butterfly_inverse_q15()
1633 out2 = (short) ((Si1 * S0 + Co1 * S1) >> 16u); in arm_radix4_butterfly_inverse_q15()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/DSP_Lib/TransformFunctions/
H A Darm_cfft_radix4_q15.c631 q15_t Co1, Si1, Co2, Si2, Co3, Si3, out1, out2; in arm_radix4_butterfly_q15()
753 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_q15()
757 out1 = (q15_t) ((Si1 * S1 + Co1 * S0) >> 16); in arm_radix4_butterfly_q15()
759 out2 = (q15_t) ((-Si1 * S0 + Co1 * S1) >> 16); in arm_radix4_butterfly_q15()
805 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_q15()
905 out1 = (q15_t) ((Co1 * S0 + Si1 * S1) >> 16u); in arm_radix4_butterfly_q15()
1546 q15_t Co1, Si1, Co2, Si2, Co3, Si3, out1, out2; in arm_radix4_butterfly_inverse_q15()
1657 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_inverse_q15()
1661 out1 = (q15_t) ((Co1 * S0 - Si1 * S1) >> 16u); in arm_radix4_butterfly_inverse_q15()
1663 out2 = (q15_t) ((Si1 * S0 + Co1 * S1) >> 16u); in arm_radix4_butterfly_inverse_q15()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/DSP_Lib/TransformFunctions/
H A Darm_cfft_radix4_q15.c631 q15_t Co1, Si1, Co2, Si2, Co3, Si3, out1, out2; in arm_radix4_butterfly_q15()
753 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_q15()
757 out1 = (q15_t) ((Si1 * S1 + Co1 * S0) >> 16); in arm_radix4_butterfly_q15()
759 out2 = (q15_t) ((-Si1 * S0 + Co1 * S1) >> 16); in arm_radix4_butterfly_q15()
805 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_q15()
905 out1 = (q15_t) ((Co1 * S0 + Si1 * S1) >> 16u); in arm_radix4_butterfly_q15()
1546 q15_t Co1, Si1, Co2, Si2, Co3, Si3, out1, out2; in arm_radix4_butterfly_inverse_q15()
1657 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_inverse_q15()
1661 out1 = (q15_t) ((Co1 * S0 - Si1 * S1) >> 16u); in arm_radix4_butterfly_inverse_q15()
1663 out2 = (q15_t) ((Si1 * S0 + Co1 * S1) >> 16u); in arm_radix4_butterfly_inverse_q15()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/DSP_Lib/Source/TransformFunctions/
H A Darm_cfft_radix4_q15.c631 q15_t Co1, Si1, Co2, Si2, Co3, Si3, out1, out2; in arm_radix4_butterfly_q15()
753 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_q15()
757 out1 = (q15_t) ((Si1 * S1 + Co1 * S0) >> 16); in arm_radix4_butterfly_q15()
759 out2 = (q15_t) ((-Si1 * S0 + Co1 * S1) >> 16); in arm_radix4_butterfly_q15()
805 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_q15()
905 out1 = (q15_t) ((Co1 * S0 + Si1 * S1) >> 16u); in arm_radix4_butterfly_q15()
1546 q15_t Co1, Si1, Co2, Si2, Co3, Si3, out1, out2; in arm_radix4_butterfly_inverse_q15()
1657 Co1 = pCoef16[ic * 2u]; in arm_radix4_butterfly_inverse_q15()
1661 out1 = (q15_t) ((Co1 * S0 - Si1 * S1) >> 16u); in arm_radix4_butterfly_inverse_q15()
1663 out2 = (q15_t) ((Si1 * S0 + Co1 * S1) >> 16u); in arm_radix4_butterfly_inverse_q15()
[all …]
/dports/math/gap/gap-4.11.0/pkg/orb-4.8.3/
H A DTODO29 Co1 mod 2, Co1 mod 3?
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dstatic-cast.cpp18 struct Co1 { operator int(); }; struct
54 (void)static_cast<int>(Co1()); in t_529_2()

12345678910>>...12