Home
last modified time | relevance | path

Searched refs:assumed (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Demulation.hpp159 int old = *address_as_i, assumed; in atomicAdd()
161 assumed = old; in atomicAdd()
162 old = ::atomicCAS(address_as_i, assumed, in atomicAdd()
163 __float_as_int(val + __int_as_float(assumed))); in atomicAdd()
164 } while (assumed != old); in atomicAdd()
172 unsigned long long int old = *address_as_ull, assumed; in atomicAdd() local
174 assumed = old; in atomicAdd()
175 old = ::atomicCAS(address_as_ull, assumed, in atomicAdd()
176 __double_as_longlong(val + __longlong_as_double(assumed))); in atomicAdd()
177 } while (assumed != old); in atomicAdd()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Demulation.hpp159 int old = *address_as_i, assumed; in atomicAdd()
161 assumed = old; in atomicAdd()
162 old = ::atomicCAS(address_as_i, assumed, in atomicAdd()
163 __float_as_int(val + __int_as_float(assumed))); in atomicAdd()
164 } while (assumed != old); in atomicAdd()
172 unsigned long long int old = *address_as_ull, assumed; in atomicAdd() local
174 assumed = old; in atomicAdd()
175 old = ::atomicCAS(address_as_ull, assumed, in atomicAdd()
176 __double_as_longlong(val + __longlong_as_double(assumed))); in atomicAdd()
177 } while (assumed != old); in atomicAdd()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Demulation.hpp159 int old = *address_as_i, assumed; in atomicAdd()
161 assumed = old; in atomicAdd()
162 old = ::atomicCAS(address_as_i, assumed, in atomicAdd()
163 __float_as_int(val + __int_as_float(assumed))); in atomicAdd()
164 } while (assumed != old); in atomicAdd()
172 unsigned long long int old = *address_as_ull, assumed; in atomicAdd() local
174 assumed = old; in atomicAdd()
175 old = ::atomicCAS(address_as_ull, assumed, in atomicAdd()
176 __double_as_longlong(val + __longlong_as_double(assumed))); in atomicAdd()
177 } while (assumed != old); in atomicAdd()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhelp-unknown-cmd.c91 const char *assumed = main_cmds.names[0]->name; in help_unknown_cmd() local
98 cmd, assumed); in help_unknown_cmd()
104 return assumed; in help_unknown_cmd()
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.config3 # environment sector is assumed present.
5 # Futhermore, if the Flash sector size is omitted, this value is assumed to
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dselection-api-examples.rst7 (A video capture device is assumed; change
57 A video output device is assumed; change ``V4L2_BUF_TYPE_VIDEO_OUTPUT``
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dcommand_syntax_extensions.txt54 Ad. 3. First and second components of the image at <addr1> are assumed to be a
83 Ad. 8. Image at <addr1> is assumed to contain a default configuration, which
182 can be omitted. If <addr3> is omitted, then it is assumed that image at
183 <addr2> should be used. Similarly, when <addr2> is omitted, it is assumed that
184 image at <addr1> should be used. If <addr1> is omitted, it is assumed that the
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0116-io-gzio-Catch-missing-values-in-huft_build-and-bail.patch27 @@ -507,6 +507,7 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
35 @@ -588,11 +589,18 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/
H A Dconfig.txt41 device, specified in bytes. It is assumed that the setting
52 GPIO that can be set to trigger a system reset. It is assumed
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dpwm-regulator.txt39 defined, <100> is assumed, meaning that
47 If not defined, <0 100> is assumed.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dtscs454.txt13 Note: If clock is not provided then bit clock is assumed
H A Dadi,adau7002.txt12 If this property is not present it is assumed that the supply pin is
H A Dqcom,msm8916-wcd-analog.txt44 its assumed that hphl pin on jack is NC
48 its assumed that gnd pin on jack is NC
H A Dssm2518.txt12 assumed that the nSD pin is hardwired to always on.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/
H A Dmeson-wrapper18 *) echo meson-wrapper: Implicit setup command assumed; MESON_CMD=setup ;;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_list/doc/src/
H A Dplaces_list.qdoc69 the model. An inline delegate has been used and we have assumed that
71 PlaceSearchesult. Consequently it is assumed that we always have access to
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/remoteproc/
H A Dremoteproc.txt14 is provided, the device is assumed to map to such a model.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dlpc-eth.txt10 absent, "rmii" is assumed.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_map/doc/src/
H A Dplaces_map.qdoc69 has been used and we have assumed that every search result is of \l {Search
70 Result Types} {type} \c PlaceSerachesult. Consequently it is assumed that
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/
H A Dfixed-link.txt15 used. When absent, half duplex is assumed.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-Don-t-search-system-for-headers-libraries.patch27 # be assumed that no additional -I,-L directives are needed.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/
H A Ddpot-dac.txt3 It is assumed that the dpot is used as a voltage divider between the
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/spi/
H A Dspi-bus.txt5 discussion, it is assumed that the system's SPI controller is in
16 No other properties are required in the SPI bus node. It is assumed
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ufs/
H A Dufshcd-pltfrm.txt48 defined or a value in the array is "0" then it is assumed
61 Note: If above properties are not defined it can be assumed that the supply
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dsetjmp_64.S9 # The jmp_buf is assumed to contain the following, in order:

12345678910>>...15