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

1 2 3

  /external/libopus/silk/
Inlines.h 103 opus_int a_headrm, b_headrm, lshift; local
129 lshift = 29 + a_headrm - b_headrm - Qres;
130 if( lshift < 0 ) {
131 return silk_LSHIFT_SAT32(result, -lshift);
133 if( lshift < 32){
134 return silk_RSHIFT(result, lshift);
148 opus_int b_headrm, lshift; local
171 lshift = 61 - b_headrm - Qres;
172 if( lshift <= 0 ) {
173 return silk_LSHIFT_SAT32(result, -lshift);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 273 int lshift = MAX(0, -rshift); local
293 int pix = ((pix_row[x] + delta) >> rshift) << lshift;
300 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
306 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
335 int lshift = MAX(0, -rshift); local
355 int pix = ((pix_row[x] + delta) >> rshift) << lshift;
362 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
368 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
  /external/libopus/silk/fixed/
find_LTP_FIX.c 57 opus_int i, k, lshift; local
125 lshift = silk_CLZ32( WLTP_max ) - 1 - 3; /* keep 3 bits free for vq_nearest_neighbor_fix */
126 silk_assert( 26 - 18 + lshift >= 0 );
127 if( 26 - 18 + lshift < 31 ) {
128 temp32 = silk_min_32( temp32, silk_LSHIFT( (opus_int32)1, 26 - 18 + lshift ) );
  /external/mesa3d/src/compiler/glsl/
lower_packing_builtins.cpp 225 return bit_or(lshift(swizzle_y(u), constant(16u)),
260 return bit_or(bit_or(lshift(swizzle_w(u), constant(24u)),
261 lshift(swizzle_z(u), constant(16u))),
262 bit_or(lshift(swizzle_y(u), constant(8u)),
308 return rshift(lshift(u2i(unpack_uint_to_uvec2(uint_rval)),
389 return rshift(lshift(u2i(unpack_uint_to_uvec4(uint_rval)),
    [all...]
lower_instructions.cpp 367 * lshift(i2u(resulting_biased_exp), exp_shift));
383 * lshift(i2u(resulting_biased_exp), exp_shift));
474 lshift(i2u(resulting_biased_exp), exp_shift_clone));
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_fixed.h 116 "adc %[lo], %[lo], %[hi], lsl %[lshift] \n"
118 : "%[x]"(x), [y]"r"(y), [lshift] "I"(32-shift), [rshift] "I"(shift)
124 "adc %[lo], %[lo], %[hi], lsl %[lshift] \n"
126 : "%[x]"(x), [y]"r"(y), [lshift] "r"(32-shift), [rshift] "r"(shift)
139 "add %[lo], %[lo], %[hi], lsl %[lshift] \n"
141 : "%[x]"(x), [y]"r"(y), [a]"r"(a), [lshift] "I"(32-shift), [rshift] "I"(shift)
146 "add %[lo], %[lo], %[hi], lsl %[lshift] \n"
148 : "%[x]"(x), [y]"r"(y), [a]"r"(a), [lshift] "r"(32-shift), [rshift] "r"(shift)
160 "add %[lo], %[lo], %[hi], lsl %[lshift] \n"
162 : "%[x]"(x), [y]"r"(y), [a]"r"(a), [lshift] "I"(32-shift), [rshift] "I"(shift
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 261 b = lshift(b, -bdif);
721 rvb = lshift(rvb, j);
809 bb = lshift(bb, bb2);
821 bd = lshift(bd, bd2);
826 bs = lshift(bs, bs2);
876 delta = lshift(delta,1);
986 rvb = lshift(rvb, j = nbits - rvbits);
998 ab = lshift(ab, abe);
1021 rvb = lshift(rvb, 1);
1078 rvb = lshift(rvb, j)
    [all...]
dtoa.c 603 b = lshift(b, b2);
608 S = lshift(S, s2);
643 mhi = lshift(mhi, m2);
658 mhi = lshift(mhi, Log2P);
711 b = lshift(b, 1);
788 b = lshift(b, 1);
gdtoa.c 601 b = lshift(b, b2);
606 S = lshift(S, s2);
643 mhi = lshift(mhi, m2);
658 mhi = lshift(mhi, 1);
719 b = lshift(b, 1);
787 b = lshift(b, 1);
strtod.c 663 bb = lshift(bb, bb2);
673 bd = lshift(bd, bd2);
678 bs = lshift(bs, bs2);
716 delta = lshift(delta,Log2P);
810 delta = lshift(delta,Log2P);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtodg.c 252 b = lshift(b, -bdif);
623 rvb = lshift(rvb, j);
707 bb = lshift(bb, bb2);
719 bd = lshift(bd, bd2);
724 bs = lshift(bs, bs2);
774 delta = lshift(delta,1);
887 rvb = lshift(rvb, j = nbits - rvbits);
899 ab = lshift(ab, abe);
919 rvb = lshift(rvb, 1);
976 rvb = lshift(rvb, j);
    [all...]
dtoa.c 595 b = lshift(b, b2);
600 S = lshift(S, s2);
632 mhi = lshift(mhi, m2);
647 mhi = lshift(mhi, Log2P);
700 b = lshift(b, 1);
773 b = lshift(b, 1);
gdtoa.c 617 b = lshift(b, b2);
619 S = lshift(S, s2);
650 mhi = lshift(mhi, m2);
665 mhi = lshift(mhi, 1);
726 b = lshift(b, 1);
790 b = lshift(b, 1);
gdtoaimp.h 521 #define lshift __lshift_D2A macro
572 extern Bigint *lshift (Bigint*, int);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
Flagged.h 149 static constexpr IntFlag lshift(Flag value, int shift) { function in struct:android::_Flagged_helper
369 static constexpr IntFlag sEffectiveMask = _Flagged_helper::lshift(MASK, sFlagShift);
407 mFlags(Flag(_Flagged_helper::lshift(flags & sFlagMask, sFlagShift))) { }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
shift2.s 237 r3.l = lshift r0.l by r2.l ; /* shift direction controlled by sign of R2.L */
238 r3.h = lshift r0.l by r2.l ;
240 a0 = lshift a0 by r7.l ;
241 a1 = lshift a1 by r7.l ;
shift.s 62 R1.H = LShift r2.h by r0.l;
63 r0.l = LSHIFT r0.h by r1.l;
64 r7.L = lshift r6.L BY r2.l;
65 r5 = LShIft R4 bY r3.L;
66 A0 = Lshift a0 By R6.L;
67 A1 = LsHIFt a1 by r5.l;
  /external/valgrind/VEX/priv/
guest_x86_helpers.c 113 inline static Int lshift ( Int x, Int n ) function
160 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
161 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
181 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
182 of = lshift((argL ^ argR) & (argL ^ res), \
206 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
207 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
231 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
232 of = lshift((argL ^ argR) & (argL ^ res), \
248 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80;
    [all...]
guest_amd64_helpers.c 153 static inline Long lshift ( Long x, Int n ) function
204 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
205 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
225 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
226 of = lshift((argL ^ argR) & (argL ^ res), \
250 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
251 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
275 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
276 of = lshift((argL ^ argR) & (argL ^ res), \
292 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80;
    [all...]
  /external/skia/tools/lua/
gradients.lua 11 LuaDoubleNearlyZero = 1.0 / bit32.lshift(1.0, 12)
  /hardware/interfaces/tests/expression/1.0/
IExpression.hal 135 lshift = (22 << 1) == 44,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
843 lshift(Bigint *b, int k) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
826 lshift(Bigint *b, int k) function
    [all...]
  /external/python/cpython2/Python/
dtoa.c 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
843 lshift(Bigint *b, int k) function
    [all...]
  /frameworks/av/media/libstagefright/foundation/tests/
Flagged_test.cpp 270 // lshift(value, n)
271 static_assert(helper::lshift(0U, 0) == 0U, "");
272 static_assert(helper::lshift(0U, 30) == 0U, "");
273 static_assert(helper::lshift(1U, 0) == 1U, "");
274 static_assert(helper::lshift(1U, 10) == 1024U, "");
275 static_assert(helper::lshift(10U, 10) == 10240U, "");
276 static_assert(helper::lshift(10, 10) == 10240, "");
277 static_assert(helper::lshift(-10, 0) == -10, "");
278 // static_assert(helper::lshift(-10, 10) == -10240, ""); // error: left shift of negative value

Completed in 3016 milliseconds

1 2 3