Home
last modified time | relevance | path

Searched refs:f1s (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestFunctionTypeTraits.cpp20 int NS_STDCALL f1s(char) { return 0; } in f1s() function
31 int NS_STDCALL f1s(char) { return 0; } in f1s() function
140 std::is_same<typename FunctionTypeTraits<decltype(f1s)>::ReturnType,
143 static_assert(FunctionTypeTraits<decltype(f1s)>::arity == 1,
152 std::is_same<typename FunctionTypeTraits<decltype(&S::f1s)>::ReturnType,
155 static_assert(FunctionTypeTraits<decltype(&S::f1s)>::arity == 1,
158 decltype(&S::f1s)>::template ParameterType<0>,
223 TestIntChar(f1s); in main()
224 TestIntChar(&f1s); in main()
225 TestIntChar(&S::f1s); in main()
[all …]
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestFunctionTypeTraits.cpp20 int NS_STDCALL f1s(char) { return 0; } in f1s() function
31 int NS_STDCALL f1s(char) { return 0; } in f1s() function
140 std::is_same<typename FunctionTypeTraits<decltype(f1s)>::ReturnType,
143 static_assert(FunctionTypeTraits<decltype(f1s)>::arity == 1,
152 std::is_same<typename FunctionTypeTraits<decltype(&S::f1s)>::ReturnType,
155 static_assert(FunctionTypeTraits<decltype(&S::f1s)>::arity == 1,
158 decltype(&S::f1s)>::template ParameterType<0>,
223 TestIntChar(f1s); in main()
224 TestIntChar(&f1s); in main()
225 TestIntChar(&S::f1s); in main()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestFunctionTypeTraits.cpp20 int NS_STDCALL f1s(char) { return 0; } in f1s() function
31 int NS_STDCALL f1s(char) { return 0; } in f1s() function
140 std::is_same<typename FunctionTypeTraits<decltype(f1s)>::ReturnType,
143 static_assert(FunctionTypeTraits<decltype(f1s)>::arity == 1,
152 std::is_same<typename FunctionTypeTraits<decltype(&S::f1s)>::ReturnType,
155 static_assert(FunctionTypeTraits<decltype(&S::f1s)>::arity == 1,
158 decltype(&S::f1s)>::template ParameterType<0>,
223 TestIntChar(f1s); in main()
224 TestIntChar(&f1s); in main()
225 TestIntChar(&S::f1s); in main()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestFunctionTypeTraits.cpp20 int NS_STDCALL f1s(char) { return 0; } in f1s() function
31 int NS_STDCALL f1s(char) { return 0; } in f1s() function
140 std::is_same<typename FunctionTypeTraits<decltype(f1s)>::ReturnType,
143 static_assert(FunctionTypeTraits<decltype(f1s)>::arity == 1,
152 std::is_same<typename FunctionTypeTraits<decltype(&S::f1s)>::ReturnType,
155 static_assert(FunctionTypeTraits<decltype(&S::f1s)>::arity == 1,
158 decltype(&S::f1s)>::template ParameterType<0>,
223 TestIntChar(f1s); in main()
224 TestIntChar(&f1s); in main()
225 TestIntChar(&S::f1s); in main()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/array/
H A Dstruct_test.go62 f1vb.Resize(len(f1s))
69 f1vb.Append(f1s[pos])
192 f1vb.Resize(len(f1s))
282 for i := range f1s {
289 f1b.Append(f1s[i])
292 f1b.Append(f1s[i])
334 for i := range f1s {
341 f1b.Append(f1s[i])
344 f1b.Append(f1s[i])
391 for i := range f1s {
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/array/
H A Dstruct_test.go62 f1vb.Resize(len(f1s))
69 f1vb.Append(f1s[pos])
192 f1vb.Resize(len(f1s))
279 for i := range f1s {
286 f1b.Append(f1s[i])
289 f1b.Append(f1s[i])
331 for i := range f1s {
338 f1b.Append(f1s[i])
341 f1b.Append(f1s[i])
388 for i := range f1s {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/go/arrow/array/
H A Dstruct_test.go62 f1vb.Resize(len(f1s))
69 f1vb.Append(f1s[pos])
192 f1vb.Resize(len(f1s))
282 for i := range f1s {
289 f1b.Append(f1s[i])
292 f1b.Append(f1s[i])
334 for i := range f1s {
341 f1b.Append(f1s[i])
344 f1b.Append(f1s[i])
391 for i := range f1s {
[all …]
/dports/math/spot/spot-2.10.2/tests/core/
H A Dtostring.cc91 std::string f1s = spot::str_psl(f1); in main() local
92 std::cout << f1s << '\n'; in main()
94 auto pf2 = spot::parse_infix_psl(f1s); in main()
108 if (f2s != f1s) in main()
110 std::cerr << f1s << " != " << f2s << '\n'; in main()
H A Dsyntimpl.cc62 std::string f1s = spot::str_psl(f1); in main() local
73 std::cout << f1s << " < " << f2s << '\n'; in main()
82 std::cout << "!(" << f1s << ") < " << f2s << '\n'; in main()
91 std::cout << f1s << " < !(" << f2s << ")\n"; in main()
/dports/math/py-spot/spot-2.10.2/tests/core/
H A Dtostring.cc91 std::string f1s = spot::str_psl(f1); in main() local
92 std::cout << f1s << '\n'; in main()
94 auto pf2 = spot::parse_infix_psl(f1s); in main()
108 if (f2s != f1s) in main()
110 std::cerr << f1s << " != " << f2s << '\n'; in main()
H A Dsyntimpl.cc62 std::string f1s = spot::str_psl(f1); in main() local
73 std::cout << f1s << " < " << f2s << '\n'; in main()
82 std::cout << "!(" << f1s << ") < " << f2s << '\n'; in main()
91 std::cout << f1s << " < !(" << f2s << ")\n"; in main()
/dports/science/quantum-espresso/q-e-qe-6.7.0/atomic/src/
H A Dcompute_potps_new.f90137 real(dp) :: fs, f1s, f2s, fac local
140 call ffz(x,fs,f1s,f2s)
144 f1s= fac*(a*a*f1s-a*g1s)
146 aa_f = x * f2s / f1s - AA
151 SUBROUTINE ffz(x,fs,f1s,f2s)
154 real(dp) :: x, fs, f1s, f2s local
156 f1s = (x*cos(x)-sin(x))/x**2
/dports/editors/wordgrinder/wordgrinder-0.6/src/lua/
H A Dcli.lua73 local f1r, f1e, f1hs, f1s = decode_filename(file1)
114 if not dl[f1s] then
115 CLIError("no such document '", f1s, "'")
117 DocumentSet:setCurrent(f1s)
123 DocumentSet:renameDocument(name, f1s)
/dports/science/mpb/mpb-1.11.1/mpb/
H A Dmaterial_grid_opt.c152 double *f1s, *f2s; /* arrays of length ks.num_items for freqs */ member
199 val = (d->f1s[ik] = freqs.items[d->b1-1]) - u[n-1]; in band_constraint()
275 d.f1s = (double *) malloc(sizeof(double) * kpoints.num_items*2); in material_grids_maxmin_gap()
276 d.f2s = d.f1s + kpoints.num_items; in material_grids_maxmin_gap()
297 if (kind == BAND1_CONSTRAINT && d.f1s[i] > u[n-1]) in material_grids_maxmin_gap()
298 u[n-1] = d.f1s[i]; in material_grids_maxmin_gap()
346 if (kind == BAND1_CONSTRAINT && d.f1s[i] > u[n-1]) in material_grids_maxmin_gap()
347 u[n-1] = d.f1s[i]; in material_grids_maxmin_gap()
362 free(d.f1s); in material_grids_maxmin_gap()
/dports/print/ttf2pt1/ttf2pt1-3.4.4/app/TeX/
H A Dcjk-latex-config313 local (@f1s) = stat ($f1);
315 return ($f1s[9] != $f2s[9]);
336 local (@f1s) = stat ($f1);
338 return ($f1s[9] > $f2s[9]);
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/cv/metrics/
H A Df1_impl.hpp80 arma::vec f1s = arma::vec(numClasses); in Evaluate() local
89 f1s(c) = (precision + recall == 0.0) ? 0.0 : in Evaluate()
93 return arma::mean(f1s); in Evaluate()
/dports/devel/folly/folly-2021.12.27.00/folly/futures/test/
H A DWhenTest.cpp39 auto f1s = folly::when(false, sfThunk); in TEST() local
40 f1s.wait(); in TEST()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/iamcu/
H A Dtest_passing_structs.c142 static struct flex1_struct f1s = { 60, { } }; variable
199 iregs.I0 = f1s.i; in main()
202 WRAP_CALL (check_struct_passing7)(f1s); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/iamcu/
H A Dtest_passing_structs.c142 static struct flex1_struct f1s = { 60, { } }; variable
199 iregs.I0 = f1s.i; in main()
202 WRAP_CALL (check_struct_passing7)(f1s); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/iamcu/
H A Dtest_passing_structs.c142 static struct flex1_struct f1s = { 60, { } }; variable
199 iregs.I0 = f1s.i; in main()
202 WRAP_CALL (check_struct_passing7)(f1s); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/iamcu/
H A Dtest_passing_structs.c142 static struct flex1_struct f1s = { 60, { } }; variable
199 iregs.I0 = f1s.i; in main()
202 WRAP_CALL (check_struct_passing7)(f1s); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/iamcu/
H A Dtest_passing_structs.c142 static struct flex1_struct f1s = { 60, { } }; variable
199 iregs.I0 = f1s.i; in main()
202 WRAP_CALL (check_struct_passing7)(f1s); in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/iamcu/
H A Dtest_passing_structs.c142 static struct flex1_struct f1s = { 60, { } }; variable
199 iregs.I0 = f1s.i; in main()
202 WRAP_CALL (check_struct_passing7)(f1s); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/iamcu/
H A Dtest_passing_structs.c142 static struct flex1_struct f1s = { 60, { } }; variable
199 iregs.I0 = f1s.i; in main()
202 WRAP_CALL (check_struct_passing7)(f1s); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/i386/iamcu/
H A Dtest_passing_structs.c142 static struct flex1_struct f1s = { 60, { } }; variable
199 iregs.I0 = f1s.i; in main()
202 WRAP_CALL (check_struct_passing7)(f1s); in main()

12345678910>>...17