Home
last modified time | relevance | path

Searched refs:ut2 (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A DdateTime.cpp844 ((ut1.m_year == ut2.m_year) && ((ut1.m_month < ut2.m_month) || in operator <()
845 ((ut1.m_month == ut2.m_month) && ((ut1.m_day < ut2.m_day) || in operator <()
846 ((ut1.m_day == ut2.m_day) && ((ut1.m_hour < ut2.m_hour) || in operator <()
847 ((ut1.m_hour == ut2.m_hour) && ((ut1.m_minute < ut2.m_minute) || in operator <()
858 ((ut1.m_year == ut2.m_year) && ((ut1.m_month < ut2.m_month) || in operator <=()
859 ((ut1.m_month == ut2.m_month) && ((ut1.m_day < ut2.m_day) || in operator <=()
860 ((ut1.m_day == ut2.m_day) && ((ut1.m_hour < ut2.m_hour) || in operator <=()
872 ((ut1.m_year == ut2.m_year) && ((ut1.m_month > ut2.m_month) || in operator >()
873 ((ut1.m_month == ut2.m_month) && ((ut1.m_day > ut2.m_day) || in operator >()
874 ((ut1.m_day == ut2.m_day) && ((ut1.m_hour > ut2.m_hour) || in operator >()
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/Generated/
H A Dfc3d_NaturalMapFGenerated.c24 double ut2, in fc3d_NaturalMapFGenerated() argument
64 x12 = mu*ut2; in fc3d_NaturalMapFGenerated()
85 x2 = ut1*ut1 + ut2*ut2; in fc3d_NaturalMapFGenerated()
105 x2 = ut1*ut1 + ut2*ut2; in fc3d_NaturalMapFGenerated()
117 x2 = ut1*ut1 + ut2*ut2; in fc3d_NaturalMapFGenerated()
167 double ut2 = Frama_C_double_interval(-1.0e+6, 1.0e+6); in main() local
173 fc3d_NaturalMapFGenerated(rn, rt1, rt2, un, ut1, ut2, mu, rhon, rhot1, rhot2, result); in main()
H A Dfc3d_AlartCurnierFGenerated.c24 double ut2, in fc3d_AlartCurnierFGenerated() argument
59 x6 = rhot2*ut2; in fc3d_AlartCurnierFGenerated()
129 double ut2 = Frama_C_double_interval(-1.0e+6, 1.0e+6); in main() local
135 fc3d_AlartCurnierFGenerated(rn, rt1, rt2, un, ut1, ut2, mu, rhon, rhot1, rhot2, result); in main()
H A Dfc3d_AlartCurnierJeanMoreauFGenerated.c24 double ut2, in fc3d_AlartCurnierJeanMoreauFGenerated() argument
57 x6 = rhot2*ut2; in fc3d_AlartCurnierJeanMoreauFGenerated()
133 double ut2 = Frama_C_double_interval(-1.0e+6, 1.0e+6); in main() local
139 fc3d_AlartCurnierJeanMoreauFGenerated(rn, rt1, rt2, un, ut1, ut2, mu, rhon, rhot1, rhot2, result); in main()
H A Dfc3d_AlartCurnierJeanMoreauABGenerated.c39 double ut2, in fc3d_AlartCurnierJeanMoreauABGenerated() argument
73 x6 = rhot2*ut2; in fc3d_AlartCurnierJeanMoreauABGenerated()
306 double ut2 = Frama_C_double_interval(-1.0e+6, 1.0e+6); in main() local
312 …fc3d_AlartCurnierJeanMoreauABGenerated(rn, rt1, rt2, un, ut1, ut2, mu, rhon, rhot1, rhot2, result); in main()
H A Dfc3d_AlartCurnierABGenerated.c39 double ut2, in fc3d_AlartCurnierABGenerated() argument
75 x7 = rhot2*ut2; in fc3d_AlartCurnierABGenerated()
331 double ut2 = Frama_C_double_interval(-1.0e+6, 1.0e+6); in main() local
337 fc3d_AlartCurnierABGenerated(rn, rt1, rt2, un, ut1, ut2, mu, rhon, rhot1, rhot2, result); in main()
H A Dfc3d_AlartCurnierJeanMoreauFABGenerated.c42 double ut2, in fc3d_AlartCurnierJeanMoreauFABGenerated() argument
76 x8 = rhot2*ut2; in fc3d_AlartCurnierJeanMoreauFABGenerated()
348 double ut2 = Frama_C_double_interval(-1.0e+6, 1.0e+6); in main() local
354 …fc3d_AlartCurnierJeanMoreauFABGenerated(rn, rt1, rt2, un, ut1, ut2, mu, rhon, rhot1, rhot2, result… in main()
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/
H A DFischerBurmeisterGenerated.h34 double ut2,
48 double ut2,
61 double ut2,
83 double ut2,
96 double ut2,
/dports/devel/splint/splint-3.1.2/src/
H A Dllerror.c631 ctype ut2 = t2; in llgentypeerroraux() local
648 ut2 = ctype_baseArrayPtr (ut2); in llgentypeerroraux()
677 || ((ctype_isInt (ut1) && (ctype_isChar (ut2) && !ctype_isInt (ut2))))) in llgentypeerroraux()
730 else if (ctype_equal (ut2, ctype_ulint)) in llgentypeerroraux()
734 else if (ctype_equal (ut2, ctype_lint)) in llgentypeerroraux()
738 else if (ctype_isInt (ut2)) in llgentypeerroraux()
805 bool_unparse (ctype_isInt (ut2)))); in llgentypeerroraux()
812 if (ctype_match (ct, ut2)) in llgentypeerroraux()
827 if (ctype_isNumAbstract (ut2)) in llgentypeerroraux()
863 if ((ctype_isEnum (ut1) && ctype_isInt (ut2)) in llgentypeerroraux()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2b-p2266-disable-with-msvc-compat.cpp68 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
73 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
79 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
83 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
91 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
96 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
102 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcxx2b-p2266-disable-with-msvc-compat.cpp68 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
73 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
79 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
83 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
91 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
96 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
102 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2b-p2266-disable-with-msvc-compat.cpp68 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
73 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
79 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
83 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
91 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
96 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
102 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-p2266-disable-with-msvc-compat.cpp68 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
73 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
79 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
83 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
91 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
96 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
102 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2b-p2266-disable-with-msvc-compat.cpp68 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
73 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
79 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
83 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
91 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
96 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
102 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcxx2b-p2266-disable-with-msvc-compat.cpp68 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
73 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
79 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
83 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
91 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
96 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
102 int &ut2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in ut2() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/misc/
H A Dtypeinfotest.cpp70 UserType2 ut2; in WX_DEFINE_TYPEINFO() local
76 CPPUNIT_ASSERT(wxTypeId(ut2) == wxTypeId(*ut2_p)); in WX_DEFINE_TYPEINFO()
80 CPPUNIT_ASSERT(wxTypeId(uns_ut1) != wxTypeId(ut2)); in WX_DEFINE_TYPEINFO()
81 CPPUNIT_ASSERT(wxTypeId(ut1) != wxTypeId(ut2)); in WX_DEFINE_TYPEINFO()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/misc/
H A Dtypeinfotest.cpp74 UserType2 ut2; in WX_DEFINE_TYPEINFO() local
80 CPPUNIT_ASSERT(wxTypeId(ut2) == wxTypeId(*ut2_p)); in WX_DEFINE_TYPEINFO()
84 CPPUNIT_ASSERT(wxTypeId(uns_ut1) != wxTypeId(ut2)); in WX_DEFINE_TYPEINFO()
85 CPPUNIT_ASSERT(wxTypeId(ut1) != wxTypeId(ut2)); in WX_DEFINE_TYPEINFO()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/misc/
H A Dtypeinfotest.cpp74 UserType2 ut2; in WX_DEFINE_TYPEINFO() local
80 CPPUNIT_ASSERT(wxTypeId(ut2) == wxTypeId(*ut2_p)); in WX_DEFINE_TYPEINFO()
84 CPPUNIT_ASSERT(wxTypeId(uns_ut1) != wxTypeId(ut2)); in WX_DEFINE_TYPEINFO()
85 CPPUNIT_ASSERT(wxTypeId(ut1) != wxTypeId(ut2)); in WX_DEFINE_TYPEINFO()
/dports/math/flint2/flint-2.8.4/fmpz_mpoly_factor/test/
H A Dt-lcc_kaltofen.c137 fmpz_poly_struct ut1[1], ut2[1], * ulcs; in main() local
150 fmpz_poly_init(ut2); in main()
220 fmpz_mpoly_evaluate_rest_except_one(ut2, divs + j, alphas, v, ctx); in main()
221 if (fmpz_poly_is_zero(ut1) || fmpz_poly_is_zero(ut2)) in main()
228 fmpz_poly_primitive_part(ut2, ut2); in main()
229 if (!fmpz_poly_divides(ulcs + j, ut1, ut2)) in main()
253 fmpz_mpoly_evaluate_rest_except_one(ut2, divs + j, alphas, v, ctx); in main()
255 _fmpz_vec_content(g2, ut2->coeffs, ut2->length); in main()
305 fmpz_poly_clear(ut2); in main()
/dports/astro/libgal/libgal-0.5.0/date_time/
H A Dgal_utc2ut1_test.c40 double ut1, ut2 ; in gal_utc2ut1_test() local
48 gal_utc2ut1 ( 2451545.0, 0.0, -0.4, &ut1, &ut2 ) ; in gal_utc2ut1_test()
50 gal_vdv ( ut2, -0.4 / GAL_D2S, 0.0, "gal_utc2ut1", "ut2" ) ; in gal_utc2ut1_test()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dutanvec.c82 int UTanVecsSequent(BasePoint ut1, BasePoint ut2, BasePoint ut3, in UTanVecsSequent() argument
86 if ( BPNEAR(ut1, ut2) ) in UTanVecsSequent()
89 if ( BPNEAR(ut2, ut3) || BPNEAR(ut1, ut3) ) in UTanVecsSequent()
99 return UTanVecGreater(ut1, ut2) && UTanVecGreater(ut2, ut3); in UTanVecsSequent()
101 return (UTanVecGreater(ut1, ut2) && UTanVecGreater(ut3, ut2)) in UTanVecsSequent()
102 || (UTanVecGreater(ut2, ut1) && UTanVecGreater(ut2, ut3)); in UTanVecsSequent()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.transaction/src/test/java/org/springframework/transaction/support/
H A DJtaTransactionManagerSerializationTests.java37 UserTransaction ut2 = createMock(UserTransaction.class); in testSerializable() local
48 jndiEnv.bind(JtaTransactionManager.DEFAULT_USER_TRANSACTION_NAME, ut2); in testSerializable()
56 .getUserTransaction() == ut2); in testSerializable()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.transaction/src/test/java/org/springframework/transaction/
H A DJndiJtaTransactionManagerTests.java186 UserTransaction ut2 = (UserTransaction) ut2Control.getMock(); in testJtaTransactionManagerWithNotCacheUserTransaction() local
187 ut2.getStatus(); in testJtaTransactionManagerWithNotCacheUserTransaction()
189 ut2.getStatus(); in testJtaTransactionManagerWithNotCacheUserTransaction()
191 ut2.begin(); in testJtaTransactionManagerWithNotCacheUserTransaction()
193 ut2.commit(); in testJtaTransactionManagerWithNotCacheUserTransaction()
216 ptm.setJndiTemplate(new ExpectedLookupTemplate("java:comp/UserTransaction", ut2)); in testJtaTransactionManagerWithNotCacheUserTransaction()
/dports/security/acmetool/acmetool-0.2.1/vendor/gopkg.in/square/go-jose.v1/
H A Djson_fork_test.go51 var ut2 UnicodeTest
52 err = json.Unmarshal(raw, &ut2)
57 if ut2.Sig != "" {
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A Dbicgstabl.c595 void *ut2; member
643 (bicgstab_data -> ut2) = NULL; in hypre_BiCGSTABLCreate()
727 if ((bicgstab_data -> ut2) == NULL) in hypre_BiCGSTABLSetup()
778 void *ut2 = (bicgstab_data -> ut2); in hypre_BiCGSTABLSolve() local
865 gamma = hypre_ParKrylovInnerProd(rh,ut2); in hypre_BiCGSTABLSolve()
867 hypre_ParKrylovAxpy(dtmp,ut2,rt1); in hypre_BiCGSTABLSolve()
878 hypre_ParKrylovScaleVector(dtmp,ut2); in hypre_BiCGSTABLSolve()
879 hypre_ParKrylovAxpy(1.0,rt2,ut2); in hypre_BiCGSTABLSolve()
880 precond(precond_data, A, ut2, t); in hypre_BiCGSTABLSolve()
884 hypre_ParKrylovAxpy(dtmp,ut2,rt1); in hypre_BiCGSTABLSolve()
[all …]

12345678910>>...23