Home
last modified time | relevance | path

Searched refs:C_W (Results 1 – 25 of 68) sorted by relevance

123

/dports/graphics/pixie/Pixie/src/sdrc/
H A Dpp2.c327 if(istype(t,C_W))
397 if(istype(t,C_W))
466 if(istype(t,C_W))
517 if(istype(t,C_W))
541 if(istype(t,C_W))
604 if(istype(t,C_W))
650 if(istype(t,C_W))
714 if(istype(t,C_W))
805 (t != EOF) && istype(t,C_W))
841 if(! istype(t,C_W))
[all …]
H A Dpp.h210 #define C_W 0x08 /* White space (ht, sp, etc.) */ macro
229 0, C_W, C_C, 0, /* ^H ^I ^J ^K */
231 C_W, C_C, 0, 0, /* ^L ^M ^N ^O */
233 C_W, C_W|C_C, 0, 0, /* ^L ^M ^N ^O */
243 C_W, 0, 0, 0, /* Sp ! " # */
H A Dpp3.c180 while(istype((c = getchn()),C_W)) in doinclude()
249 while(istype(*p & 0xFF,C_W)) in doinclude()
342 while(istype((c = getchn()),C_W)) in doline()
862 for(bufp = buf; istype(*bufp & 0xFF,C_W); ++bufp)
H A Dpp4.c114 while(istype(t = gettoken(f),C_W) && (t != '\n'))
164 if(istype(t,C_L|C_D|C_W))
283 while(istype((t = nextch()),C_W))
H A Dpp1.c416 if((Ifstate != IFTRUE) && (t != '\n') && istype(t,C_W)) in preprocess()
473 else if(! istype(t,C_W)) in preprocess()
H A Dpp8.c954 for(bufp = buf; istype(*bufp & 0xFF,C_W); ++bufp)
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/coregen/pll_100_40_75/example_design/
H A Dpll_100_40_75_exdes.v78 localparam C_W = 16; constant
94 reg [C_W-1:0] counter [NUM_C:1];
145 counter[count_gen] <= #TCQ { C_W { 1'b 0 } };
152 assign COUNT[count_gen] = counter[count_gen][C_W-1];
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b2xxmini/coregen/b205_clk_gen/example_design/
H A Db205_clk_gen_exdes.v78 localparam C_W = 16; constant
95 reg [C_W-1:0] counter [NUM_C:1];
163 counter[count_gen] <= #TCQ { C_W { 1'b 0 } };
170 assign COUNT[count_gen] = counter[count_gen][C_W-1];
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/coregen/b200_clk_gen/example_design/
H A Db200_clk_gen_exdes.v79 localparam C_W = 16; constant
96 reg [C_W-1:0] counter [NUM_C:1];
165 counter[count_gen] <= #TCQ { C_W { 1'b 0 } };
172 assign COUNT[count_gen] = counter[count_gen][C_W-1];
/dports/net-im/zkgroup/zkgroup-0.7.4/rust/src/crypto/
H A Dcredentials.rs51 pub(crate) C_W: RistrettoPoint, field
57 pub(crate) C_W: RistrettoPoint, field
199 let C_W = (w * system.G_w) + (wprime * system.G_wprime); in generate() localVariable
221 C_W, in generate()
228 C_W: self.C_W, in get_public_key()
H A Dproofs.rs112 point_args.add("C_W", key_pair.C_W); in new()
151 point_args.add("C_W", public_key.C_W); in verify()
302 point_args.add("C_W", key_pair.C_W); in new()
347 point_args.add("C_W", credentials_public_key.C_W); in verify()
/dports/math/mumps/mumps-5.1.2/src/
H A Dcsol_aux.F812 & X, Y, R_W, C_W, IW, IFLAG, argument
821 COMPLEX C_W(N) local
867 X(I) = C_W(I)
877 C_W(I) = X(I)
889 & X, Y, D, R_W, C_W, IW, KASE, argument
900 COMPLEX C_W(N) local
950 C_W(I) = X(I) * D(I)
952 IMAX = CMUMPS_IXAMAX(N, C_W(1), 1)
953 DXIMAX = abs(C_W(IMAX))
956 CALL CMUMPS_SOL_B(N, KASE, Y, COND(1), C_W, IW(1, 2))
[all …]
H A Dssol_aux.F811 & X, Y, R_W, C_W, IW, IFLAG, argument
820 REAL C_W(N) local
866 X(I) = C_W(I)
876 C_W(I) = X(I)
888 & X, Y, D, R_W, C_W, IW, KASE, argument
899 REAL C_W(N) local
949 C_W(I) = X(I) * D(I)
951 IMAX = SMUMPS_IXAMAX(N, C_W(1), 1)
952 DXIMAX = abs(C_W(IMAX))
955 CALL SMUMPS_SOL_B(N, KASE, Y, COND(1), C_W, IW(1, 2))
[all …]
H A Ddsol_aux.F811 & X, Y, R_W, C_W, IW, IFLAG, argument
820 DOUBLE PRECISION C_W(N) local
866 X(I) = C_W(I)
876 C_W(I) = X(I)
888 & X, Y, D, R_W, C_W, IW, KASE, argument
899 DOUBLE PRECISION C_W(N) local
949 C_W(I) = X(I) * D(I)
951 IMAX = DMUMPS_IXAMAX(N, C_W(1), 1)
952 DXIMAX = abs(C_W(IMAX))
955 CALL DMUMPS_SOL_B(N, KASE, Y, COND(1), C_W, IW(1, 2))
[all …]
H A Dzsol_aux.F812 & X, Y, R_W, C_W, IW, IFLAG, argument
821 COMPLEX(kind=8) C_W(N) local
867 X(I) = C_W(I)
877 C_W(I) = X(I)
889 & X, Y, D, R_W, C_W, IW, KASE, argument
900 COMPLEX(kind=8) C_W(N) local
950 C_W(I) = X(I) * D(I)
952 IMAX = ZMUMPS_IXAMAX(N, C_W(1), 1)
953 DXIMAX = abs(C_W(IMAX))
956 CALL ZMUMPS_SOL_B(N, KASE, Y, COND(1), C_W, IW(1, 2))
[all …]
H A Dzsol_driver.F166 & C_W(:) local
4214 ALLOCATE( C_W(id%N), stat = allocok )
4484 & id%RHS(IBEG), C_Y, R_W, C_W, IW1, IFLAG_IR,
4718 & id%RHS(IBEG), C_Y, R_W, C_W, IW1, IFLAG_IR,
4755 & id%RHS(IBEG), C_Y, D, R_W, C_W, IW1, KASE,
4815 NB_BYTES = NB_BYTES - int(size(C_W),8)*K35_8
4816 DEALLOCATE(C_W)
H A Dcsol_driver.F166 & C_W(:) local
4214 ALLOCATE( C_W(id%N), stat = allocok )
4484 & id%RHS(IBEG), C_Y, R_W, C_W, IW1, IFLAG_IR,
4718 & id%RHS(IBEG), C_Y, R_W, C_W, IW1, IFLAG_IR,
4755 & id%RHS(IBEG), C_Y, D, R_W, C_W, IW1, KASE,
4815 NB_BYTES = NB_BYTES - int(size(C_W),8)*K35_8
4816 DEALLOCATE(C_W)
H A Ddsol_driver.F166 & C_W(:) local
4214 ALLOCATE( C_W(id%N), stat = allocok )
4484 & id%RHS(IBEG), C_Y, R_W, C_W, IW1, IFLAG_IR,
4718 & id%RHS(IBEG), C_Y, R_W, C_W, IW1, IFLAG_IR,
4755 & id%RHS(IBEG), C_Y, D, R_W, C_W, IW1, KASE,
4815 NB_BYTES = NB_BYTES - int(size(C_W),8)*K35_8
4816 DEALLOCATE(C_W)
/dports/vietnamese/vnpstext/include/
H A Dcharseta.h95 #define C_W 87 macro
/dports/vietnamese/vn7to8/DONT.include/
H A Dcharseta.h95 #define C_W 87 macro
/dports/vietnamese/libviet/libviet-20010210/include/
H A Dcharseta.h95 #define C_W 87 macro
/dports/vietnamese/vnconvert/vi-vnconvert-1.0_1/
H A Dcharseta.h95 #define C_W 87 macro
/dports/vietnamese/vn7to8/DONT.lib/viqr/
H A Dvk_8toqr.c123 _8to7map[C_W][0] = C_W; in _doinit()
/dports/vietnamese/libviet/libviet-20010210/lib/viqr/
H A Dvk_8toqr.c123 _8to7map[C_W][0] = C_W; in _doinit()
/dports/vietnamese/vnpstext/lib/viqr/
H A Dvk_8toqr.c123 _8to7map[C_W][0] = C_W; in _doinit()

123