Home
last modified time | relevance | path

Searched refs:GNEW (Results 1 – 25 of 92) sorted by relevance

1234

/dports/math/R-cran-minqa/minqa/src/
H A Dtrsbox.f2 1 XNEW,D,GNEW,XBDI,S,HS,HRED,DSQ,CRVMIN)
5 1 XNEW(*),D(*),GNEW(*),XBDI(*),S(*),HS(*),HRED(*)
71 10 GNEW(I)=GOPT(I)
88 S(I)=-GNEW(I)
90 S(I)=BETA*S(I)-GNEW(I)
161 GNEW(I)=GNEW(I)+STPLEN*HS(I)
201 DREDG=DREDG+D(I)*GNEW(I)
202 GREDSQ=GREDSQ+GNEW(I)**2
327 GNEW(I)=GNEW(I)+(CTH-ONE)*HRED(I)+STH*HS(I)
330 DREDG=DREDG+D(I)*GNEW(I)
[all …]
/dports/math/math77/MATH77/
H A Ddivag.f1 subroutine DIVAG(TSPECS, Y, F, KORD, IFLAG, NSTOP, GNEW, GT) argument
32 double precision F(*), GNEW(*), GT(*), GOLD local
131 50 GT(I) = GNEW(I)
139 if (GNEW(INGS) .eq. 0.D0) GNEW(INGS) = GT(INGS)
147 if (GNEW(INGS)) 90, 100, 110
151 120 GT(INGS) = GNEW(INGS)
204 call DZERO(TSPECS(1), GNEW(INGS), TOLD, GOLD, IZFLAG, TOLG)
214 260 if (GNEW(INGS) .eq. 0.D0) go to 290
223 if (GNEW(INGS)) 320, 340, 330
H A Dsivag.f1 subroutine SIVAG(TSPECS, Y, F, KORD, IFLAG, NSTOP, GNEW, GT) argument
32 real F(*), GNEW(*), GT(*), GOLD local
131 50 GT(I) = GNEW(I)
139 if (GNEW(INGS) .eq. 0.E0) GNEW(INGS) = GT(INGS)
147 if (GNEW(INGS)) 90, 100, 110
151 120 GT(INGS) = GNEW(INGS)
204 call SZERO(TSPECS(1), GNEW(INGS), TOLD, GOLD, IZFLAG, TOLG)
214 260 if (GNEW(INGS) .eq. 0.E0) go to 290
223 if (GNEW(INGS)) 320, 340, 330
/dports/graphics/graphviz/graphviz-2.44.1/lib/sparse/
H A DLinkedList.c22 head = GNEW(struct SingleLinkedList_struct); in SingleLinkedList_new()
83 head = GNEW(struct DoubleLinkedList_struct); in DoubleLinkedList_new()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dpointset.c148 ap = GNEW(mpair); in mkMPair()
174 MPairDisc *dp = GNEW(MPairDisc); in newPM()
H A Dmemory.h28 #define GNEW(t) (t*)gmalloc(sizeof(t)) macro
H A Dpsusershape.c76 us = GNEW(usershape_t); in user_init()
/dports/graphics/graphviz/graphviz-2.44.1/lib/fdpgen/
H A Dgrid.c46 newb = GNEW(block_t); in newBlock()
167 g = GNEW(Grid); in mkGrid()
/dports/graphics/graphviz/graphviz-2.44.1/lib/circogen/
H A Dedgelist.c20 edgelistitem *ap = GNEW(edgelistitem); in mkItem()
H A Dnodeset.c20 nsitem_t *ap = GNEW(nsitem_t); in mkItem()
H A Ddeglist.c28 degitem *ap = GNEW(degitem); in mkItem()
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dmemory.c72 mem = GNEW(Freeblock); in getfree()
H A Dbfs.c131 Queue *qp = GNEW(Queue); in newQueue()
H A Dmosek_quad_solve.c81 MosekEnv *mskEnv = GNEW(MosekEnv); in mosek_init_hier()
394 MosekEnv *mskEnv = GNEW(MosekEnv); in mosek_init_sep()
H A Dlegal.c318 new = GNEW(active_edge); in find_ints()
H A Doverlap.c388 sm = GNEW(struct OverlapSmoother_struct); in OverlapSmoother_new()
H A Dquad_prog_vpsc.c201 CMajEnvVPSC *e = GNEW(CMajEnvVPSC); in initCMajVPSC()
H A Dquad_prog_solve.c981 CMajEnv *e = GNEW(CMajEnv); in initConstrainedMajorization()
H A Ddelaunay.c474 sf = GNEW(surface_t); in mkSurface()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/core/
H A Dgvrender_core_dot.c35 #define GNEW(t) (t*)malloc(sizeof(t)) macro
391 xd = GNEW(xdot_state_t); in xdot_begin_graph()
/dports/graphics/graphviz/graphviz-2.44.1/lib/sfdpgen/
H A Dsparse_solve.c78 o = GNEW(struct Operator_struct); in Operator_matmul_new()
H A DMultilevel.c25 ctrl = GNEW(struct Multilevel_control_struct); in Multilevel_control_new()
52 grid = GNEW(struct Multilevel_struct); in Multilevel_init()
/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Dcompound.c338 nbez = GNEW(bezier); in makeCompoundEdge()
/dports/graphics/graphviz/graphviz-2.44.1/lib/gvc/
H A Dgvplugin.c124 plugin = GNEW(gvplugin_available_t); in gvplugin_install()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/
H A Dviewport.c476 view->Topview = GNEW(topview); in init_viewport()

1234