Home
last modified time | relevance | path

Searched refs:Strike (Results 1 – 25 of 2210) sorted by relevance

12345678910>>...89

/dports/science/py-obspy/obspy-1.2.2/obspy/io/focmec/tests/data/
H A Dfocmec_8sta-noratios.lst37 Dip,Strike,Rake 10.00 250.00 -90.00
44 Dip,Strike,Rake 5.00 250.00 -90.00
51 Dip,Strike,Rake 10.00 255.00 -90.00
58 Dip,Strike,Rake 5.00 255.00 -90.00
65 Dip,Strike,Rake 10.00 260.00 -90.00
72 Dip,Strike,Rake 5.00 260.00 -90.00
79 Dip,Strike,Rake 10.00 265.00 -90.00
86 Dip,Strike,Rake 7.07 299.89 -44.89
93 Dip,Strike,Rake 11.17 286.30 -63.26
100 Dip,Strike,Rake 7.07 304.89 -44.89
[all …]
H A Dfocmec_qedUWne.lst214 Dip,Strike,Rake 58.68 308.43 16.48
215 Dip,Strike,Rake 75.97 209.69 147.60 Auxiliary Plane
227 Dip,Strike,Rake 60.22 313.96 19.30
228 Dip,Strike,Rake 73.33 214.09 148.77 Auxiliary Plane
240 Dip,Strike,Rake 61.98 319.30 21.88
241 Dip,Strike,Rake 70.79 218.62 150.16 Auxiliary Plane
253 Dip,Strike,Rake 57.39 311.52 13.47
254 Dip,Strike,Rake 78.69 214.16 146.66 Auxiliary Plane
266 Dip,Strike,Rake 58.68 317.21 16.48
267 Dip,Strike,Rake 75.97 218.47 147.60 Auxiliary Plane
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/users-contrib-symbols/geology/
H A DGeology.rst45 …| Strike, dip direction and dip of beds | geo-plane | Strike, Dip…
49 …| Strike of vertical beds | geo-plane_vert | Strike
51 …| Strike, dip direction and dip of overturned beds | geo-plane_inv | Strike, Dip…
53 …| Strike, dip direction and dip of bed with rake of lineation | geo-plane_rake | Strike, Dip…
55 …| Strike and dip direction of gently dipping beds | geo-plane_gentle | Strike
57 …| Strike and dip direction of moderately dipping beds | geo-plane_medium | Strike
59 …| Strike and dip direction of steeply dipping beds | geo-plane_steep | Strike
61 …| Strike, dip direction and dip of crenulated or undulated beds | geo-plane_und | Strike, Dip…
63 …| Strike, dip direction and dip of foliation | geo-foliation | Strike, Dip…
67 …| Strike of vertical foliation | geo-foliation_vert | Strike
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkStrikeCache.h45 class Strike final : public SkRefCnt, public SkStrikeForGPU {
47 Strike(SkStrikeCache* strikeCache, in Strike() function
140 Strike* fNext{nullptr};
141 Strike* fPrev{nullptr};
152 sk_sp<Strike> createStrike(
158 sk_sp<Strike> findOrCreateStrike(
190 sk_sp<Strike> internalCreateStrike(
197 void internalRemoveStrike(Strike* strike) SK_REQUIRES(fLock);
211 Strike* fHead SK_GUARDED_BY(fLock) {nullptr}; in SK_GUARDED_BY()
212 Strike* fTail SK_GUARDED_BY(fLock) {nullptr}; in SK_GUARDED_BY()
[all …]
H A DSkStrikeCache.cpp38 sk_sp<Strike> strike = this->internalFindStrikeOrNull(desc); in findOrCreateStrike()
66 auto visitor = [&counter](const Strike& strike) { in Dump()
95 auto visitor = [&dump](const Strike& strike) { in DumpMemoryStatistics()
135 sk_sp<Strike>* strikeHandle = fStrikeLookup.find(desc); in internalFindStrikeOrNull()
137 Strike* strikePtr = strikeHandle->get(); in internalFindStrikeOrNull()
277 Strike* strike = fTail; in internalPurge()
279 Strike* prev = strike->fPrev; in internalPurge()
304 Strike* strikePtr = strike.get(); in internalAttachToHead()
323 void SkStrikeCache::internalRemoveStrike(Strike* strike) { in internalRemoveStrike()
349 const Strike* strike = fHead; in validate()
[all …]
/dports/games/openlierox/OpenLieroX/share/gamedir/cfg/presets/Cruel Weapons 0.96/
H A DStandard 100lt.wps86 Boulder Strike,2
102 Chiquita Strike,2
107 Comet Strike,2
130 Flame Mine Strike,2
138 Frost Mine Strike,2
142 Fruit Mine Strike,2
143 Fruit Strike,2
151 Giblet Strike,2
200 Mine Strike,2
229 Scimitar Strike,2
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkStrikeCache.h45 class Strike final : public SkRefCnt, public SkStrikeForGPU {
47 Strike(SkStrikeCache* strikeCache, in Strike() function
140 Strike* fNext{nullptr};
141 Strike* fPrev{nullptr};
152 sk_sp<Strike> createStrike(
158 sk_sp<Strike> findOrCreateStrike(
190 sk_sp<Strike> internalCreateStrike(
197 void internalRemoveStrike(Strike* strike) SK_REQUIRES(fLock);
211 Strike* fHead SK_GUARDED_BY(fLock) {nullptr}; in SK_GUARDED_BY()
212 Strike* fTail SK_GUARDED_BY(fLock) {nullptr}; in SK_GUARDED_BY()
[all …]
H A DSkStrikeCache.cpp38 sk_sp<Strike> strike = this->internalFindStrikeOrNull(desc); in findOrCreateStrike()
66 auto visitor = [&counter](const Strike& strike) { in Dump()
95 auto visitor = [&dump](const Strike& strike) { in DumpMemoryStatistics()
135 sk_sp<Strike>* strikeHandle = fStrikeLookup.find(desc); in internalFindStrikeOrNull()
137 Strike* strikePtr = strikeHandle->get(); in internalFindStrikeOrNull()
277 Strike* strike = fTail; in internalPurge()
279 Strike* prev = strike->fPrev; in internalPurge()
304 Strike* strikePtr = strike.get(); in internalAttachToHead()
323 void SkStrikeCache::internalRemoveStrike(Strike* strike) { in internalRemoveStrike()
349 const Strike* strike = fHead; in validate()
[all …]
/dports/graphics/gmt/gmt-6.3.0/test/psxy/
H A Dstruct_geo.sh70Strike and dip of beds. 2 - Horizontal beds. 3 - Strike of vertical beds. 4 - Strike and dip of ov…
/dports/math/octave-forge-financial/financial-0.5.3/inst/
H A Dblsimpv.m28 ## Variable: @var{Strike} The strike price the option is written on.
57 function Volatility = blsimpv (Price, Strike, Rate, Time, Value, ...
66 res_size_row = max ([rows(Price) rows(Strike) rows(Rate) rows(Time) ...
69 res_size_col = max ([columns(Price) columns(Strike) columns(Rate) ...
76 Strike = resize_scalar (res_size, Strike, "STRIKE"); variable
151 function [C, v] = blscall (Price, Strike, Rate, Time, x, Yield)
152 C = blsprice (Price, Strike, Rate, Time, x, Yield);
153 v = blsvega (Price, Strike, Rate, Time, x, Yield);
156 function [P, v] = blsput (Price, Strike, Rate, Time, x, Yield)
157 [~, P] = blsprice (Price, Strike, Rate, Time, x, Yield);
[all …]
H A Dblsprice.m17 ## @deftypefn {Function File} {[@var{Call}, @var{Put}] =} blsprice (@var{Price}, @var{Strike}, @va…
18 ## @deftypefnx {Function File} {[@var{Call}, @var{Put}] =} blsprice (@var{Price}, @var{Strike}, @va…
25 ## Variable: @var{Strike} The strike price the option is written on.
43 function [Call, Put] = blsprice (Price, Strike, Rate, Time, Volatility, ...
50 blscheck ("blsprice", Price, Strike, Rate, Time, Volatility, Yield);
54 d1 = 1 ./ sigma_sqrtT .* (log (Price ./ Strike) + (Rate - Yield + ...
63 Call = disc .* (F .* phi1 - Strike .* phi2 );
64 Put = disc .* (Strike .* (1 - phi2) + F .* (phi1 - 1));
H A Dblsrho.m17 ## @deftypefn {Function File} {[@var{CallRho}, @var{PutRho}] =} blsrho (@var{Price}, @var{Strike},…
18 ## @deftypefnx {Function File} {[@var{CallRho}, @var{PutRho}] =} blsrho (@var{Price}, @var{Strike},…
25 ## Variable: @var{Strike} The strike price the option is written on.
43 function [CallRho, PutRho] = blsrho (Price, Strike, Rate, Time, Volatility, ...
50 blscheck ("blsrho", Price, Strike, Rate, Time, Volatility, Yield);
52 d2 = 1 ./ (Volatility .* sqrt (Time)) .* (log (Price ./ Strike) + ...
56 common = Strike .* Time .* exp (-Rate .* Time);
H A Dblstheta.m17 … File} {[@var{CallTheta}, @var{PutTheta}] =} blstheta (@var{Price}, @var{Strike}, @var{Rate}, @var…
18 … File} {[@var{CallTheta}, @var{PutTheta}] =} blstheta (@var{Price}, @var{Strike}, @var{Rate}, @var…
25 ## Variable: @var{Strike} The strike price the option is written on.
43 function [CallTheta, PutTheta] = blstheta (Price, Strike, Rate, Time, ...
50 blscheck ("blstheta", Price, Strike, Rate, Time, Volatility, Yield);
55 d1 = 1 ./ sigma_sqrtT .* (log (Price ./ Strike) + (Rate - Yield + Volatility.^2 / 2) .* Time);
63 t1 = Rate .* Strike .* exp (-Rate .* Time);
H A Dblkimpv.m17 ## @deftypefn {Function File} {@var{Volatility} =} blkimpv (@var{Price}, @var{Strike}, @var{Rate},…
18 ## @deftypefnx {Function File} {@var{Volatility} =} blkimpv (@var{Price}, @var{Strike}, @var{Rate},…
19 ## @deftypefnx {Function File} {@var{Volatility} =} blkimpv (@var{Price}, @var{Strike}, @var{Rate},…
20 ## @deftypefnx {Function File} {@var{Volatility} =} blkimpv (@var{Price}, @var{Strike}, @var{Rate},…
28 ## Variable: @var{Strike} Exercise price of the futures option.
54 function Volatility = blkimpv (Price, Strike, Rate, Time, Value, ...
60 Volatility = blsimpv (Price .* exp (-Rate .* Time), Strike, Rate, Time, ...
H A Dblsvega.m17 ## @deftypefn {Function File} {@var{Vega} =} blsvega (@var{Price}, @var{Strike}, @var{Rate}, @var{…
18 ## @deftypefnx {Function File} {@var{Vega} =} blsvega (@var{Price}, @var{Strike}, @var{Rate}, @var{…
25 ## Variable: @var{Strike} The strike price the option is written on.
42 function Vega = blsvega (Price, Strike, Rate, Time, Volatility, Yield = 0)
48 blscheck ("blsvega", Price, Strike, Rate, Time, Volatility, Yield);
51 d1 = 1 ./ (Volatility .* sqrtT) .* (log (Price ./ Strike) + ...
H A Dblsdelta.m17 … File} {[@var{CallDelta}, @var{PutDelta}] =} blsdelta (@var{Price}, @var{Strike}, @var{Rate}, @var…
18 … File} {[@var{CallDelta}, @var{PutDelta}] =} blsdelta (@var{Price}, @var{Strike}, @var{Rate}, @var…
26 ## Variable: @var{Strike} The strike price the option is written on.
42 function [CallDelta, PutDelta] = blsdelta (Price, Strike, Rate, Time, ...
49 blscheck ("blsdelta", Price, Strike, Rate, Time, Volatility, Yield);
51 d1 = 1 ./ (Volatility .* sqrt (Time)) .* (log (Price ./ Strike) + ...
H A Dblsgamma.m17 ## @deftypefn {Function File} {@var{Gamma} =} blsgamma (@var{Price}, @var{Strike}, @var{Rate}, @va…
18 ## @deftypefnx {Function File} {@var{Gamma} =} blsgamma (@var{Price}, @var{Strike}, @var{Rate}, @va…
25 ## Variable: @var{Strike} The strike price the option is written on.
43 function Gamma = blsgamma (Price, Strike, Rate, Time, Volatility, Yield = 0)
49 blscheck ("blsgamma", Price, Strike, Rate, Time, Volatility, Yield);
52 d1 = 1 ./ sigma_sqrtT .* (log (Price ./ Strike) + (Rate - Yield + ...
H A Dbinprice.m17 …e} {[@var{AssetPrice}, @var{OptionValue}] =} binprice (@var{Price}, @var{Strike}, @var{Rate}, @var…
18 …e} {[@var{AssetPrice}, @var{OptionValue}] =} binprice (@var{Price}, @var{Strike}, @var{Rate}, @var…
19 …e} {[@var{AssetPrice}, @var{OptionValue}] =} binprice (@var{Price}, @var{Strike}, @var{Rate}, @var…
26 ## Variable: @var{Strike} The strike price the option is written on.
69 function [AssetPrice, OptionValue] = binprice (Price, Strike, Rate, Time, ...
80 elseif (! isscalar (Price) || ! isscalar (Strike) || ! isscalar (Rate) || ...
86 elseif (! isreal (Strike) || Strike < 0)
126 OptionValue(:, N) = max (opt * (AssetPrice(:, N) - Strike), 0);
133 OptionValue(1:n, n) = max (HoldValue, opt * (AssetPrice(1:n, n) - Strike));
H A Dblslambda.m17 ## @deftypefn {Function File} {[@var{CallEl}, @var{PutEl}] =} blslambda (@var{Price}, @var{Strike}…
18 ## @deftypefnx {Function File} {[@var{CallEl}, @var{PutEl}] =} blslambda (@var{Price}, @var{Strike}…
25 ## Variable: @var{Strike} The strike price the option is written on.
52 function [CallEl, PutEl] = blslambda (Price, Strike, Rate, Time, ...
59 blscheck ("blslambda", Price, Strike, Rate, Time, Volatility, Yield);
61 [Call, Put] = blsprice (Price, Strike, Rate, Time, Volatility, Yield);
62 [CallDelta, PutDelta] = blsdelta (Price, Strike, Rate, Time, Volatility, ...
/dports/graphics/gmt/gmt-6.3.0/test/seis/
H A Dseis_07.sh24 echo 1.0 1.0 0.0 0 90 0 5 0 0 Strike slip | gmt psmeca -Sa${size} -L1 -Gblack -R-1/6/-1/2 -JM14c …
26 echo 1.0 0.0 0.0 45 90 180 5 0 0 Strike slip 45 deg | gmt psmeca -Sa${size} -L1 -Gblack -R -J -K -…
55 echo 1.0 1.0 0.0 90 90 180 0 90 0 4 23 0 0 Right Strike Slip | gmt psmeca -Sc${size} -L1 -Gbla…
57 echo 1.0 0.0 0.0 45 90 180 135 90 0 4 23 0 0 Strike slip 45 deg | gmt psmeca -Sc${size} -L1 -Gbl…
82 echo 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 23 0 0 Strike slip | gmt psmeca -Sm${size} -L1 -Gbla…
84 echo 1.0 0.0 0.0 0.0 1.0 -1.0 0.0 0.0 0.0 23 0 0 Strike slip 45 deg | gmt psmeca -Sm${size} -L…
/dports/math/octave-forge-financial/financial-0.5.3/inst/private/
H A Dblscheck.m18 ## @deftypefn {Function File} {[@var{Call}, @var{Put}] =} blscheck (@var{Price}, @var{Strike}, @va…
19 ## @deftypefnx {Function File} {[@var{Call}, @var{Put}] =} blscheck (@var{Price}, @var{Strike}, @va…
28 ## Variable: @var{Strike} The strike price the option is written on.
41 ## same size matrix. @var{Price}, @var{Strike}, @var{Time}, @var{Volatility}
47 function blscheck (Parent, Price, Strike, Rate, Time, Volatility, Yield = 0)
49 ## FIXME: Error on negative Price, Strike, Time, Volatility, Yield
51 inputs = {Price, Strike, Rate, Time, Volatility, Yield};
/dports/games/openlierox/OpenLieroX/share/gamedir/cfg/presets/MW 1.0/
H A DStandard 100lt.wps11 Toxic Strike,2
162 Gas Strike,0
165 Grenade Strike,0
174 Mine Strike,0
179 Napalm Strike,0
218 Tetris Strike,1
256 Missile Strike,1
/dports/games/pcgen/pcgen/data/3e/fantasy_flight_games/midnight_campaign/campaign_setting/
H A Dmidnight_feats_hidden.lst16 Debilitating Strike CATEGORY:Special Ability TYPE:Special.DefenderAbility SAB:Debilitating Strike
18 Devastating Strike CATEGORY:Special Ability TYPE:Special.DefenderAbility SAB:Devastating Strike SO…
25 Rapid Strike CATEGORY:Special Ability TYPE:Special.DefenderAbility SAB:Rapid Strike SOURCEPAGE:p…
26 Retaliatory Strike CATEGORY:Special Ability TYPE:Special.DefenderAbility SAB:Retaliatory Strike SO…
27 Strike and Hold CATEGORY:Special Ability TYPE:Special.DefenderAbility SAB:Strike and Hold SOURCEP…
/dports/games/pcgen/pcgen/data/35e/reality_deviant/critical_feats/
H A Dcritical_feats_feats.lst9 …General.Fighter.Critical.CriticalDC PREABILITY:4,CATEGORY=FEAT,Crippling Strike,Combat Expertise,I…
12 …ITY:5,CATEGORY=FEAT,Combat Expertise,First Blood,Improved Unarmed Strike,Mighty Strike,Power Attac…
13 Channelling Strike CATEGORY:FEAT TYPE:General.Fighter.Divine PREABILITY:2,CATEGORY=FEAT,Turn Un…
18 Epic Strike CATEGORY:FEAT TYPE:General.Fighter.Critical.Epic PREPC…
21 Flat-Footed Strike CATEGORY:FEAT TYPE:General.Fighter.Critical PREABILITY:1,CATEGORY=FEAT,Comba…
25 …General.Fighter.Critical.CriticalDC PREABILITY:4,CATEGORY=FEAT,Crippling Strike,Combat Expertise,I…
26 Improved Channelling Strike CATEGORY:FEAT TYPE:General.Fighter.Divine PREABILITY:4,CATEGORY=FEAT…
31 …EAT TYPE:General.Fighter PREABILITY:1,CATEGORY=FEAT,Improved Unarmed Strike
33 Mighty Strike CATEGORY:FEAT TYPE:General.Fighter PREABILITY:2,CATEGORY=FEAT,Improved Unarmed
37 …ical PREABILITY:1,CATEGORY=Special Ability,Ki Strike PREABILITY:2,CATEGORY=FEAT,Improved Unarmed…
[all …]
/dports/games/pcgen/pcgen/data/3e/alderac_entertainment_group/war/
H A Dwar_abilities_class.lst40 Coordinated Strike KEY:Coordinated Strike ~ Footman CATEGORY:Special Ability TYPE:SpecialQuali…
46 Strike and Fade KEY:Strike and Fade ~ Gutter Fighter CATEGORY:Special Ability TYPE:SpecialQual…
48 Hobbling Strike KEY:Hobbling Strike ~ Gutter Fighter CATEGORY:Special Ability TYPE:SpecialQual…
49 Agonizing Strike KEY:Agonizing Strike ~ Gutter Fighter CATEGORY:Special Ability TYPE:SpecialQu…
83 Humiliating Strike KEY:Humiliating Strike ~ Rake CATEGORY:Special Ability TYPE:SpecialQuality
101 Retributive Strike KEY:Retributive Strike ~ Shieldbearer CATEGORY:Special Ability TYPE:SpecialQ…
108 Disruptive Strike KEY:Disruptive Strike ~ Spellbreaker CATEGORY:Special Ability TYPE:SpecialQu…
111 Shattering Strike KEY:Shattering Strike ~ Spellbreaker CATEGORY:Special Ability TYPE:SpecialQu…

12345678910>>...89