Home
last modified time | relevance | path

Searched refs:Avec (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/dports/lang/gnu-apl/apl-1.8/src/
H A DAvec.cc106 Avec::init() in init()
112 Avec::check_av_table() in check_av_table()
176 Avec::unicode(CHT_Index av) in unicode()
184 Avec::get_av_pos(CHT_Index av) in get_av_pos()
228 Avec::find_char(Unicode av) in find_char()
285 Avec::is_known_char(Unicode av) in is_known_char()
301 Avec::need_UCS(Unicode uni) in need_UCS()
344 Avec::subscript(uint32_t i) in subscript()
364 Avec::superscript(uint32_t i) in superscript()
426 Avec::IBM_quad_AV() in IBM_quad_AV()
[all …]
H A DDiffOut.cc107 if (!Avec::is_digit(a)) return true; // different in different()
110 while (Avec::is_digit(Unicode(*apl))) ++apl; in different()
125 if (!Avec::is_digit(a) && in different()
135 if (Avec::is_digit(Unicode(*apl)) || in different()
H A DTokenizer.cc88 const Token tok = Avec::uni_to_token(uni, LOC); in do_tokenize()
140 if (Avec::is_quad(uni)) in do_tokenize()
348 const Token tok = Avec::uni_to_token(uni, LOC); in tokenize_function()
467 Assert(Avec::is_single_quote(uni)); in tokenize_string1()
476 if (Avec::is_single_quote(uni)) in tokenize_string1()
848 while (src.rest() && Avec::is_digit(*src)) in tokenize_real()
871 Avec::is_digit(src[2])) // E¯nnn in tokenize_real()
876 while (src.rest() && Avec::is_digit(*src)) in tokenize_real()
879 else if (Avec::is_digit(src[1])) // Ennn in tokenize_real()
883 while (src.rest() && Avec::is_digit(*src)) in tokenize_real()
[all …]
H A DUCS_string_vector.cc44 if (n == 0 && Avec::is_quad(uni)) // leading ⎕ in UCS_string_vector()
50 if (Avec::is_symbol_char(uni)) // valid symbol char in UCS_string_vector()
94 if (Avec::is_symbol_char(uni)) // valid symbol char in UCS_string_vector()
H A DNabla.cc226 while (c.more() && Avec::is_white(c.get())) c.next(); in start()
234 while (c.more() && Avec::is_white(c.get())) c.next(); in start()
249 if (Avec::is_white(c.get(off))) continue; in start()
250 if (Avec::is_first_symbol_char(c.get(off))) // axis in start()
416 if (Avec::is_digit(c.get()) || c.get() == UNI_ASCII_FULLSTOP) in parse_oper()
448 if (Avec::is_digit(c.get())) edit_to = parse_lineno(c); in parse_oper()
467 while (Avec::is_white(c.get())) c.next(); in parse_oper()
554 while (Avec::is_digit(c.get())) in parse_lineno()
563 while (Avec::is_digit(c.get())) ret.ln_minor.append(c.next()); in parse_lineno()
H A DInputFile.cc185 if (ucs_line.size() && (Avec::is_quad(ucs_line[0]) || in check_filter()
186 Avec::is_first_symbol_char(ucs_line[0]))) // new variable in check_filter()
H A DQuad_TF.cc87 if (n == 0 && Avec::is_quad(maybe_name[n])) continue; in is_inverse()
88 if (Avec::is_symbol_char(maybe_name[n])) continue; in is_inverse()
248 if (!Avec::is_quad(name[0]) && !Avec::is_first_symbol_char(name[0])) in tf1_inv()
255 while (idx < len && Avec::is_symbol_char(ravel[idx])) in tf1_inv()
258 if (Avec::is_quad(name[0]) && name.size() == 1) in tf1_inv()
272 while (idx < len && Avec::is_digit(ravel[idx])) in tf1_inv()
298 while (idx < len && Avec::is_digit(ravel[idx])) in tf1_inv()
663 if (Avec::need_UCS(uni)) { use_UCS = true; break; } in tf2_value()
1247 const bool need_UCS = Avec::need_UCS(uni); in tf2_char_vec()
H A DCommand.cc720 if (Avec::is_digit(l)) in cmd_COPY()
983 if (arg.size() > 0 && Avec::is_first_symbol_char(arg[0])) in cmd_HELP()
1379 Avec::is_digit(Unicode(arg[0]))) // case 2. in open_LIB_dir()
1463 if (!Avec::is_symbol_char(uni)) in lib_common()
1828 if (!(args[0].size() == 1 && Avec::is_digit(args[0][0]))) in resolve_lib_wsname()
1991 if (!Avec::is_symbol_char(apl_fun[c])) in cmd_USERCMD()
2197 if (Avec::is_quad(var_name[0])) // system variable. in numeric_1TF()
2258 if (Avec::is_quad(var_name[0])) // system variable. in chars_1TF()
2383 Avec::print_inverse_IBM_quad_AV(); in add()
2387 const Unicode * cp_to_uni_map = Avec::IBM_quad_AV(); in add()
[all …]
H A DNamedObject.cc51 Assert(Avec::is_quad(get_name()[0])); in get_nc()
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DFDiffFilter.hpp142 std::vector<Analysis> Avec; member in FDiffFilter
261 Avec.clear(); in filter()
300 fstats.Subtract(xdata[Avec[j].index], Avec[j].diff); in filter()
302 dstats.Subtract(xdata[Avec[j].index], data[Avec[j].index]); in filter()
317 Avec.push_back(A); in filter()
326 return Avec.size(); in filter()
400 fdfr.dx = xdata[Avec[int(j)+nbad-Nw].index] - xdata[Avec[j].index]; in analysis()
450 fdfr.dx = xdata[Avec[n1st].index] - xdata[Avec[0].index]; in analysis()
469 fdfr.dx = xdata[Avec[Avec.size()-1].index] - xdata[Avec[j].index]; in analysis()
508 slou = gpstk::StringUtils::asString(Avec[Avec[j].sloInd].sloN,osp); in dump()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/physics/quantum/tests/
H A Dtest_represent.py24 Avec = Matrix([[1], [I]]) variable
37 return Avec
72 (b, Dagger(Avec)),
73 (Dagger(b), Avec),
75 (k, Avec),
76 (Dagger(k), Dagger(Avec)),
81 (OuterProduct(k, b), Avec*Avec.H),
93 (InnerProduct(b, k), (Avec.H*Avec)[0])
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/hopspack/src/src-shared/
H A DHOPSPACK_Matrix.cpp336 Vector Avec = getMatrixVector(); in svd() local
483 Vector Avec = getMatrixVector(); in pruneDependentRows() local
503 if (fabs(Avec[i+i*m]) < epsilon) in pruneDependentRows()
536 Vector Avec = getMatrixVector(); in specialConstrainedLSQR() local
586 Vector Avec = getMatrixVector(); in generalConstrainedLSQR() local
619 Vector Avec = getMatrixVector(); in generalLS() local
715 Avec.resize(0); in copyToFortranVector()
716 Avec.reserve(nrows * ncols); in copyToFortranVector()
722 Avec.append(matrix[i]); in copyToFortranVector()
748 matrix[i][j] = Avec[k++]; in copyFromFortranVector()
[all …]
H A DHOPSPACK_Matrix.hpp418 void copyToFortranVector(Vector& Avec, TransposeType ttype = NO_TRANSPOSE) const;
424 …void copyFromFortranVector(const Vector& Avec, int nrows, int ncols, TransposeType ttype = NO_TRAN…
/dports/biology/hhsuite/hh-suite-3.3.0/scripts/hhpred/lib/
H A Dmodeller.pm1559 …my @Avec; #Parametervalues: a0 a1 a2 a3 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 c0 c1 c2 c3 c4 c5 d0 d1 d2 …
1565 …@Avec = (-2.6961,-0.7186,0.1326 ,-0.6153,0.6712 ,0.7634 ,0.1174 ,0.0353 ,0.3422 ,-0.2807,0.2447 ,0…
1571 …@Avec = (-2.6514,-0.5396,-0.0368,-0.5819,0.6323 ,0.8551 ,0.0992 ,-0.0011,0.4606 ,0.0202 ,0.2238 ,0…
1577 …@Avec = (-3.4835,-0.1144,-0.6024,-0.4093,0.5841 ,0.4945 ,0.0102 ,-0.4040,0.3905 ,0.1852 ,0.0844 ,0…
1583 …@Avec = (-2.3377,-0.3537,1.9132 ,-0.1555,0.5179 ,0.6930 ,0.1961 ,0.9687 ,0.3331 ,-0.0203,0.6672 ,-…
1588 my $A = $Avec[0] + $Avec[1] *$Sim + $Avec[2] *$deltatemplate;
1589 my $B = $Avec[3];
1592Avec[4]+$Avec[5]*$PI+$Avec[6]*$Sim+$Avec[7]*$deltatemplate+$Avec[8]*$PI*$PI+$Avec[9]*$PI*$Sim+$Ave…
1595 …my $logsigmaBG = $Avec[14] + $Avec[15]*$deltatemplate + $Avec[16]*$PI + $Avec[17]*$Sim + $Avec[18…
1596 …my $logmuBG = $Avec[20] + $Avec[21]*$deltatemplate + $Avec[22]*$PI + $Avec[23]*$Sim + $Avec[24]*$…
/dports/science/dynare/dynare-4.6.4/mex/sources/gensylv/
H A Dgensylv.cc85 ConstVector Avec{A}, Bvec{B}, Cvec{C}, Dvec{D}; in mexFunction() local
92 gen_sylv_solve(order, n, m, zero_cols, Avec, Bvec, Cvec, Xvec); in mexFunction()
94 plhs[2] = gen_sylv_solve_and_check(order, n, m, zero_cols, Avec, Bvec, Cvec, Dvec, Xvec); in mexFunction()
/dports/science/cgnslib/CGNS-4.1.2/src/ptests/
H A Dbenchmark_hdf5.c496 int Avec[2]; in main() local
497 Avec[0] = Ai; in main()
498 Avec[1] = Ar; in main()
499 if(cgp_array_multi_write_data(fn, Avec,&min,&max, 2, Array_i, Array_r) != CG_OK) { in main()
773 Avec[0] = Ar; in main()
774 Avec[1] = Ai; in main()
776 if( cgp_array_multi_read_data(fn, Avec, &min, &max, 2, Array_r, Array_i) != CG_OK) { in main()
H A Dbenchmark_hdf5_f90.F90127 INTEGER, DIMENSION(1:2) :: Avec variable
438 Avec = (/Ai,Ar/)
439 CALL cgp_array_multi_write_data_f(fn,Avec,min,max,err,2,Array_i,Array_r)
720 Avec = (/Ai,Ar/)
721 CALL cgp_array_multi_read_data_f(fn,Avec,min,max,err,2,Array_i,Array_r)
/dports/www/zola/zola-0.15.2/test_site_i18n/content/blog/with-assets/
H A Dindex.fr.md5 Avec des fichiers
/dports/graphics/py-pyocr/pyocr-0.8/tests/data/
H A Dtext2 Avec des accents.
/dports/textproc/localize/Localize/Testing/
H A DPreviewFrench.strings116 "Zoom In" = "Avec zoom avant";
120 "Zoom Out" = "Avec zoom arri\u00e8re";
H A DPreviewFrenchAfter.strings118 "Zoom In" = "Avec zoom avant";
122 "Zoom Out" = "Avec zoom arri\u00e8re";
/dports/textproc/localize/Localize/
H A Dblargh.strings118 "Zoom In" = "Avec zoom avant";
122 "Zoom Out" = "Avec zoom arrière";
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/fr/texidocs/
H A Dadding-the-current-date-to-a-score.texidoc3 Avec un peu de code Scheme, voici comment ajouter facilement la date du
/dports/print/lilypond/lilypond-2.22.1/Documentation/fr/texidocs/
H A Dadding-the-current-date-to-a-score.texidoc3 Avec un peu de code Scheme, voici comment ajouter facilement la date du
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dteco1.conf.in5 # Avec Color Office 2400, 2412

12345678910>>...35