Lines Matching refs:AField
51 } AField; typedef
56 AField **u_a, **f_a;
406 AField **f_a, *f_c, **u_a, *u_c; in IFunctionActive()
449 u_c = new AField[info.gxm * info.gym]; in IFunctionActive()
450 f_c = new AField[info.gxm * info.gym]; in IFunctionActive()
453 u_a = new AField *[info.gym]; in IFunctionActive()
454 f_a = new AField *[info.gym]; in IFunctionActive()
612 AField **f_a, *f_c, **u_a, *u_c; in RHSFunctionActive()
658 u_c = new AField[gxm * gym]; in RHSFunctionActive()
659 f_c = new AField[gxm * gym]; in RHSFunctionActive()
662 u_a = new AField *[gym]; in RHSFunctionActive()
663 f_a = new AField *[gym]; in RHSFunctionActive()