Home
last modified time | relevance | path

Searched refs:nub_ (Results 1 – 5 of 5) sorted by relevance

/dports/math/curv/curv-0.5/libcurv/
H A Dshape.h69 Shared<const Phrase> nub_; // source code of shape expression member
71 const Phrase& syntax() const { return *nub_; } in syntax()
85 : sstate_(sstate), nub_(move(nub)) in Shape_Program()
H A Dgpu_program.h17 Shared<const Phrase> nub_; member
30 const Phrase& syntax() const { return *nub_; } in syntax()
H A Dshape.cc23 nub_(nub_phrase(prog.phrase_)) in Shape_Program()
114 nub_(shape.nub_), in Shape_Program()
H A Dgpu_program.cc17 nub_(nub_phrase(prog.phrase_)) in GPU_Program()
83 Shape_Program shape(sstate_, nub_); in recognize()
/dports/math/curv/curv-0.5/ideas/
H A DImage_Import114 * init nub_ from nub_phrase(prog.phrase_)
115 * nub_ is used by At_Program.