HomeSort by relevance Sort by last modified time
    Searched refs:inc (Results 576 - 600 of 812) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libaudioprocessing/
AudioMixer.cpp 588 const float inc = (newVolume - *pPrevVolume) / ramp; // could be inf, nan, subnormal local
592 if (isnormal(inc) // inc must be a normal number (no subnormals, infinite, nan)
593 && maxv + inc != maxv) { // inc must make forward progress
594 *pVolumeInc = inc;
620 const int32_t inc = ((intVolume << 16) - *pIntPrevVolume) / ramp; local
622 if (inc != 0) { // inc must make forward progress
623 *pIntVolumeInc = inc;
    [all...]
  /external/icu/icu4c/source/data/
Makefile.in 2 ## Copyright (C) 2016 and later: Unicode, Inc. and others.
27 PKGDATA_OPTS = -O $(top_builddir)/data/icupkg.inc
144 all-local: build-dir icupkg.inc build-local packagedata $(POST_DATA_BUILD) $(OS390PKG)
186 packagedata: icupkg.inc $(PKGDATA_LIST) build-local
200 install-local: $(PKGDATA_LIST) ./icupkg.inc packagedata $(OS390INSTALL)
237 package390: $(OUTTMPDIR)/icudata390.lst $(PKGDATA_LIST) ./icupkg.inc packagedata
466 CLEANFILES = *~ icupkg.inc *.x
    [all...]
  /external/libaom/libaom/av1/common/
mvref_common.c 174 int inc = AOMMIN(-max_row_offset + row_offset + 1, local
177 weight = AOMMAX(weight, inc);
179 *processed_rows = inc - row_offset - 1;
223 int inc = AOMMIN(-max_col_offset + col_offset + 1, local
226 weight = AOMMAX(weight, inc);
228 *processed_cols = inc - col_offset - 1;
    [all...]
  /external/libjpeg-turbo/simd/i386/
jfdctflt-sse.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
23 %include "jsimdext.inc"
24 %include "jdct.inc"
jfdctfst-mmx.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
24 %include "jsimdext.inc"
25 %include "jdct.inc"
jfdctfst-sse2.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
24 %include "jsimdext.inc"
25 %include "jdct.inc"
jidctflt-3dn.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
23 %include "jsimdext.inc"
24 %include "jdct.inc"
jidctfst-mmx.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
24 %include "jsimdext.inc"
25 %include "jdct.inc"
jidctfst-sse2.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
24 %include "jsimdext.inc"
25 %include "jdct.inc"
jidctint-avx2.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
24 %include "jsimdext.inc"
25 %include "jdct.inc"
  /external/libjpeg-turbo/simd/x86_64/
jfdctfst-sse2.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
24 %include "jsimdext.inc"
25 %include "jdct.inc"
jidctflt-sse2.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
23 %include "jsimdext.inc"
24 %include "jdct.inc"
jidctfst-sse2.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
24 %include "jsimdext.inc"
25 %include "jdct.inc"
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_intrapred_sse2.asm 337 inc lineq
382 inc lineq
451 inc lineq
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threading.py 22 def inc(self): member in class:Counter
45 self.nrunning.inc()
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.asm 20 INCLUDE AsmMacroIoLib.inc
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/
ModuleEntryPoint.asm 17 INCLUDE AsmMacroIoLib.inc
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
SearchForSecEntry.asm 49 inc eax
  /external/curl/docs/examples/
Makefile.netware 113 -include $(OBJDIR)/version.inc
263 # INCLUDES += -I$(NDK_LDAP)/$(LIBARCH_L)/inc
281 #-include $(NDKBASE)/nlmconv/ncpfs.inc
287 # Makefile.inc provides the CSOURCES and HHEADERS defines
288 include Makefile.inc
297 prebuild: $(OBJDIR) $(OBJDIR)/version.inc
303 $(OBJDIR)/version.inc: $(CURL_INC)/curl/curlver.h $(OBJDIR)
  /external/libaom/libaom/aom_dsp/x86/
intrapred_ssse3.c 637 const __m128i inc = _mm_set1_epi16(0x202); local
661 d = _mm_add_epi16(d, inc);
792 const __m128i inc = _mm_set1_epi16(0x202); local
825 d = _mm_add_epi16(d, inc);
1057 const __m128i inc = _mm_set1_epi16(0x202); local
1169 const __m128i inc = _mm_set1_epi16(0x202); local
    [all...]
  /external/python/cpython2/Lib/test/
test_threading.py 28 def inc(self): member in class:Counter
51 self.nrunning.inc()
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 8 // Copyright (c) 2014 Advanced Micro Devices, Inc. All rights reserved.
22 // Neither the names of Advanced Micro Devices, Inc., nor the names of its
500 _SPIRV_OP(inc, IIncrement)
518 _SPIRV_OP(inc, AtomicIIncrement)
  /external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion_test.cc 445 auto inc = builder.AddInstruction( local
448 induction_variable->shape(), HloOpcode::kAdd, induction_variable, inc));
483 auto inc = builder.AddInstruction( local
488 induction_variable->shape(), HloOpcode::kAdd, induction_variable, inc));
552 auto inc = builder.AddInstruction( local
556 induction_variable->shape(), HloOpcode::kAdd, induction_variable, inc));
602 auto inc = builder.AddInstruction( local
605 gte0->shape(), HloOpcode::kAdd, gte0, inc));
    [all...]
  /external/boringssl/win-x86_64/crypto/test/
trampoline-x86_64.asm 10 %include "boringssl_prefix_symbols_nasm.inc"
511 inc rax
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP224R1Field.java 44 int c = Nat.inc(7, x, z);

Completed in 1446 milliseconds

<<21222324252627282930>>