Searched refs:fix (Results 26 - 50 of 250) sorted by relevance

12345678910

/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp621 #define fix(x, n) (int)((x)*(1 << (n)) + .5) macro
625 #define C0_707 fix( 0.707106781f, fixb )
626 #define C0_924 fix( 0.923879533f, fixb )
627 #define C0_541 fix( 0.541196100f, fixb )
628 #define C0_382 fix( 0.382683432f, fixb )
629 #define C1_306 fix( 1.306562965f, fixb )
631 #define C1_082 fix( 1.082392200f, fixb )
632 #define C1_414 fix( 1.414213562f, fixb )
633 #define C1_847 fix( 1.847759065f, fixb )
634 #define C2_613 fix( 2.61312593
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
H A DruniSACfixfloat.txt8 ISACFIXFLOAT=../../../fix/test/testFixFloat.exe
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h16 struct CharPtn *fix; member in struct:CharPtn
21 CharPtn *fix; member in struct:CharSet
H A Dactions.c256 x->fix = s->fix;
257 s->fix = x;
267 for(; s->fix; s->fix = s->fix->fix)
268 if(s->fix->card)
269 s->fix->nxt = NULL;
/external/valgrind/main/none/tests/s390x/
H A Dop_exception.stderr.exp12 you are not sure, please let us know and we'll try to fix it.
25 you are not sure, please let us know and we'll try to fix it.
38 you are not sure, please let us know and we'll try to fix it.
51 you are not sure, please let us know and we'll try to fix it.
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dwin_pgo_profiler.py30 raise IOError(2, '%s isn\'t in the current path, run vcvarsall.bat to fix'
/external/chromium_org/third_party/cython/src/
H A Dsetup.py42 fixers = [ fix for fix in lib2to3.refactor.get_fixers_from_package("lib2to3.fixes")
43 if fix.split('fix_')[-1] not in ('next',)
/external/chromium_org/third_party/webrtc/modules/
H A Disac_neon.target.darwin-arm.mk25 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c \
26 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.S \
27 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.S \
28 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_neon.S \
29 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model_neon.S \
30 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_neon.S
H A Disac_neon.target.linux-arm.mk25 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c \
26 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.S \
27 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.S \
28 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_neon.S \
29 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model_neon.S \
30 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_neon.S
H A Daudio_coding_module.target.darwin-arm64.mk157 $(LOCAL_PATH)/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface \
286 $(LOCAL_PATH)/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface \
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-function.js34 if (handler.fix === undefined) handler.fix = function() { return {} }
316 fix: function() { return { prototype: { value: prototype } }; },
325 fix: function() { return { length: { value: 2 } } },
476 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
478 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
501 var handler = { fix: function() { return {} } }
H A Dproxies.js1879 fix: function() { return {} }
1883 fix: function() {
1895 fix: function() { return this.fix2() },
1902 get fix() {
1910 function TestFixFunction(fix) {
1912 fix: function() { return {} }
1914 fix(f1)
1918 fix: function() { return {length: {value: 3}} }
1920 fix(f2)
1924 fix
[all...]
/external/elfutils/0.153/
H A Delfutils.spec210 - libdwfl: Yet another prelink-related fix for another regression.
224 - libebl: i386 backend fix for multi-register integer return value
293 - libdwfl: fix dwfl_module_build_id for prelinked DSO case;
296 - strip: fix infinite loop on strange inputs with -f
341 - elfcmp: bug fix for non-allocated section handling
406 - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
415 - elflint: fix tests of dynamic section content.
500 - libelf: fix a numbe rof problems with elf_update
501 - elfcmp: fix a few bugs. Compare gaps.
514 - strip: fix bu
[all...]
/external/webrtc/
H A DAndroid.mk116 include $(webrtc_path)/src/modules/audio_coding/codecs/isac/fix/Android.mk
131 include $(webrtc_path)/src/modules/audio_coding/codecs/isac/fix/Android.mk
/external/bison/
H A DMakefile.am76 --amend=$(srcdir)/build-aux/git-log-fix \
H A DGNUmakefile69 # fix the version, 'make all' to propagate it, then 'make install'.
71 $(info run '$(MAKE) _version' to fix it)
/external/clang/test/Misc/
H A Dwarning-flags.c10 fix this test, simply remove that warning from the list below.
15 If you add a new warning without a flag, this test will fail. To fix
/external/elfutils/0.153/libdw/
H A DAndroid.mk149 # to fix machine-dependent issues
/external/elfutils/0.153/libdwfl/
H A DAndroid.mk73 # to fix machine-dependent issues
/external/elfutils/0.153/libelf/
H A DAndroid.mk160 # to fix machine-dependent issues
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_error_message.css112 .error-guest-signin-fix-network {
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_ycbcr_texture.spec204 3 April 2004 - fix assorted inaccuracies
/external/libogg/
H A Dlibogg.spec88 - fix download location
/external/libvorbis/
H A Dlibvorbis.spec99 - fix download location
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec204 3 April 2004 - fix assorted inaccuracies

Completed in 1385 milliseconds

12345678910