Home
last modified time | relevance | path

Searched refs:INFINITE (Results 1 – 25 of 151) sorted by relevance

1234567

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java116 public static final byte INFINITE = 1; field in Dfp
292 nans = INFINITE; in Dfp()
295 nans = INFINITE; in Dfp()
347 nans = INFINITE; in Dfp()
353 nans = INFINITE; in Dfp()
800 return nans == INFINITE; in isInfinite()
873 if (a.nans == INFINITE && b.nans == FINITE) { in compare()
877 if (a.nans == FINITE && b.nans == INFINITE) { in compare()
881 if (a.nans == INFINITE && b.nans == INFINITE) { in compare()
964 if (nans == INFINITE) { in trunc()
[all …]
DDfpMath.java120 if (result[0].classify() == Dfp.INFINITE || result[0].equals(result[1])) { in splitMult()
272 return a.newInstance((byte)1, Dfp.INFINITE); in exp()
330 if (a.classify() == Dfp.INFINITE) { in log()
548 return x.newInstance(x.newInstance((byte)1, Dfp.INFINITE)); in pow()
557 return x.newInstance(x.newInstance((byte)-1, Dfp.INFINITE)); in pow()
564 return x.newInstance(x.newInstance((byte)1, Dfp.INFINITE)); in pow()
576 if (x.greaterThan(one) && y.classify() == Dfp.INFINITE) { in pow()
584 if (x.lessThan(one) && y.classify() == Dfp.INFINITE) { in pow()
592 if (x.equals(one) && y.classify() == Dfp.INFINITE) { in pow()
597 if (x.classify() == Dfp.INFINITE) { in pow()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowValueAnimatorTest.java42 animator.setRepeatCount(ValueAnimator.INFINITE); in test_WithInfiniteRepeatCount_CountIsSetToOne()
44 assertThat(Shadows.shadowOf(animator).getActualRepeatCount()).isEqualTo(ValueAnimator.INFINITE); in test_WithInfiniteRepeatCount_CountIsSetToOne()
53 animator.setRepeatCount(ValueAnimator.INFINITE); in test_WhenInfiniteAnimationIsPlayed_AnimationIsOnlyPlayedOnce()
/external/mesa3d/include/c11/
Dthreads_win32.h190 WaitForSingleObject(cond->sem_gate, INFINITE); in impl_cond_do_signal()
216 WaitForSingleObject(cond->sem_gate, INFINITE); in impl_cond_do_wait()
222 w = WaitForSingleObject(cond->sem_queue, xt ? impl_xtime2msec(xt) : INFINITE); in impl_cond_do_wait()
244 WaitForSingleObject(cond->sem_gate, INFINITE); in impl_cond_do_wait()
253 WaitForSingleObject(cond->sem_queue, INFINITE); in impl_cond_do_wait()
399 SleepConditionVariableCS(&cond->condvar, mtx, INFINITE); in cnd_wait()
562 w = WaitForSingleObject(thr, INFINITE); in thrd_join()
/external/libevent/
Devthread_win32.c167 ms = INFINITE; in evthread_win32_condvar_wait()
240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait()
268 } else if (ms != INFINITE) { in evthread_win32_cond_wait()
/external/compiler-rt/test/asan/TestCases/Windows/
Dthread_stack_reuse.cc27 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE)) in main()
33 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE)) in main()
Dthread_stack_array_left_oob.cc26 WaitForSingleObject(thr, INFINITE); in main()
Dthread_stack_array_right_oob.cc26 WaitForSingleObject(thr, INFINITE); in main()
Ddll_thread_stack_array_left_oob.cc33 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE)) in test_function()
Dbeginthreadex.cc18 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE)) in main()
/external/v8/src/base/platform/
Dsemaphore.cc159 DWORD result = WaitForSingleObject(native_handle_, INFINITE);
170 if (msec >= static_cast<int64_t>(INFINITE)) {
171 DWORD result = WaitForSingleObject(native_handle_, INFINITE - 1);
Dcondition-variable.cc280 while (!event->WaitFor(INFINITE)) {
305 if (msec >= static_cast<int64_t>(INFINITE)) {
306 result = event->WaitFor(INFINITE - 1);
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h96 return (WaitForSingleObject(thread, INFINITE) != WAIT_OBJECT_0 || in pthread_join()
172 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) != in pthread_cond_signal()
183 ok = SleepConditionVariableCS(condition, mutex, INFINITE); in pthread_cond_wait()
190 ok = (WaitForSingleObject(condition->signal_event_, INFINITE) == in pthread_cond_wait()
/external/webp/src/utils/
Dthread_utils.c100 return (WaitForSingleObject(thread, INFINITE) != WAIT_OBJECT_0 || in pthread_join()
171 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) != in pthread_cond_signal()
182 ok = SleepConditionVariableCS(condition, mutex, INFINITE); in pthread_cond_wait()
189 ok = (WaitForSingleObject(condition->signal_event_, INFINITE) == in pthread_cond_wait()
/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_posix.cc80 const unsigned long INFINITE = 0xFFFFFFFF; in SleepCS() local
91 if (max_time_inMS != INFINITE) { in SleepCS()
/external/curl/lib/
Dcurl_threads.c134 int ret = (WaitForSingleObject(*hnd, INFINITE) == WAIT_OBJECT_0); in Curl_thread_join()
136 int ret = (WaitForSingleObjectEx(*hnd, INFINITE, FALSE) == WAIT_OBJECT_0); in Curl_thread_join()
/external/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp30 #ifndef INFINITE
31 #define INFINITE 0 macro
156 #if INFINITE in TestDateFormatRoundTrip()
163 # if INFINITE in TestDateFormatRoundTrip()
212 #if !INFINITE in test()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java39 public boolean INFINITE = false; field in DateFormatRoundTripTest
66 if (INFINITE) { in TestDateFormatRoundTrip()
97 if (!INFINITE) { in _test()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRoundTripTest.java42 public boolean INFINITE = false; field in DateFormatRoundTripTest
69 if (INFINITE) { in TestDateFormatRoundTrip()
100 if (!INFINITE) { in _test()
/external/vulkan-validation-layers/tests/
Dtest_common.h139 return WaitForSingleObject(thread, INFINITE); in test_platform_thread_join()
155 SleepConditionVariableCS(pCond, pMutex, INFINITE); in test_platform_thread_cond_wait()
/external/libusb/libusb/os/
Dthreads_windows.c67 result = WaitForSingleObject(*mutex, INFINITE); in usbi_mutex_lock()
209 return usbi_cond_intwait(cond, mutex, INFINITE); in usbi_cond_wait()
/external/dng_sdk/source/
Ddng_pthread.cpp425 if (::WaitForSingleObject(primaryHandle, INFINITE) != WAIT_OBJECT_0) in dng_pthread_join()
638 ::WaitForSingleObject(semaphore, INFINITE); in cond_wait_internal()
657 return cond_wait_internal(cond, mutex, INFINITE); in dng_pthread_cond_wait()
942 result = (WaitForSingleObject(semaphore, INFINITE) == WAIT_OBJECT_0) ? 0 : -1; in dng_pthread_rwlock_rdlock()
1072 result = (WaitForSingleObject(semaphore, INFINITE) == WAIT_OBJECT_0) ? 0 : -1; in dng_pthread_rwlock_wrlock()
/external/libcxx/src/support/win32/
Dthread_win32.cpp109 SleepConditionVariableSRW((PCONDITION_VARIABLE)__cv, (PSRWLOCK)__m, INFINITE, 0); in __libcpp_condvar_wait()
224 if (WaitForSingleObjectEx(*__t, INFINITE, FALSE) == WAIT_FAILED) in __libcpp_thread_join()
/external/python/cpython2/Python/
Dthread_nt.h52 WaitForSingleObject(mutex->hevent, INFINITE) : WAIT_OBJECT_0 ; in EnterNonRecursiveMutex()
248 …success = aLock && EnterNonRecursiveMutex((PNRMUTEX) aLock, (waitflag ? INFINITE : 0)) == WAIT_OBJ… in PyThread_acquire_lock()
/external/python/cpython3/Python/
Dcondvar.h268 int result = _PyCOND_WAIT_MS(cv, cs, INFINITE); in PyCOND_WAIT()
359 return SleepConditionVariableSRW(cv, cs, INFINITE, 0) ? 0 : -1; in PyCOND_WAIT()

1234567