Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 25 of 76) sorted by relevance

1234

/hardware/google/gfxstream/guest/mesa/src/util/
Dbigmath.h38 uint32_t carry = 0; in _ubm_add_u32arr() local
40 uint64_t sum = carry; in _ubm_add_u32arr()
46 carry = sum >> 32; in _ubm_add_u32arr()
61 return carry; in _ubm_add_u32arr()
76 uint32_t carry = 0; in _ubm_mul_u32arr() local
90 tmp += carry; in _ubm_mul_u32arr()
94 carry = tmp >> 32; in _ubm_mul_u32arr()
102 dst[i + b_len] = carry; in _ubm_mul_u32arr()
104 overflow = overflow || carry > 0; in _ubm_mul_u32arr()
Dsoftfloat.c584 uint8_t carry; in _mesa_neg_x_m() local
589 carry = 1; in _mesa_neg_x_m()
591 word = ~m_out[index] + carry; in _mesa_neg_x_m()
597 carry = 0; in _mesa_neg_x_m()
615 uint8_t carry; in _mesa_add_m() local
620 carry = 0; in _mesa_add_m()
623 word = a_word + b[index] + carry; in _mesa_add_m()
628 carry = (word < a_word); in _mesa_add_m()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_integer.hpp37 vecType<uint, P> & carry);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_dynamic_rendering.adoc43 Render pass objects also carry a lot of baggage in terms of developer opinion, and an overhaul repl…
117 …NT_STORE_OP_STORE` – other combinations in the existing API do not really carry any useful meaning.
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DREADME146 std::optional also increases the size of the object to carry an extra
/hardware/google/gfxstream/third-party/astc-encoder/
DLICENSE.txt98 (b) You must cause any modified files to carry prominent notices
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal352 * Some radio technologies provide pointers to other programs that carry
356 * This is not a list of programs that carry the same content (i.e.
/hardware/qcom/display/msm8998/liblight/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/display/msm8996/liblight/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/audio/legacy/alsa_sound/
DNOTICE111 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/display/msm8084/libgralloc/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/google/graphics/common/hwc3/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/ril/libril/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/ril/rild/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/display/msm8960/liblight/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/google/graphics/common/libv4l2/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/bt/msm8996/libbt-vendor/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/display/msm8909/libcopybit/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/audio/visualizer/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/display/msm8226/libcopybit/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/display/msm8084/libcopybit/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/display/msm8226/libgralloc/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/qcom/display/msm8994/libcopybit/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/google/graphics/common/libhwc2.1/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/hardware/ril/reference-ril/
DNOTICE110 (b) You must cause any modified files to carry prominent notices

1234