/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/ultimate_magic/ |
H A D | um_abilities_wordsofpower.lst | 19 …WOP Bard 1|PRECLASS:1,Bard=1 ABILITY:Internal|AUTOMATIC|WOP Bard 2|PRECLASS:1,Bard=2 ABILITY:Inter… 22 …WOP Inquisitor 1|PRECLASS:1,Inquisitor=1 ABILITY:Internal|AUTOMATIC|WOP Inquisitor 2|PRECLASS:1,In… 24 …WOP Oracle 1|PRECLASS:1,Oracle=1 ABILITY:Internal|AUTOMATIC|WOP Oracle 2|PRECLASS:1,Oracle=2 ABILI… 27 …WOP Sorcerer 1|PRECLASS:1,Sorcerer=1 ABILITY:Internal|AUTOMATIC|WOP Sorcerer 2|PRECLASS:1,Sorcerer… 28 …WOP Summoner 1|PRECLASS:1,Summoner=1 ABILITY:Internal|AUTOMATIC|WOP Summoner 2|PRECLASS:1,Summoner… 45 WOP Bard 4 CATEGORY:Internal BONUS:ABILITYPOOL|2nd-Level Bard Word|2 … 46 WOP Bard 5 CATEGORY:Internal BONUS:ABILITYPOOL|2nd-Level Bard Word|1 … 47 WOP Bard 6 CATEGORY:Internal BONUS:ABILITYPOOL|2nd-Level Bard Word|1 … 49 WOP Bard 8 CATEGORY:Internal BONUS:ABILITYPOOL|3rd-Level Bard Word|1 … 50 WOP Bard 9 CATEGORY:Internal BONUS:ABILITYPOOL|3rd-Level Bard Word|1 … [all …]
|
/dports/archivers/7-zip/7-zip-21.07/C/ |
H A D | AesOpt.c | 171 WOP(op); } 175 WOP(op); } 230 WOP (DECLARE_VAR) in AES_FUNC_START2() 231 WOP (LOAD_data); in AES_FUNC_START2() 245 WOP (STORE_data); in AES_FUNC_START2() 285 WOP (DECLARE_VAR) in AES_FUNC_START2() 286 WOP (CTR_START); in AES_FUNC_START2() 297 WOP (CTR_END); in AES_FUNC_START2() 657 WOP(op); } 684 WOP (LOAD_data); [all …]
|
/dports/security/hashcat/hashcat-6.2.5/deps/LZMA-SDK/C/ |
H A D | AesOpt.c | 171 WOP(op); } 175 WOP(op); } 230 WOP (DECLARE_VAR) in AES_FUNC_START2() 231 WOP (LOAD_data); in AES_FUNC_START2() 245 WOP (STORE_data); in AES_FUNC_START2() 285 WOP (DECLARE_VAR) in AES_FUNC_START2() 286 WOP (CTR_START); in AES_FUNC_START2() 297 WOP (CTR_END); in AES_FUNC_START2() 657 WOP(op); } 684 WOP (LOAD_data); [all …]
|
/dports/graphics/grx/grx249/src/include/ |
H A D | memcopy.h | 1045 rowcopy_b##WOP##SF(DST,SRC,_c_); \ 1161 #define __INLINE_FWD_COPY__(WOP,SF,AP,D,S,C) \ argument 1162 __INLINE_STD_FWD_COPY__(h,WOP,SF,AP,D,S,C) 1165 #define __INLINE_REV_COPY__(WOP,SF,AP,D,S,C) \ argument 1166 __INLINE_STD_REV_COPY__(h,WOP,SF,AP,D,S,C) 1220 #define __INLINE_FWD_COPY__(WOP,SF,AP,D,S,C) \ argument 1221 __INLINE_STD_FWD_COPY__(l,WOP,SF,AP,D,S,C) 1224 #define __INLINE_REV_COPY__(WOP,SF,AP,D,S,C) \ argument 1225 __INLINE_STD_REV_COPY__(l,WOP,SF,AP,D,S,C) 1263 #define __INLINE_FWD_COPY__(WOP,SF,AP,D,S,C) rowcopy_b##WOP##SF(D,S,C) argument [all …]
|
H A D | memfill.h | 406 #define __INLINE_1_FILL__(P,V,WOP,SZ) do { \ argument 407 poke_##SZ##WOP((P),(V)); \ 414 #define __INLINE_ALIGN_FILL__(P,V,C,WOP,SZ,BASE) \ argument 416 __INLINE_1_FILL__(P,V,WOP,SZ); \ 424 #define __INLINE_TAIL_FILL__(P,V,C,WOP,SZ,BASE) do { \ argument 426 __INLINE_1_FILL__(P,V,WOP,SZ); \ 431 #define __INLINE_STD_OPT_FILL__(P,V,C,WOP,SZ,BASE) do { \ argument 436 rowfill_##BASE##WOP(P,V,_c_); \ 439 rowfill_##SZ##WOP(P,V,_c_); \ 443 rowfill_b##WOP(P,V,C); \
|
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/sirius/ |
H A D | sirgp.F | 256 SUBROUTINE UPKWOP(NWOPT,JWOP,WOP,UPWOP) 270 DIMENSION UPWOP(NORBT,NORBT),WOP(NWOPT) 282 UPWOP(I,J) = WOP(IG) 283 UPWOP(J,I) = -WOP(IG) 289 SUBROUTINE PKWOP(NWOPT,JWOP,WOP,UPWOP) 309 WOP(IG) = UPWOP(I,J) 537 SUBROUTINE PRWOP (WOP,IUNITX) 553 DIMENSION WOP(*) 571 MAX = IDAMAX(NWOPT,WOP,1) 572 THPWOP = PRFAC*ABS(WOP(MAX)) [all …]
|
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/z80/ |
H A D | pd.py | 26 ADDR, MEMRD, MEMWR, IORD, IOWR, INSTR, ROP, WOP, WARN = range(9) 110 ('operands', 'Operands', (Ann.ROP, Ann.WOP)), 345 self.ann_dasm = Ann.WOP 357 self.ann_dasm = Ann.WOP
|
/dports/graphics/vips/vips-8.12.0/libvips/arithmetic/ |
H A D | math2.c | 154 #define WOP( Y, X, E ) POW( Y, E, X ) macro 186 case VIPS_OPERATION_MATH2_WOP: SWITCH( LOOP, WOP ); break; in vips_math2_buffer() 431 SWITCH( LOOPC, WOP ); in vips_math2_const_buffer()
|
/dports/biology/molden/molden5.8/plush/ |
H A D | WOP | 1 mol="WOP" Charge="0"
|
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/ |
H A D | 4cfa_wop.sdf | 153 WOP
|
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/rsp/ |
H A D | rspc82.F | 2515 SUBROUTINE RSPPRO (WOP,IOFFY,UDV,IUNITX) 2531 DIMENSION WOP(*), UDV(NASHDI,*) 2579 WOP_SCALED(IG,1) = FACTOR*WOP(IG) 2580 WOP_SCALED(IG,2) = FACTOR*WOP(IOFFY+IG) 2605 WRITE (IUNIT,1100) IG,K,KS,L,LS,WOP(IG),WOP(IOFFY+IG), 2661 DIMENSION WOP(*), MJWOP(2,MAXWOP,8) 2676 MAXX = IDAMAX(NZWOPT,WOP,1) 2677 MAXY = IDAMAX(NZWOPT,WOP(IOFFY+1),1) 2688 IF (ABS(WOP(IG)) .GT. THPWOP .OR. 2689 & ABS(WOP(IOFFY+IG)) .GT. THPWOP) THEN [all …]
|
H A D | rspe2c.F | 6455 SUBROUTINE RSPPMO (WOP,IOFFY,CMO2,IPRINT,LUPRI) 6468 DIMENSION WOP(*) 6489 WOP1 = WOP(IG) 6490 WOP2 = WOP(IOFFY+IG) 6521 SUBROUTINE RSPMO2 (WOP,NDIM2,NDIM1,CMO,LUPRI,WRK,LWRK) 6529 DIMENSION WOP(*),CMO(*),WRK(*) 6592 WRITE(LUPRI,*) I, WOP(I) 6597 WRITE(LUPRI,*) I, WOP(I) 6602 WRITE(LUPRI,*) I, WOP(I+NDIM1) 6609 WRK(KWOPXY+I-1) = WOP(I) - WOP(I+NDIM1)
|
/dports/graphics/py-pyvips/pyvips-2.1.16/pyvips/ |
H A D | enums.py | 370 WOP = 'wop' variable in OperationMath2
|
/dports/archivers/7-zip/7-zip-21.07/Asm/x86/ |
H A D | AesOpt.asm | 116 WOP macro op, op2 macro
|
/dports/games/worldofpadman/wop/ |
H A D | server-bigballoon.cfg | 56 // the client will append both fs_game (WOP in our case) and the filename to the end of this value.
|
H A D | server-lastpadstanding.cfg | 55 // the client will append both fs_game (WOP in our case) and the filename to the end of this value.
|
H A D | server-wop_padpack.cfg | 57 // the client will append both fs_game (WOP in our case) and the filename to the end of this value.
|
H A D | server-sprayyourcolour.cfg | 56 // the client will append both fs_game (WOP in our case) and the filename to the end of this value.
|
H A D | server-allgametypes.cfg | 57 // the client will append both fs_game (WOP in our case) and the filename to the end of this value.
|
/dports/devel/sdl12/SDL-1.2.15/ |
H A D | README.QNX | 48 2. A4Tech Optical GreatEye WheelMouse PS/2, model: WOP-35. (2 wheels
|
/dports/devel/py-datadog/datadog-0.42.0/tests/integration/api/cassettes/ |
H A D | TestDatadog.test_monitor_can_delete.yaml | 30 bHkteLPr+B3n8sp/AyudC/WOP+wOXcvx2VohUrnehLUPx06Iio7aG1e0eNuPAVfX0wypH78anbUJ
|
/dports/games/qstat/qstat-2.17/ |
H A D | qstat.cfg.sample | 371 template var = WOP
|
/dports/games/xqf/xqf-xqf-1.0.6.2/src/ |
H A D | qstat.cfg | 395 template var = WOP
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/bayesian-methods/ |
H A D | sgld.ipynb | 174 …x/Bl4z5UEter2Ne4ng+Xv+D\nSyEgIGDUqztEBKUlfbKt/EP0Sp8scZOsMTbWeYNEPlglvQb3N+WOP+/aGsiw0Gv7srFkUIcvd…
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/bayesian-methods/ |
H A D | sgld.ipynb | 174 …x/Bl4z5UEter2Ne4ng+Xv+D\nSyEgIGDUqztEBKUlfbKt/EP0Sp8scZOsMTbWeYNEPlglvQb3N+WOP+/aGsiw0Gv7srFkUIcvd…
|