HomeSort by relevance Sort by last modified time
    Searched refs:assumed (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
atomic.hpp 74 int old = *address_as_i, assumed;
76 assumed = old;
77 old = ::atomicCAS(address_as_i, assumed,
78 __float_as_int(val + __int_as_float(assumed)));
79 } while (assumed != old);
88 unsigned long long int old = *address_as_ull, assumed; local
90 assumed = old;
91 old = ::atomicCAS(address_as_ull, assumed,
92 __double_as_longlong(val + __longlong_as_double(assumed)));
93 } while (assumed != old)
118 int old = *address_as_i, assumed; local
136 unsigned long long int old = *address_as_ull, assumed; local
166 int old = *address_as_i, assumed; local
184 unsigned long long int old = *address_as_ull, assumed; local
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
emulation.hpp 159 int old = *address_as_i, assumed;
161 assumed = old;
162 old = ::atomicCAS(address_as_i, assumed,
163 __float_as_int(val + __int_as_float(assumed)));
164 } while (assumed != old);
172 unsigned long long int old = *address_as_ull, assumed; local
174 assumed = old;
175 old = ::atomicCAS(address_as_ull, assumed,
176 __double_as_longlong(val + __longlong_as_double(assumed)));
177 } while (assumed != old)
194 int old = *address_as_i, assumed; local
211 unsigned long long int old = *address_as_ull, assumed; local
233 int old = *address_as_i, assumed; local
250 unsigned long long int old = *address_as_ull, assumed; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
align1.s 5 ; "8" assumed if no alignment given.
  /external/strace/
strace-log-merge 11 It is assumed that STRACE_LOGs were produced by strace with -tt[t]
  /external/libmpeg2/common/arm/
icv_sad_a9.s 61 @* Width (assumed to be 8)
64 @* Height (assumed to be 4)
icv_variance_a9.s 55 @* Width (assumed to be 8)
58 @* Height (assumed to be 4)
  /external/eigen/blas/fortran/
lsame.f 53 * ASCII is assumed - ZCODE is the ASCII code of either lower or
61 * EBCDIC is assumed - ZCODE is the EBCDIC code of either lower or
73 * ASCII is assumed, on Prime machines - ZCODE is the ASCII code
ctbmv.f 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular.
51 * DIAG = 'N' or 'n' A is not assumed to be unit
108 * referenced, but are assumed to be unity.
dtbmv.f 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular.
51 * DIAG = 'N' or 'n' A is not assumed to be unit
108 * referenced, but are assumed to be unity.
stbmv.f 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular.
51 * DIAG = 'N' or 'n' A is not assumed to be unit
108 * referenced, but are assumed to be unity.
ztbmv.f 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular.
51 * DIAG = 'N' or 'n' A is not assumed to be unit
108 * referenced, but are assumed to be unity.
chbmv.f 89 * not be set and are assumed to be zero.
chpmv.f 59 * not be set and are assumed to be zero.
zhbmv.f 89 * not be set and are assumed to be zero.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.l 6 [^:]*:10: Warning: no size modifier after period, .w assumed
  /build/core/clang/
TARGET_x86.mk 26 # will work on assumed stack aligned local variables.
  /external/libhevc/common/arm/
ihevc_padding.s 103 @ pad size is assumed to be pad_left = 80
222 @ pad size is assumed to be pad_left = 80
351 @ pad size is assumed to be pad_left = 80
470 @ pad size is assumed to be pad_left = 80
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
pkcs1.py 249 object. If ``message`` has a ``read()`` method, it is assumed to be a
285 object. If ``message`` has a ``read()`` method, it is assumed to be a
330 object. If ``message`` has a ``read()`` method, it is assumed to be a
  /frameworks/rs/api/
rs_convert.spec 112 If the alpha component is not specified, it is assumed to be 1.0, i.e. the result will
  /ndk/build/core/
definitions-tests.mk 19 # A function which names begin with -test- (e.g. -test-foo) is assumed
  /external/autotest/site_utils/deployment/
commandline.py 382 assumed to be the command name.
422 argv[0] is assumed to be the command name.
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 43 procedure is assumed to occupy a single, contiguous range of
  /external/mesa3d/docs/
MESA_texture_array.spec 32 Support for ARB_fragment_program is assumed, but not required.
34 Support for ARB_fragment_program_shadow is assumed, but not required.
36 Support for EXT_framebuffer_object is assumed, but not required.
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 108 // which assumed here that the EOT edge always
  /external/curl/packages/vms/
compare_curl_source.com 19 $! First the files in the original source directory which is assumed to be

Completed in 591 milliseconds

1 2 3