Home
last modified time | relevance | path

Searched refs:th1 (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/geometry/srs/projections/proj/
Dboggs.hpp76 T theta, th1, c; in fwd() local
85 theta -= th1 = (theta + sin(theta) - c) / in fwd()
87 if (fabs(th1) < epsilon) break; in fwd()
Dmbtfpq.hpp76 T th1, c; in fwd() local
81 lp_lat -= th1 = (sin(.5*lp_lat) + sin(lp_lat) - c) / in fwd()
83 if (fabs(th1) < epsilon) break; in fwd()
Dhatano.hpp80 T th1, c; in fwd() local
85 lp_lat -= th1 = (lp_lat + sin(lp_lat) - c) / (1. + cos(lp_lat)); in fwd()
86 if (fabs(th1) < epsilon) break; in fwd()
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake04.c91 pthread_t th1, th2; in wakeup_thread2() local
117 SAFE_PTHREAD_CREATE(&th1, NULL, wait_thread1, NULL); in wakeup_thread2()
126 SAFE_PTHREAD_JOIN(th1, NULL); in wakeup_thread2()
/third_party/boost/libs/thread/test/
Dtest_8960.cpp46 boost::thread th1(&do_thread); in main() local
47 th1.join(); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-x86-sse2.c307 __m128i ta, tb, tl1, tl2, th1, th2; in interpolate_gint16_cubic_sse2() local
323 th1 = _mm_madd_epi16 (_mm_unpackhi_epi16 (ta, tb), f[0]); in interpolate_gint16_cubic_sse2()
332 th1 = _mm_add_epi32 (th1, th2); in interpolate_gint16_cubic_sse2()
335 th1 = _mm_add_epi32 (th1, _mm_set1_epi32 (1 << (PRECISION_S16 - 1))); in interpolate_gint16_cubic_sse2()
338 th1 = _mm_srai_epi32 (th1, PRECISION_S16); in interpolate_gint16_cubic_sse2()
340 tl1 = _mm_packs_epi32 (tl1, th1); in interpolate_gint16_cubic_sse2()
/third_party/boost/libs/thread/test/sync/conditions/condition_variable/
Ddtor_pass.cpp64 boost::thread th1(f); in main() local
65 th1.join(); in main()
/third_party/boost/libs/thread/test/sync/conditions/condition_variable_any/
Ddtor_pass.cpp64 boost::thread th1(f); in main() local
65 th1.join(); in main()
/third_party/wayland_standard/tests/
Ddisplay-test.c587 pthread_t th1, th2, th3; in threading_cancel_read() local
591 th1 = create_thread(c, thread_prepare_and_read); in threading_cancel_read()
603 pthread_join(th1, NULL); in threading_cancel_read()
626 pthread_t th1, th2, th3; in threading_read_eagain() local
630 th1 = create_thread(c, thread_prepare_and_read); in threading_read_eagain()
644 pthread_join(th1, NULL); in threading_read_eagain()
/third_party/libxml2/
Dregressions.py172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
/third_party/python/Lib/test/
Dtest_decimal.py1630 th1 = threading.Thread(target=thfunc1, args=(self,))
1633 th1.start()
1642 th1.join()
/third_party/node/
DAUTHORS2890 nathias <n@th1.as>
/third_party/chromium/patch/
D0001-cve.patch63542 zIx9~-#pI>LzFp%E8NyQFij)C~xojHEu|WmL`th1>PdDSkem>Dm7W)14wO7mW{rfk&
124600 - th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))