/dports/cad/opencascade/opencascade-7.6.0/src/DDF/ |
H A D | DDF_DataCommands.cxx | 64 Handle(DDF_Data) NewDDF; in MakeDF() local 67 NewDDF = Handle(DDF_Data)::DownCast (D); in MakeDF() 68 if (!NewDDF.IsNull ()) { in MakeDF() 75 NewDDF = new DDF_Data (NewDF); in MakeDF() 76 Draw::Set (a[1], NewDDF); in MakeDF()
|
/dports/math/ntl/ntl-11.5.1/include/NTL/ |
H A D | lzz_pEXFactoring.h | 52 void NewDDF(vec_pair_zz_pEX_long& factors, 54 inline vec_pair_zz_pEX_long NewDDF(const zz_pEX& f, const zz_pEX& h, 56 { vec_pair_zz_pEX_long x; NewDDF(x, f, h, verbose); return x; }
|
H A D | ZZ_pEXFactoring.h | 51 void NewDDF(vec_pair_ZZ_pEX_long& factors, 53 inline vec_pair_ZZ_pEX_long NewDDF(const ZZ_pEX& f, const ZZ_pEX& h, 55 { vec_pair_ZZ_pEX_long x; NewDDF(x, f, h, verbose); return x; }
|
H A D | ZZ_pXFactoring.h | 93 void NewDDF(vec_pair_ZZ_pX_long& factors, const ZZ_pX& f, const ZZ_pX& h, 96 inline vec_pair_ZZ_pX_long NewDDF(const ZZ_pX& f, const ZZ_pX& h, 98 { vec_pair_ZZ_pX_long x; NewDDF(x, f, h, verbose); return x; }
|
H A D | lzz_pXFactoring.h | 101 void NewDDF(vec_pair_zz_pX_long& factors, const zz_pX& f, const zz_pX& h, 103 inline vec_pair_zz_pX_long NewDDF(const zz_pX& f, const zz_pX& h, 105 { vec_pair_zz_pX_long x; NewDDF(x, f, h, verbose); return x; }
|
H A D | GF2EXFactoring.h | 102 void NewDDF(vec_pair_GF2EX_long& factors, const GF2EX& f, const GF2EX& h, 104 inline vec_pair_GF2EX_long NewDDF(const GF2EX& f, const GF2EX& h, 106 { vec_pair_GF2EX_long x; NewDDF(x, f, h, verbose); return x; }
|
/dports/math/ntl/ntl-11.5.1/src/ |
H A D | lzz_pXFactoring.cpp | 844 NewDDF(u, f, h, verbose); in SFCanZass1() 925 NewDDF(u, f, h, verbose); in SFCanZass() 1858 void NewDDF(vec_pair_zz_pX_long& factors, in NewDDF() function
|
H A D | lzz_pEXFactoring.cpp | 498 NewDDF(u, f, h, verbose); in SFCanZass() 1488 void NewDDF(vec_pair_zz_pEX_long& factors, in NewDDF() function
|
H A D | ZZ_pEXFactoring.cpp | 499 NewDDF(u, f, h, verbose); in SFCanZass() 1487 void NewDDF(vec_pair_ZZ_pEX_long& factors, in NewDDF() function
|
H A D | ZZ_pXFactoring.cpp | 903 NewDDF(u, f, h, verbose); in SFCanZass() 1865 void NewDDF(vec_pair_ZZ_pX_long& factors, in NewDDF() function
|
H A D | GF2EXFactoring.cpp | 1061 NewDDF(u, f, h, verbose); in SFCanZass() 2057 void NewDDF(vec_pair_GF2EX_long& factors, in NewDDF() function
|