Home
last modified time | relevance | path

Searched refs:ZC (Results 1 – 25 of 1177) sorted by relevance

12345678910>>...48

/dports/math/math77/MATH77/
H A Dzcoef.f1 SUBROUTINE ZCOEF(N,ZRT,ZC) argument
26 ZC(1,1) = 1.D0
27 ZC(2,1) = 0.D0
28 ZC(1,2) = -ZRT(1,1)
29 ZC(2,2) = -ZRT(2,1)
31 ZCR = ZC(1,I)
32 ZCI = ZC(2,I)
38 ZC(1,I+1) = -ZCR
39 ZC(2,I+1) = -ZCI
45 ZC(1,J) = ZC(1,J) - FAC(1)
[all …]
/dports/science/erd/erd-3.0.6/src/
H A Derd__derv_int2d_to_e0c0.f98 INTEGER XC,YC,ZC
154 ZC = YCMAX - YC
222 ZC = YCMAX - YC
297 ZC = YCMAX - YC
375 ZC = YCMAX - YC
456 ZC = YCMAX - YC
540 ZC = YCMAX - YC
627 ZC = YCMAX - YC
717 ZC = YCMAX - YC
810 ZC = YCMAX - YC
[all …]
H A Derd__derv_int2d_to_abc0.f93 INTEGER XA,YA,ZA,XB,YB,ZB,XC,YC,ZC
144 ZC = YCMAX - YC
210 ZC = YCMAX - YC
283 ZC = YCMAX - YC
359 ZC = YCMAX - YC
438 ZC = YCMAX - YC
520 ZC = YCMAX - YC
605 ZC = YCMAX - YC
693 ZC = YCMAX - YC
784 ZC = YCMAX - YC
[all …]
H A Derd__derv_int2d_to_abcd.f94 INTEGER XA,YA,ZA,XB,YB,ZB,XC,YC,ZC,XD,YD,ZD
156 ZC = YCMAX - YC
234 ZC = YCMAX - YC
319 ZC = YCMAX - YC
407 ZC = YCMAX - YC
498 ZC = YCMAX - YC
592 ZC = YCMAX - YC
689 ZC = YCMAX - YC
789 ZC = YCMAX - YC
892 ZC = YCMAX - YC
[all …]
H A Derd__derv_int2d_to_e0cd.f176 INTEGER XC,YC,ZC,XD,YD,ZD
239 ZC = YCMAX - YC
319 ZC = YCMAX - YC
406 ZC = YCMAX - YC
496 ZC = YCMAX - YC
589 ZC = YCMAX - YC
685 ZC = YCMAX - YC
784 ZC = YCMAX - YC
886 ZC = YCMAX - YC
991 ZC = YCMAX - YC
[all …]
/dports/graphics/xd3d/xd3d-8.3.1/src/d3d/
H A Dechel.f8 REAL*4 XC(8),YC(8),ZC(8),ROTAINV(3,3) local
23 CALL PROBOI(XC,YC,ZC)
29 U3 = ZC(IPERM(3,I))-ZC(IPERM(1,I))
32 V3 = ZC(IPERM(4,I))-ZC(IPERM(2,I))
40 U3 = ZC(IPERM(3,I))-ZC(IPERM(1,I))
43 V3 = ZC(IPERM(4,I))-ZC(IPERM(2,I))
49 & (ZC(IPERM(1,I))+ZC(IPERM(2,I))+ZC(IPERM(3,I))+ZC(IPERM(4,I)))
105 CALL GRILLE(PROPY,NECHY,XC,YC,ZC,8,5,4,1)
106 CALL GRILLE(PROPZ,NECHZ,XC,YC,ZC,4,8,1,5)
134 TOTO = SENS*(XC(I)+YC(I)+ZC(I))
[all …]
H A Drayons.f1 SUBROUTINE RAY(N,IND,XXX,YYY,ZZZ,RR,X0,Y0,ZC,IOPT) argument
18 CALL RAY0(IND2,XXX,YYY,ZZZ,XC,YC,ZC,RR0)
31 SZ = -DNI*ZC
33 D = D + (XXX(I)-XC)**2 + (YYY(I)-YC)**2 + (ZZZ(I)-ZC)**2
73 ZC = ZC - B(3)
79 SZ = -DNI*ZC
100 SUBROUTINE RAY0(IND,XXX,YYY,ZZZ,XC,YC,ZC,RR) argument
137 ZC = .5*( B(3,1)*BB(1) + B(3,2)*BB(2) + B(3,3)*BB(3) )
141 ZCC = ZCC+ZC
150 ZC = ZCC/REAL(NBRAY)
[all …]
/dports/math/polylib/polylib-5.22.5/applications/
H A DZpolytest.c208 ZC = ZDomainIntersection(ZA,ZB);
212 ZDomain_Free(ZC);
219 ZC = ZDomainUnion(ZA,ZB);
227 ZC = ZDomainDifference(ZA,ZB);
234 ZC = ZDomainImage(ZA,b);
241 ZC = ZDomainPreimage(ZA,b);
247 ZC = ZDomainPreimage(ZA,b);
248 ZD = ZDomainImage(ZC,b);
249 Zlast=ZDomainDifference(ZD,ZC);
305 CanonicalForm(ZA,&ZC,&c);
[all …]
/dports/math/barvinok/barvinok-0.41.5/polylib/applications/
H A DZpolytest.c208 ZC = ZDomainIntersection(ZA,ZB); in main()
212 ZDomain_Free(ZC); in main()
219 ZC = ZDomainUnion(ZA,ZB); in main()
227 ZC = ZDomainDifference(ZA,ZB); in main()
234 ZC = ZDomainImage(ZA,b); in main()
241 ZC = ZDomainPreimage(ZA,b); in main()
247 ZC = ZDomainPreimage(ZA,b); in main()
248 ZD = ZDomainImage(ZC,b); in main()
249 Zlast=ZDomainDifference(ZD,ZC); in main()
305 CanonicalForm(ZA,&ZC,&c); in main()
[all …]
/dports/math/math77/MATH77/demo/
H A Ddrzcoef.f12 double precision ZC(2,4) variable
21 call ZCOEF(NDEG1,RT1,ZC)
28 print 200,'Coeffs =',(ZC(1,I),ZC(2,I),I=1,NDEG1+1)
31 call ZCOEF(NDEG2,RT2,ZC)
34 print 200,'Coeffs =',(ZC(1,I),ZC(2,I),I=1,NDEG2+1)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/mips/
H A Dsync.md62 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
92 (match_operand:SI 1 "memory_operand" "+ZC,ZC"))
109 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
377 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
438 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
451 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
466 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
481 [(set (match_operand:GPR 0 "memory_operand" "+ZC,ZC")
493 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
507 (match_operand:GPR 1 "memory_operand" "+ZC,ZC"))
[all …]

12345678910>>...48