/dports/lang/purescript/purescript-0.14.5/_cabal_deps/purescript-cst-0.4.0.0/src/Language/PureScript/CST/ |
H A D | Convert.hs | 130 ann = sourceAnnCommented fileName a b function 256 let ann = sourceQualName fileName a function 259 let ann = sourceQualName fileName a function 262 let ann = sourceAnnCommented fileName a a function 265 let ann = sourceAnnCommented fileName a a function 275 ann = sourceAnnCommented fileName a c function 282 ann = sourceAnnCommented fileName a c function 372 let ann = sourceName fileName a function 391 ann = sourceAnnCommented fileName a a function 398 ann = sourceAnnCommented fileName a c function [all …]
|
/dports/math/chuffed/chuffed-e04bedd/chuffed/flatzinc/ |
H A D | registry.cpp | 38 void Registry::post(const ConExpr& ce, AST::Node* ann) { in post() 51 ConLevel ann2icl(AST::Node* ann) { in ann2icl() 101 inline MDDOpts getMDDOpts(AST::Node* ann) in getMDDOpts() 176 void p_int_eq(const ConExpr& ce, AST::Node* ann) { in p_int_eq() 179 void p_int_ne(const ConExpr& ce, AST::Node* ann) { in p_int_ne() 182 void p_int_ge(const ConExpr& ce, AST::Node* ann) { in p_int_ge() 185 void p_int_gt(const ConExpr& ce, AST::Node* ann) { in p_int_gt() 188 void p_int_le(const ConExpr& ce, AST::Node* ann) { in p_int_le() 191 void p_int_lt(const ConExpr& ce, AST::Node* ann) { in p_int_lt() 351 void p_int_pow(const ConExpr& ce, AST::Node* ann) { in p_int_pow() [all …]
|
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Haskell/Exts/ |
H A D | Syntax.hs | 1352 ann r = case r of function 1484 ann (Unpack l) = l function 1503 ann t = case t of function 1545 ann t = case t of function 1601 ann e = case e of function 1765 ann (CCall l) = l function 1767 ann (DotNet l) = l function 1768 ann (Jvm l) = l function 1769 ann (Js l) = l function 1771 ann (CApi l) = l function [all …]
|
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/ |
H A D | Syntax.hs | 1352 ann r = case r of function 1484 ann (Unpack l) = l function 1503 ann t = case t of function 1545 ann t = case t of function 1601 ann e = case e of function 1765 ann (CCall l) = l function 1767 ann (DotNet l) = l function 1768 ann (Jvm l) = l function 1769 ann (Js l) = l function 1771 ann (CApi l) = l function [all …]
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/ |
H A D | Syntax.hs | 1352 ann r = case r of function 1484 ann (Unpack l) = l function 1503 ann t = case t of function 1545 ann t = case t of function 1601 ann e = case e of function 1765 ann (CCall l) = l function 1767 ann (DotNet l) = l function 1768 ann (Jvm l) = l function 1769 ann (Js l) = l function 1771 ann (CApi l) = l function [all …]
|
/dports/math/gecode/gecode-0916a1a/gecode/flatzinc/ |
H A D | registry.cpp | 102 AST::Node* ann) { in p_int_CMP() 198 AST::Node* ann) { in p_int_lin_CMP() 326 AST::Node* ann) { in p_bool_lin_CMP() 501 AST::Node* ann) { in p_bool_CMP() 621 AST::Node* ann) in p_array_bool_or_imp() 916 AST::Node* ann) { in p_array_bool_lt() 923 AST::Node* ann) { in p_array_bool_lq() 1298 AST::Node* ann) { in p_cumulative_opt() 1309 AST::Node* ann) { in p_cumulatives() 1406 AST::Node* ann) { in p_among_seq_int() [all …]
|
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/CoreFn/ |
H A D | ToJSON.hs | 151 exprToJSON (Var ann i) = object [ T.pack "type" .= toJSON "Var" function 155 exprToJSON (Literal ann l) = object [ T.pack "type" .= "Literal" function 159 exprToJSON (Constructor ann d c is) = object [ T.pack "type" .= "Constructor" function 165 exprToJSON (Accessor ann f r) = object [ T.pack "type" .= "Accessor" function 170 exprToJSON (ObjectUpdate ann r fs) = object [ T.pack "type" .= "ObjectUpdate" function 175 exprToJSON (Abs ann p b) = object [ T.pack "type" .= "Abs" function 180 exprToJSON (App ann f x) = object [ T.pack "type" .= "App" function 185 exprToJSON (Case ann ss cs) = object [ T.pack "type" .= "Case" function 192 exprToJSON (Let ann bs e) = object [ T.pack "type" .= "Let" function 211 binderToJSON (VarBinder ann v) = object [ T.pack "binderType" .= "VarBinder" function [all …]
|
/dports/math/fann/FANN-2.2.0-Source/src/ |
H A D | fann_train.c | 93 FANN_EXTERNAL void FANN_API fann_train(struct fann *ann, fann_type * input, in fann_train() 189 FANN_EXTERNAL float FANN_API fann_get_MSE(struct fann *ann) in fann_get_MSE() 201 FANN_EXTERNAL unsigned int FANN_API fann_get_bit_fail(struct fann *ann) in fann_get_bit_fail() 208 FANN_EXTERNAL void FANN_API fann_reset_MSE(struct fann *ann) in fann_reset_MSE() 227 void fann_compute_MSE(struct fann *ann, fann_type * desired_output) in fann_compute_MSE() 291 void fann_backpropagate_MSE(struct fann *ann) in fann_backpropagate_MSE() 370 void fann_update_weights(struct fann *ann) in fann_update_weights() 542 void fann_clear_train_arrays(struct fann *ann) in fann_clear_train_arrays() 901 fann_get_activation_function(struct fann *ann, int layer, int neuron) in fann_get_activation_function() 914 FANN_EXTERNAL void FANN_API fann_set_activation_function(struct fann *ann, in fann_set_activation_function() [all …]
|
H A D | fann_cascade.c | 29 void fann_print_connections_raw(struct fann *ann) in fann_print_connections_raw() 204 float fann_train_outputs_epoch(struct fann *ann, struct fann_train_data *data) in fann_train_outputs_epoch() 294 int fann_reallocate_neurons(struct fann *ann, unsigned int total_neurons) in fann_reallocate_neurons() 365 int fann_initialize_candidates(struct fann *ann) in fann_initialize_candidates() 492 int fann_train_candidates(struct fann *ann, struct fann_train_data *data) in fann_train_candidates() 557 void fann_update_candidate_slopes(struct fann *ann) in fann_update_candidate_slopes() 663 void fann_update_candidate_weights(struct fann *ann, unsigned int num_data) in fann_update_candidate_weights() 782 struct fann_layer *fann_add_layer(struct fann *ann, struct fann_layer *layer) in fann_add_layer() 818 void fann_set_shortcut_connections(struct fann *ann) in fann_set_shortcut_connections() 843 void fann_add_candidate_neuron(struct fann *ann, struct fann_layer *layer) in fann_add_candidate_neuron() [all …]
|
H A D | fann.c | 34 struct fann *ann; in fann_create_standard() local 68 struct fann *ann; in fann_create_sparse() local 98 struct fann *ann; in fann_create_sparse_array() local 368 struct fann *ann; in fann_create_shortcut() local 398 struct fann *ann; in fann_create_shortcut_array() local 779 FANN_EXTERNAL void FANN_API fann_destroy(struct fann *ann) in fann_destroy() 1420 FANN_EXTERNAL void FANN_API fann_set_weight(struct fann *ann, in fann_set_weight() 1519 struct fann *ann; in fann_allocate_structure() local 1671 int fann_allocate_scale(struct fann *ann) in fann_allocate_scale() 1707 void fann_allocate_neurons(struct fann *ann) in fann_allocate_neurons() [all …]
|
H A D | fann_train_data.c | 105 float fann_train_epoch_quickprop(struct fann *ann, struct fann_train_data *data) in fann_train_epoch_quickprop() 131 float fann_train_epoch_irpropm(struct fann *ann, struct fann_train_data *data) in fann_train_epoch_irpropm() 158 float fann_train_epoch_sarprop(struct fann *ann, struct fann_train_data *data) in fann_train_epoch_sarprop() 187 float fann_train_epoch_batch(struct fann *ann, struct fann_train_data *data) in fann_train_epoch_batch() 209 float fann_train_epoch_incremental(struct fann *ann, struct fann_train_data *data) in fann_train_epoch_incremental() 902 int fann_desired_error_reached(struct fann *ann, float desired_error) in fann_desired_error_reached() 1106 struct fann *ann, in fann_set_input_scaling_params() 1144 struct fann *ann, in fann_set_output_scaling_params() 1185 struct fann *ann, in fann_set_scaling_params() 1201 FANN_EXTERNAL int FANN_API fann_clear_scaling_params(struct fann *ann) in fann_clear_scaling_params() [all …]
|
/dports/games/torcs/torcs-1.3.7/src/libs/learning/ |
H A D | ANN.cpp | 27 ANN *ann = NULL; in NewANN() local 77 int DeleteANN(ANN * ann) in DeleteANN() 346 int ANN_Init(ANN * ann) in ANN_Init() 379 void ANN_Reset(ANN * ann) in ANN_Reset() 824 real *ANN_GetOutput(ANN * ann) in ANN_GetOutput() 833 real ANN_GetError(ANN * ann) in ANN_GetError() 923 void ANN_BatchAdapt(ANN * ann) in ANN_BatchAdapt() 941 real ANN_ShowWeights(ANN * ann) in ANN_ShowWeights() 979 real ANN_ShowInputs(ANN * ann) in ANN_ShowInputs() 1175 ANN* ann = LoadANN (f); in LoadANN() local [all …]
|
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/annotation/test/ |
H A D | TestRDFAnnotationVCard4.cpp | 195 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m4); in START_TEST() local 264 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m4); in START_TEST() local 320 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m4); in START_TEST() local 441 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 510 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 566 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 624 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 682 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 740 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 798 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local
|
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/annotation/test/ |
H A D | TestRDFAnnotationVCard4.cpp | 195 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m4); in START_TEST() local 264 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m4); in START_TEST() local 320 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m4); in START_TEST() local 441 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 510 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 566 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 624 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 682 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 740 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local 798 XMLNode *ann = RDFAnnotationParser::parseModelHistory(m31); in START_TEST() local
|
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.transaction/src/main/java/org/springframework/transaction/annotation/ |
H A D | Ejb3TransactionAnnotationParser.java | 37 javax.ejb.TransactionAttribute ann = ae.getAnnotation(javax.ejb.TransactionAttribute.class); in parseTransactionAnnotation() local 46 public TransactionAttribute parseTransactionAnnotation(javax.ejb.TransactionAttribute ann) { in parseTransactionAnnotation() 73 ApplicationException ann = ex.getClass().getAnnotation(ApplicationException.class); in rollbackOn() local
|
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Fields/ |
H A D | Field.hs | 67 fieldLineAnn (FieldLine ann _) = ann function 85 sectionArgAnn (SecArgName ann _) = ann function 86 sectionArgAnn (SecArgStr ann _) = ann function 87 sectionArgAnn (SecArgOther ann _) = ann function 102 mkName ann bs = Name ann (B.map Char.toLower bs) function 108 nameAnn (Name ann _) = ann function
|
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Fields/ |
H A D | Field.hs | 67 fieldLineAnn (FieldLine ann _) = ann function 85 sectionArgAnn (SecArgName ann _) = ann function 86 sectionArgAnn (SecArgStr ann _) = ann function 87 sectionArgAnn (SecArgOther ann _) = ann function 102 mkName ann bs = Name ann (B.map Char.toLower bs) function 108 nameAnn (Name ann _) = ann function
|
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Fields/ |
H A D | Field.hs | 67 fieldLineAnn (FieldLine ann _) = ann function 85 sectionArgAnn (SecArgName ann _) = ann function 86 sectionArgAnn (SecArgStr ann _) = ann function 87 sectionArgAnn (SecArgOther ann _) = ann function 102 mkName ann bs = Name ann (B.map Char.toLower bs) function 108 nameAnn (Name ann _) = ann function
|
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Fields/ |
H A D | Field.hs | 67 fieldLineAnn (FieldLine ann _) = ann function 85 sectionArgAnn (SecArgName ann _) = ann function 86 sectionArgAnn (SecArgStr ann _) = ann function 87 sectionArgAnn (SecArgOther ann _) = ann function 102 mkName ann bs = Name ann (B.map Char.toLower bs) function 108 nameAnn (Name ann _) = ann function
|
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/jmx/export/annotation/ |
H A D | AnnotationJmxAttributeSource.java | 51 org.springframework.jmx.export.annotation.ManagedResource ann = in getManagedResource() local 65 org.springframework.jmx.export.annotation.ManagedAttribute ann = in getManagedAttribute() local 79 org.springframework.jmx.export.annotation.ManagedMetric ann = in getManagedMetric() local 90 …Annotation ann = AnnotationUtils.findAnnotation(method, org.springframework.jmx.export.annotation.… in getManagedOperation() local
|
/dports/biology/jalview/jalview/test/jalview/datamodel/ |
H A D | AlignmentAnnotationTests.java | 205 AlignmentAnnotation ann = new AlignmentAnnotation("SS", in testAdjustForAlignment() local 244 AlignmentAnnotation ann = new AlignmentAnnotation("SS", in testGetDefaultRnaHelixSymbol() local 298 public static Annotation newAnnotation(String ann) in newAnnotation() 314 AlignmentAnnotation ann = null; in testIsQuantitative() local 347 AlignmentAnnotation ann = new AlignmentAnnotation("an", "some an", in testMakeVisibleAnnotation() local
|
/dports/lang/ruby26/ruby-2.6.9/ |
H A D | node.c | 41 #define COMPOUND_FIELD1(name, ann) \ argument 45 #define FIELD_NAME_DESC(name, ann) name " (" ann ")" argument 46 #define FIELD_NAME_LEN(name, ann) (int)( \ argument 59 #define F_CUSTOM1(name, ann) SIMPLE_FIELD1(#name, ann) argument 60 #define F_ID(name, ann) SIMPLE_FIELD1(#name, ann) A_ID(node->name) argument 62 #define F_INT(name, ann) SIMPLE_FIELD1(#name, ann) A_INT(node->name) argument 63 #define F_LONG(name, ann) SIMPLE_FIELD1(#name, ann) A_LONG(node->name) argument 64 #define F_LIT(name, ann) SIMPLE_FIELD1(#name, ann) A_LIT(node->name) argument 65 #define F_MSG(name, ann, desc) SIMPLE_FIELD1(#name, ann) A(desc) argument 67 #define F_NODE(name, ann) \ argument [all …]
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/userdemo/ |
H A D | annotate_simple04.py | 12 ann = ax.annotate("Test", variable 23 ann = ax.annotate("Test", variable
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/userdemo/ |
H A D | annotate_simple04.py | 12 ann = ax.annotate("Test", variable 23 ann = ax.annotate("Test", variable
|
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/userdemo/ |
H A D | annotate_simple04.py | 12 ann = ax.annotate("Test", variable 23 ann = ax.annotate("Test", variable
|