Home
last modified time | relevance | path

Searched refs:Swarning (Results 1 – 3 of 3) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/libs/learning/
H A DList.cpp44 Swarning("NULL pointer given for new list item data\n"); in ListAppend()
212 Swarning("prev->next Sanity check failed on list\n"); in RemoveListItem()
226 Swarning("next->prev Sanity check failed on list\n"); in RemoveListItem()
257 Swarning("List already empty\n"); in PopItem()
268 Swarning("List seems empty (%d items remaining?)",list->n); in PopItem()
H A Dlearn_debug.h8 #define Swarning printf("# WARNING (%s: %d) ", __FILE__, __LINE__); printf macro
11 #define Swarning printf("# WARNING (%s - %s: %d) ", __FUNCTION__,__FILE__, __LINE__); printf macro
H A DANN.cpp80 Swarning("Attempting to delete NULL ANN\n"); in DeleteANN()
156 Swarning in ANN_AddLayer()
244 Swarning in ANN_AddRBFLayer()