/external/fec/ |
D | sumsq_av.c | 16 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/ |
D | libgcc2.c | 22 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/ |
D | lshrdi3.c | 18 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()
|
D | ashldi3.c | 18 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()
|
D | ashrdi3.c | 20 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/ |
D | ashldi3.c | 18 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()
|
D | lshrdi3.c | 18 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()
|
D | ashrdi3.c | 20 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/ |
D | ashldi3.c | 43 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local 45 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 43 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/ |
D | libgcc.c | 67 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/ |
D | README | 13 which carries the following notice:
|
/external/selinux/ |
D | README.android | 9 Android no longer carries changes outside of those files.
|
/external/libaom/libaom/build/cmake/ |
D | aom_install.cmake | 59 # Our pkg-config file carries version information: add a dependency on the
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM_synth_constants_gnu.inc | 66 @ shift for phase accumulator when fraction carries over
|
/external/boringssl/src/third_party/fiat/ |
D | README.md | 16 unsigned integers with a single carry chain and two wraparound carries" where
|
/external/skia/site/dev/sheriffing/ |
D | android.md | 49 * Collects all 'Test: ' lines and carries them over to the merge change.
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master_service.proto | 47 // Typically, a client carries out an iterative computation
|
/external/google-breakpad/ |
D | README.ANDROID | 102 entry that carries a hexadecimal version number, e.g.:
|
/external/skqp/site/dev/sheriffing/ |
D | android.md | 49 * Collects all 'Test: ' lines and carries them over to the merge change.
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ddMultiply.decTest | 101 -- test some more edge cases and carries 125 -- test some more edge cases without carries
|
D | dqMultiply.decTest | 101 -- test some more edge cases and carries 125 -- test some more edge cases without carries
|
/external/u-boot/doc/ |
D | README.coccinelle | 264 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/ |
D | dqMultiply.decTest | 101 -- test some more edge cases and carries 125 -- test some more edge cases without carries
|
D | ddMultiply.decTest | 101 -- test some more edge cases and carries 125 -- test some more edge cases without carries
|