/third_party/boost/boost/geometry/srs/projections/proj/ |
D | boggs.hpp | 76 T theta, th1, c; in fwd() local 85 theta -= th1 = (theta + sin(theta) - c) / in fwd() 87 if (fabs(th1) < epsilon) break; in fwd()
|
D | mbtfpq.hpp | 76 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()
|
D | hatano.hpp | 80 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/ |
D | futex_wake04.c | 91 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/ |
D | test_8960.cpp | 46 boost::thread th1(&do_thread); in main() local 47 th1.join(); in main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-x86-sse2.c | 307 __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/ |
D | dtor_pass.cpp | 64 boost::thread th1(f); in main() local 65 th1.join(); in main()
|
/third_party/boost/libs/thread/test/sync/conditions/condition_variable_any/ |
D | dtor_pass.cpp | 64 boost::thread th1(f); in main() local 65 th1.join(); in main()
|
/third_party/wayland_standard/tests/ |
D | display-test.c | 587 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/ |
D | regressions.py | 172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
|
/third_party/python/Lib/test/ |
D | test_decimal.py | 1630 th1 = threading.Thread(target=thfunc1, args=(self,)) 1633 th1.start() 1642 th1.join()
|
/third_party/node/ |
D | AUTHORS | 2890 nathias <n@th1.as>
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 63542 zIx9~-#pI>LzFp%E8NyQFij)C~xojHEu|WmL`th1>PdDSkem>Dm7W)14wO7mW{rfk& 124600 - th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
|