Home
last modified time | relevance | path

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

/dports/math/snns/SNNSv4.3/tools/sources/
H A Dsnns2c.c73 ILLEGAL_CYCLES, NO_CPN, NO_TDNN, NOT_SUPPORTED} Status; enumerator
223 case NO_CPN : printf("net is not a CounterPropagation network\n"); in checkErr()
661 return(NO_CPN); in prepareCpnUnits()
680 if (dest == NULL) return (NO_CPN); in prepareCpnUnits()
684 return(NO_CPN); in prepareCpnUnits()
690 if (source == NULL) return (NO_CPN); in prepareCpnUnits()
H A Dsnns2clib.c34 ILLEGAL_CYCLES, NO_CPN} Status; enumerator
H A Dlinknets.c55 ILLEGAL_CYCLES, NO_CPN, NO_TDNN, NOT_SUPPORTED} Status; enumerator
194 case NO_CPN : printf("net is not a CounterPropagation network\n"); in checkErr()