/external/opencv/otherlibs/highgui/ |
H A D | grfmt_jpeg.cpp | 621 #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 D | runiSACfixfloat.txt | 8 ISACFIXFLOAT=../../../fix/test/testFixFloat.exe
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
H A D | re.h | 16 struct CharPtn *fix; member in struct:CharPtn 21 CharPtn *fix; member in struct:CharSet
|
H A D | actions.c | 256 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 D | op_exception.stderr.exp | 12 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 D | win_pgo_profiler.py | 30 raise IOError(2, '%s isn\'t in the current path, run vcvarsall.bat to fix'
|
/external/chromium_org/third_party/cython/src/ |
H A D | setup.py | 42 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 D | isac_neon.target.darwin-arm.mk | 25 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 D | isac_neon.target.linux-arm.mk | 25 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 D | audio_coding_module.target.darwin-arm64.mk | 157 $(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 D | proxies-function.js | 34 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 D | proxies.js | 1879 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 D | elfutils.spec | 210 - 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 D | Android.mk | 116 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 D | Makefile.am | 76 --amend=$(srcdir)/build-aux/git-log-fix \
|
H A D | GNUmakefile | 69 # 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 D | warning-flags.c | 10 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 D | Android.mk | 149 # to fix machine-dependent issues
|
/external/elfutils/0.153/libdwfl/ |
H A D | Android.mk | 73 # to fix machine-dependent issues
|
/external/elfutils/0.153/libelf/ |
H A D | Android.mk | 160 # to fix machine-dependent issues
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
H A D | screen_error_message.css | 112 .error-guest-signin-fix-network {
|
/external/chromium_org/third_party/mesa/src/docs/ |
H A D | MESA_ycbcr_texture.spec | 204 3 April 2004 - fix assorted inaccuracies
|
/external/libogg/ |
H A D | libogg.spec | 88 - fix download location
|
/external/libvorbis/ |
H A D | libvorbis.spec | 99 - fix download location
|
/external/mesa3d/docs/ |
H A D | MESA_ycbcr_texture.spec | 204 3 April 2004 - fix assorted inaccuracies
|