Home
last modified time | relevance | path

Searched refs:carries (Results 1 – 25 of 84) sorted by relevance

1234

/external/fec/
Dsumsq_av.c16 vector unsigned int sums,carries,s1,s2; in sumsq_av() local
20 carries = sums = (vector unsigned int)(0); in sumsq_av()
40 carries = vec_add(carries,vec_addc(sums,s1)); in sumsq_av()
51 carries = vec_add(carries,vec_addc(sums,s1)); in sumsq_av()
57 s2 = vec_sro(carries,s.cv); in sumsq_av()
58 carries = vec_add(carries,vec_addc(sums,s1)); in sumsq_av()
60 carries = vec_add(carries,s2); in sumsq_av()
64 s2 = vec_sro(carries,s.cv); in sumsq_av()
65 carries = vec_add(carries,vec_addc(sums,s1)); in sumsq_av()
67 carries = vec_add(carries,s2); in sumsq_av()
[all …]
/external/u-boot/arch/arc/lib/
Dlibgcc2.c22 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local
25 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3()
46 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local
49 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __ashrdi3()
69 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3() local
72 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __lshrdi3()
/external/u-boot/arch/mips/lib/
Dlshrdi3.c18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
21 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
Dashldi3.c18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
21 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
Dashrdi3.c20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/external/u-boot/arch/sh/lib/
Dashldi3.c18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
21 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
Dlshrdi3.c18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
21 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
Dashrdi3.c20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/external/u-boot/arch/m68k/lib/
Dashldi3.c43 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local
45 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
Dlshrdi3.c43 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local
45 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
/external/u-boot/arch/nios2/lib/
Dlibgcc.c67 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local
70 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
94 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local
97 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
120 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() local
123 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
DREADME13 which carries the following notice:
/external/selinux/
DREADME.android9 Android no longer carries changes outside of those files.
/external/libaom/libaom/build/cmake/
Daom_install.cmake59 # Our pkg-config file carries version information: add a dependency on the
/external/sonivox/arm-wt-22k/lib_src/
DARM_synth_constants_gnu.inc66 @ shift for phase accumulator when fraction carries over
/external/boringssl/src/third_party/fiat/
DREADME.md16 unsigned integers with a single carry chain and two wraparound carries" where
/external/skia/site/dev/sheriffing/
Dandroid.md49 * Collects all 'Test: ' lines and carries them over to the merge change.
/external/tensorflow/tensorflow/core/protobuf/
Dmaster_service.proto47 // Typically, a client carries out an iterative computation
/external/google-breakpad/
DREADME.ANDROID102 entry that carries a hexadecimal version number, e.g.:
/external/skqp/site/dev/sheriffing/
Dandroid.md49 * Collects all 'Test: ' lines and carries them over to the merge change.
/external/python/cpython2/Lib/test/decimaltestdata/
DddMultiply.decTest101 -- test some more edge cases and carries
125 -- test some more edge cases without carries
DdqMultiply.decTest101 -- test some more edge cases and carries
125 -- test some more edge cases without carries
/external/u-boot/doc/
DREADME.coccinelle264 carries its own .cocciconfig, you will need to use SPFLAGS to use idutils if
280 carries a script scripts/idutils_index.sh which creates the database with::
/external/python/cpython3/Lib/test/decimaltestdata/
DdqMultiply.decTest101 -- test some more edge cases and carries
125 -- test some more edge cases without carries
DddMultiply.decTest101 -- test some more edge cases and carries
125 -- test some more edge cases without carries

1234