Home
last modified time | relevance | path

Searched refs:par1 (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/test/test/inputs/
Dcfg_file_tst1.cfg1 par1 = "ABC "
2 NS1::par1 = 12
3 NS2::NS3::par1 = OFF
4 NS2::NS4::par1 = ON
5 NS2::NS4::NS5::par1 = 1 2 3
Dpar_alias1.cfg2 par2 NS1::par1
3 par3 NS2::NS3::par1
5 par5 NS2::NS3::par1
7 par4 NS2::NS4::par1
Dpar_alias3.cfg2 par1 NS1::par1 par2
Dcfg_file_tst3.cfg1 par1 = 1
Dcfg_file_tst6.cfg1 par1 1
Dcfg_file_tst2.cfg1 par1 = |"Simple text "|
Dpar_alias2.cfg2 par1 BLA::bla
/third_party/ffmpeg/libavdevice/tests/
Dtimefilter.c53 double par0, par1; in main() local
56 for (par1 = bestpar1 * 0.8; par1 <= bestpar1 * 1.21; par1 += bestpar1 * 0.05) { in main()
58 TimeFilter *tf = ff_timefilter_new(1, par0, par1); in main()
74 bestpar1 = par1; in main()
/third_party/boost/boost/geometry/srs/
Dtransformation.hpp301 static inline bool apply(Proj1 const& proj1, Par1 const& par1, in apply()
307 bool const input_angles = !par1.is_geocent && par1.is_latlong; in apply()
314 res = pj_transform(proj1, par1, proj2, par2, wrapper.get(), grids1, grids2); in apply()
341 static inline bool apply(Proj1 const& proj1, Par1 const& par1, in apply()
349 return apply(proj1, par1, proj2, par2, in apply()
363 static inline bool apply(Proj1 const& proj1, Par1 const& par1, in apply()
371 if ( ! Policy::apply(proj1, par1, proj2, par2, *in_first, *out_first, grids1, grids2) ) in apply()
400 static inline bool apply(Proj1 const& proj1, Par1 const& par1, in apply()
406 bool const input_angles = !par1.is_geocent && par1.is_latlong; in apply()
418 res = pj_transform(proj1, par1, proj2, par2, range, grids1, grids2); in apply()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
D4-1.c109 static void par1(void) in par1() function
234 ret = pthread_atfork(pre1, par1, chi1); in main()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl212 __m128 par1 = _mm_set1_ps(s); local
213 return fvec4SIMD(_mm_mul_ps(par0, par1));
219 __m128 par1 = v.Data; local
220 return fvec4SIMD(_mm_mul_ps(par0, par1));
232 __m128 par1 = _mm_set1_ps(s); local
233 return fvec4SIMD(_mm_div_ps(par0, par1));
239 __m128 par1 = v.Data; local
240 return fvec4SIMD(_mm_div_ps(par0, par1));
/third_party/boost/libs/spirit/repository/doc/karma/
Dconfix.qbk149 which generates the expected output: `func(par1,par2,par3)`.
/third_party/python/Lib/test/
Dtest_urllib.py846 def _reporthook(par1, par2, par3): argument
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk3456 MyType *ptr = managed_memory_segment.construct<MyType>("Name") (par1, par2...);
3459 //!Each object receives the same parameters (par1, par2, ...)
3460 MyType *ptr = managed_memory_segment.construct<MyType>("Name")[count](par1, par2...);
3464 MyType *ptr = managed_memory_segment.find_or_construct<MyType>("Name") (par1, par2...);
3468 //!receives the same parameters (par1, par2, ...)
3469 MyType *ptr = managed_memory_segment.find_or_construct<MyType>("Name")[count](par1, par2...);
3497 MyType *ptr = managed_memory_segment.construct<MyType>("Name", std::nothrow) (par1, par2...);
3511 MyType *ptr = managed_memory_segment.construct<MyType>(anonymous_instance) (par1, par2...);
3544 MyType *ptr = managed_memory_segment.construct<MyType>(unique_instance) (par1, par2...);
3558 MyType *ptr = managed_memory_segment.construct<MyType>(unique_instance) (par1, par2...);
[all …]