Home
last modified time | relevance | path

Searched refs:GetNatural (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/utils/deriveConstants/
H A DMain.hs149 | GetNatural Name (f CExpr Integer)
169 constantNatural w name expr = [(w, GetNatural name (Fst (CExpr expr)))]
762 doWanted (GetNatural name (Fst (CExpr cExpr)))
846 lookupResult m (w, GetNatural name _)
888 doWhat (GetNatural name _) = [" pc_" ++ name ++ " :: Integer"]
905 doWhat (GetNatural name (Snd v)) = [" pc_" ++ name ++ " = " ++ show v]
922 doWhat (GetNatural name _) = [haskellise name ++ " :: DynFlags -> Integer",
939 doWhat (GetNatural name _) = [" " ++ haskellise name ++ ","]
955 doWhat (GetNatural name (Snd v)) = "#define " ++ name ++ " " ++ show v
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DCombatInfo.h37 int GetNatural() const { return natural; }; in GetNatural() function
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/CREImporter/
H A DCREImporter.cpp2407 tmpWord = actor->AC.GetNatural(); in PutHeader()
2412 tmpWord = actor->AC.GetNatural(); in PutHeader()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/FXOpcodes/
H A DFXOpcodes.cpp1009 if (target->AC.GetNatural() > (signed) fx->Parameter1) { in fx_ac_vs_damage_type_modifier()
1016 target->AC.SetDeflectionBonus((signed) fx->Parameter1 - target->AC.GetNatural()); in fx_ac_vs_damage_type_modifier()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/GUIScript/
H A DGUIScript.cpp12610 PyDict_SetItemString(ac, "Natural", PyInt_FromLong (actor->AC.GetNatural()));