Home
last modified time | relevance | path

Searched defs:fx (Results 1 – 25 of 3609) sorted by relevance

12345678910>>...145

/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/tinytest/
H A Dtest_rcpparmadillo.R26 fx <- wrap_ globalVar
52 fx <- wrapOp_ globalVar
58 fx <- asMat_ globalVar
66 fx <- asCol_ globalVar
72 fx <- asRow_ globalVar
78 fx <- cxMat_ globalVar
82 fx <- mtOp_ globalVar
86 fx <- mtGlue_ globalVar
90 fx <- sugar_ globalVar
140 fx <- mat_ref globalVar
[all …]
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/
H A Dtest_sugar.R217 fx <- runit_exp globalVar
231 fx <- runit_ceil globalVar
238 fx <- runit_pow globalVar
256 fx <- runit_isna globalVar
320 fx <- runit_plus globalVar
335 fx <- runit_pmin globalVar
345 fx <- runit_pmax globalVar
459 fx <- runit_rep globalVar
468 fx <- runit_rev globalVar
492 fx <- runit_row globalVar
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/FXOpcodes/
H A DFXOpcodes.cpp964 inline void HandlePercentageDamage(Effect *fx, Actor *target) { in HandlePercentageDamage()
1358 int fx_damage (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_damage()
1393 int fx_death (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_death()
2160 int fx_sparkle (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_sparkle()
2239 static int power_word_stun_iwd2(Actor *target, Effect *fx) in power_word_stun_iwd2()
3488 int fx_turn_undead (Scriptable* Owner, Actor* target, Effect* fx) in fx_turn_undead()
3861 int fx_knock (Scriptable* Owner, Actor* /*target*/, Effect* fx) in fx_knock()
4525 int fx_cast_spell (Scriptable* Owner, Actor* target, Effect* fx) in fx_cast_spell()
5735 int fx_maze (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_maze()
6578 int fx_farsee (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_farsee()
[all …]
/dports/devel/agar/agar-1.5.0/gui/
H A Dfixed.c34 AG_Fixed *fx; in AG_FixedNew() local
50 AG_Fixed *fx = obj; in Init() local
58 AG_FixedSizeHint(AG_Fixed *fx, int w, int h) in AG_FixedSizeHint()
69 AG_Fixed *fx = obj; in SizeRequest() local
78 AG_Fixed *fx = obj; in SizeAllocate() local
99 AG_Fixed *fx = obj; in Draw() local
118 UpdateWindow(AG_Fixed *fx) in UpdateWindow()
125 AG_FixedPut(AG_Fixed *fx, void *p, int x, int y) in AG_FixedPut()
149 AG_FixedMove(AG_Fixed *fx, void *p, int x, int y) in AG_FixedMove()
172 AG_FixedSize(AG_Fixed *fx, void *p, int w, int h) in AG_FixedSize()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/IWDOpcodes/
H A DIWDOpcodes.cpp791 int fx_cold_damage (Scriptable* Owner, Actor* target, Effect* fx) in fx_cold_damage()
803 int fx_chill_touch (Scriptable* Owner, Actor* target, Effect* fx) in fx_chill_touch()
989 int fx_prayer (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_prayer()
1014 int fx_curse (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_curse()
1168 int fx_lich_touch (Scriptable* Owner, Actor* target, Effect* fx) in fx_lich_touch()
1797 int fx_soul_eater (Scriptable* Owner, Actor* target, Effect* fx) in fx_soul_eater()
2335 int fx_harpy_wail (Scriptable* Owner, Actor* target, Effect* fx) in fx_harpy_wail()
2585 int fx_nausea (Scriptable* Owner, Actor* target, Effect* fx) in fx_nausea()
3092 int fx_aegis (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_aegis()
3254 int fx_blink (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_blink()
[all …]
/dports/lang/gjs/gjs-1.70.0/test/
H A Dgjs-test-rooting.cpp29 #define PARENT(fx) ((GjsUnitTestFixture *)fx) argument
61 test_obj_new(GjsRootingFixture *fx) in test_obj_new()
79 setup(GjsRootingFixture *fx, in setup()
87 teardown(GjsRootingFixture *fx, in teardown()
94 wait_for_gc(GjsRootingFixture *fx) in wait_for_gc()
137 GjsRootingFixture* fx, const void*) { in test_maybe_owned_rooted_is_collected_after_reset()
154 GjsRootingFixture* fx, const void*) { in test_maybe_owned_weak_pointer_is_collected_by_gc()
168 GjsRootingFixture* fx, const void*) { in test_maybe_owned_heap_rooted_keeps_alive_across_gc()
181 GjsRootingFixture* fx, const void*) { in test_maybe_owned_switching_mode_keeps_same_value()
200 GjsRootingFixture* fx, const void*) { in test_maybe_owned_switch_to_rooted_prevents_collection()
[all …]
H A Dgjs-test-jsapi-utils.cpp34 static void setup(Fixture* fx, const void*) { in setup() argument
41 static void teardown(Fixture* fx, const void*) { in teardown()
60 static void test_gjs_autopointer_ctor_basic(Fixture* fx, const void*) { in test_gjs_autopointer_ctor_basic()
89 static void test_gjs_autopointer_dtor(Fixture* fx, const void*) { in test_gjs_autopointer_dtor()
214 static void test_gjs_autopointer_assign_operator_object(Fixture* fx, in test_gjs_autopointer_assign_operator_object()
297 static void test_gjs_autopointer_assign_operator_arrow(Fixture* fx, in test_gjs_autopointer_assign_operator_arrow()
316 static void test_gjs_autopointer_assign_operator_bool(Fixture* fx, in test_gjs_autopointer_assign_operator_bool()
339 static void test_gjs_autopointer_get(Fixture* fx, const void*) { in test_gjs_autopointer_get()
345 static void test_gjs_autopointer_out(Fixture* fx, const void*) { in test_gjs_autopointer_out()
351 static void test_gjs_autopointer_release(Fixture* fx, const void*) { in test_gjs_autopointer_release()
[all …]
/dports/lang/cjs/cjs-4.8.2/test/
H A Dgjs-test-rooting.cpp25 #define PARENT(fx) ((GjsUnitTestFixture *)fx) argument
57 test_obj_new(GjsRootingFixture *fx) in test_obj_new()
75 setup(GjsRootingFixture *fx, in setup()
83 teardown(GjsRootingFixture *fx, in teardown()
90 wait_for_gc(GjsRootingFixture *fx) in wait_for_gc()
133 GjsRootingFixture* fx, const void*) { in test_maybe_owned_rooted_is_collected_after_reset()
150 GjsRootingFixture* fx, const void*) { in test_maybe_owned_weak_pointer_is_collected_by_gc()
164 GjsRootingFixture* fx, const void*) { in test_maybe_owned_heap_rooted_keeps_alive_across_gc()
177 GjsRootingFixture* fx, const void*) { in test_maybe_owned_switching_mode_keeps_same_value()
196 GjsRootingFixture* fx, const void*) { in test_maybe_owned_switch_to_rooted_prevents_collection()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/TargetFinding.ocd/
H A DScript.c9 public func FindTarget(effect fx) in FindTarget()
23 public func FindEmergencyTarget(effect fx) in FindEmergencyTarget()
38 public func CheckTargetInGuardRange(effect fx) in CheckTargetInGuardRange()
53 public func HasWeaponForTarget(effect fx, object target) in HasWeaponForTarget()
67 public func IsWeaponForTarget(effect fx, object weapon, object target) in IsWeaponForTarget()
94 public func IsVehicleForTarget(effect fx, object vehicle, object target) in IsVehicleForTarget()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Vehicles.ocd/
H A DScript.c46 public func ExecuteVehicle(effect fx) in ExecuteVehicle()
69 public func CheckVehicleAmmo(effect fx, object vehicle) in CheckVehicleAmmo()
94 public func ExecuteCatapult(effect fx) in ExecuteCatapult()
156 public func CheckCatapultAmmo(effect fx, object vehicle) in CheckCatapultAmmo()
165 public func ExecuteAirship(effect fx) in ExecuteAirship()
243 public func GetAirshipBoardingPoint(effect fx) in GetAirshipBoardingPoint()
298 public func PromoteNewAirshipCaptain(effect fx) in PromoteNewAirshipCaptain()
322 public func GetCommanderCrew(effect fx) in GetCommanderCrew()
334 public func ExecuteAirplane(effect fx) in ExecuteAirplane()
352 public func ExecuteAirplaneCarpetBomber(effect fx) in ExecuteAirplaneCarpetBomber()
[all …]
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/bindings/
H A Dfluid_ladspa.c178 fluid_ladspa_fx_t *fx; in new_fluid_ladspa_fx() local
232 void delete_fluid_ladspa_fx(fluid_ladspa_fx_t *fx) in delete_fluid_ladspa_fx()
370 int fluid_ladspa_is_active(fluid_ladspa_fx_t *fx) in fluid_ladspa_is_active()
389 int fluid_ladspa_activate(fluid_ladspa_fx_t *fx) in fluid_ladspa_activate()
437 int fluid_ladspa_deactivate(fluid_ladspa_fx_t *fx) in fluid_ladspa_deactivate()
486 int fluid_ladspa_reset(fluid_ladspa_fx_t *fx) in fluid_ladspa_reset()
659 static void clear_ladspa(fluid_ladspa_fx_t *fx) in clear_ladspa()
1809 int fluid_ladspa_is_active(fluid_ladspa_fx_t *fx) in fluid_ladspa_is_active()
1814 int fluid_ladspa_activate(fluid_ladspa_fx_t *fx) in fluid_ladspa_activate()
1819 int fluid_ladspa_deactivate(fluid_ladspa_fx_t *fx) in fluid_ladspa_deactivate()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Movement.ocd/
H A DScript.c71 public func ExecuteStand(effect fx) in ExecuteStand()
123 public func ExecuteEvade(effect fx, int threat_dx, int threat_dy) in ExecuteEvade()
141 public func ExecuteJump(effect fx) in ExecuteJump()
154 public func ExecuteIdle(effect fx) in ExecuteIdle()
169 public func ExecuteAttackPath(effect fx) in ExecuteAttackPath()
225 public func AdvanceAttackPath(effect fx) in AdvanceAttackPath()
244 public func ExecuteLookAtTarget(effect fx) in ExecuteLookAtTarget()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/PSTOpcodes/
H A DPSTOpcodes.cpp102 int fx_retreat_from (Scriptable* Owner, Actor* target, Effect* fx) in fx_retreat_from()
133 int fx_set_status (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_set_status()
340 int fx_transfer_hp (Scriptable* Owner, Actor* target, Effect* fx) in fx_transfer_hp()
436 int fx_special_effect (Scriptable* Owner, Actor* target, Effect* fx) in fx_special_effect()
570 static inline void ConvertTiming(Effect *fx, int Duration) in ConvertTiming()
580 int fx_overlay (Scriptable* Owner, Actor* target, Effect* fx) in fx_overlay()
836 int fx_bless (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_bless()
859 int fx_curse (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_curse()
882 int fx_prayer (Scriptable* Owner, Actor* target, Effect* fx) in fx_prayer()
924 int fx_embalm (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_embalm()
[all …]
/dports/databases/plpgsql_check/plpgsql_check-2.0.6/sql/
H A Dplpgsql_check_active.sql960 create or replace function fx() function
970 create or replace function fx() function
982 create or replace function fx() function
993 create or replace function fx() function
1186 create or replace function fx() function
1202 create or replace function fx() function
1220 create or replace function fx() function
1238 create or replace function fx() function
1257 create or replace function fx() function
1274 create or replace function fx() function
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Defense.ocf/Windmill.ocs/CustomAI.ocd/
H A DScript.c13 public func FindTarget(effect fx, bool parent) in FindTarget()
20 private func FindInventoryWeapon(effect fx) in FindInventoryWeapon()
43 public func Execute(effect fx, int time) in Execute()
65 private func ExecuteVehicle(effect fx) in ExecuteVehicle()
76 private func ExecutePilot(effect fx) in ExecutePilot()
160 func ExecuteIdle(proplist fx) in ExecuteIdle()
167 func ExecuteMelee(effect fx) in ExecuteMelee()
236 public func ExecuteProtection(fx) in ExecuteProtection() argument
252 private func ExecuteRanged(effect fx) in ExecuteRanged()
366 private func ExecuteThrow(effect fx) in ExecuteThrow()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dshader_fx.c60 ShaderFxData *fx; in BKE_shaderfx_has_gpencil() local
79 ShaderFxData *fx = MEM_callocN(fxi->struct_size, fxi->struct_name); in BKE_shaderfx_new() local
111 void BKE_shaderfx_free_ex(ShaderFxData *fx, const int flag) in BKE_shaderfx_free_ex()
131 void BKE_shaderfx_free(ShaderFxData *fx) in BKE_shaderfx_free()
137 bool BKE_shaderfx_unique_name(ListBase *shaders, ShaderFxData *fx) in BKE_shaderfx_unique_name()
147 bool BKE_shaderfx_depends_ontime(ShaderFxData *fx) in BKE_shaderfx_depends_ontime()
206 void BKE_shaderfx_copydata_ex(ShaderFxData *fx, ShaderFxData *target, const int flag) in BKE_shaderfx_copydata_ex()
225 void BKE_shaderfx_copydata(ShaderFxData *fx, ShaderFxData *target) in BKE_shaderfx_copydata()
232 ShaderFxData *fx; in BKE_shaderfx_copy() local
245 ShaderFxData *fx = ob->shader_fx.first; in BKE_shaderfx_findby_type() local
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffsignature.cpp49 FX_FLOAT fx, in OnLButtonDown()
54 FX_FLOAT fx, in OnLButtonUp()
59 FX_FLOAT fx, in OnLButtonDblClk()
64 FX_FLOAT fx, in OnMouseMove()
70 FX_FLOAT fx, in OnMouseWheel()
75 FX_FLOAT fx, in OnRButtonDown()
80 FX_FLOAT fx, in OnRButtonUp()
85 FX_FLOAT fx, in OnRButtonDblClk()
98 FWL_WidgetHit CXFA_FFSignature::OnHitTest(FX_FLOAT fx, FX_FLOAT fy) { in OnHitTest()
113 FX_BOOL CXFA_FFSignature::OnSetCursor(FX_FLOAT fx, FX_FLOAT fy) { in OnSetCursor()
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DSchedule.c16 var fx = AddEffect("IntSchedule", obj, 1, interval, obj); in Schedule() local
25 global func FxIntScheduleTimer(object obj, effect fx) in FxIntScheduleTimer()
46 var fx = AddEffect("IntScheduleCall", this, 1, interval, this); in AddTimer() local
59 var fx, index = 0; in RemoveTimer() local
80 var fx = AddEffect("IntScheduleCall", obj, 1, interval, obj); in ScheduleCall() local
90 global func FxIntScheduleCallTimer(object obj, effect fx) in FxIntScheduleCallTimer()
105 var i, fx; in ClearScheduleCall() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dfxdag.cpp59 void FxDag::removeOutputFx(TOutputFx *fx) { in removeOutputFx()
76 void FxDag::setCurrentOutputFx(TOutputFx *fx) { in setCurrentOutputFx()
91 bool FxDag::checkLoop(TFx *inputFx, TFx *fx) { in checkLoop()
116 void FxDag::addToXsheet(TFx *fx) { m_terminalFxs->addFx(fx); } in addToXsheet()
130 void FxDag::assignUniqueId(TFx *fx) { in assignUniqueId()
165 void FxDag::updateFxTypeTable(TFx *fx, int value) { in updateFxTypeTable()
176 int FxDag::getFxTypeCount(TFx *fx) { in getFxTypeCount()
224 TFx *search(const std::map<TFx *, TFx *> &table, TFx *fx) { in search() argument
264 TFx *fx = fxSet->getFx(i); in loadData() local
298 TFx *fx = fxSet->getFx(i); in loadData() local
[all …]
H A Dtcolumnfxset.cpp24 void TFxSet::addFx(TFx *fx) { in addFx()
55 bool TFxSet::removeFx(TFx *fx) { in removeFx()
58 TFx *fx = *it; in removeFx() local
86 TFx *fx = *it; in clear() local
106 if (TFx *fx = dynamic_cast<TFx *>(p)) { in loadData() local
116 static TFx *getActualFx(TFx *fx) { in getActualFx()
125 TFx *searchFx(const std::map<TFx *, TFx *> &table, TFx *fx) { in searchFx() argument
137 TFx *fx = getActualFx(it->first), *fx2 = getActualFx(it->second); in updateFxLinks() local
/dports/games/openclonk/openclonk-release-8.1-src/planet/Defense.ocf/FightForGidl.ocs/CustomAI.ocd/
H A DScript.c5 var fx = clonk->~GetAI(); in SetEnemyData() local
15 public func FindTarget(effect fx) in FindTarget()
32 private func CheckVehicleAmmo(effect fx, object catapult) in CheckVehicleAmmo()
38 private func ExecuteBomber(effect fx) in ExecuteBomber()
62 func Execute(effect fx, int time) in Execute()
78 func ExecuteIdle(effect fx) in ExecuteIdle()
196 var fx = obj.ai; in LaunchEnemy() local
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/RangedWeapons.ocd/
H A DScript.c14 private func ExecuteRanged(effect fx) in ExecuteRanged()
125 private func IsAimingOrLoading(effect fx) in IsAimingOrLoading()
133 private func HasArrows(effect fx, object weapon) in HasArrows()
145 private func HasAmmo(effect fx, object weapon) in HasAmmo()
157 private func HasBombs(effect fx, object weapon) in HasBombs()
/dports/math/R-cran-inline/inline/inst/tinytest/
H A Dtest_cxxfunction.R5 fx <- cxxfunction(signature(x = "integer", y = "numeric"), globalVar
12 fx <- cxxfunction(signature(x = "integer", y = "numeric"), globalVar
19 fx <- rcpp(signature(x = "integer", y = "numeric"), globalVar
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/Number/
H A DF2m.hs46 | fx < 0 || i < 0 = error "modF2m: negative number represent no binary polynomial" function
47 | fx == 0 = error "modF2m: cannot divide by zero polynomial" function
48 | fx == 1 = 0 function
70 | fx == 0 = error "modF2m: cannot multiply modulo zero polynomial" function
86 squareF2m fx = modF2m fx . squareF2m' function
125 invF2m fx n = if g == 1 then Just (modF2m fx u) else Nothing function
139 divF2m fx n1 n2 = mulF2m fx n1 <$> invF2m fx n2 function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/Number/
H A DF2m.hs46 | fx < 0 || i < 0 = error "modF2m: negative number represent no binary polynomial" function
47 | fx == 0 = error "modF2m: cannot divide by zero polynomial" function
48 | fx == 1 = 0 function
70 | fx == 0 = error "modF2m: cannot multiply modulo zero polynomial" function
86 squareF2m fx = modF2m fx . squareF2m' function
125 invF2m fx n = if g == 1 then Just (modF2m fx u) else Nothing function
139 divF2m fx n1 n2 = mulF2m fx n1 <$> invF2m fx n2 function

12345678910>>...145