Searched refs:improve (Results 1 – 25 of 280) sorted by relevance
12345678910>>...12
/external/autotest/client/common_lib/perf_expectations/ |
D | expectation_checker.py | 102 improve = float(perf_data['improve']) 104 ('better' not in perf_data and regress > improve)): 106 if trace_perf_value < improve: 107 ratio = 1 - divide(trace_perf_value, improve) 114 if trace_perf_value > improve: 115 ratio = divide(trace_perf_value, improve) - 1
|
/external/mesa3d/docs/ |
D | README.MITS | 32 internal threading to Mesa it should be possible to improve 54 5. Are there any parameters that I can tune to try to improve performance. 62 6. Are there any ways I can modify the application to improve its 78 Threading of additional areas of Mesa to improve performance
|
/external/sonic/ |
D | README | 7 to improve their productivity with open source speech engines, like espeak. 8 Sonic can also be used by the sighted. For example, Sonic can improve the
|
/external/shflags/doc/ |
D | TODO.txt | 1 improve zsh, automatically ... (pulled from configure)
|
D | coding_standards.txt | 6 understand. To improve code readability and usability, some guidelines have 52 brackets, e.g. '${flags_someVariable}' to improve code readability. 72 Where it makes sense to improve readability, variables can have the first
|
/external/eigen/demos/mandelbrot/ |
D | README | 7 Be sure to enable SSE2 or AltiVec to improve performance.
|
/external/avahi/docs/ |
D | MALLOC | 8 Eventually we will improve Avahi to deal with these things better.
|
/external/bzip2/ |
D | words0 | 4 adjust the flags in this Makefile to improve matters.
|
/external/liblzf/ |
D | Changes | 7 - improve C++ compatibility of the code. 8 - slightly improve compressor speed. 10 which can improve the speed quite a bit on older cpus.
|
/external/llvm/utils/kate/ |
D | README | 11 <llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
D | CONTRIBUTORS | 3 otherwise worked to improve six:
|
/external/llvm/utils/jedit/ |
D | README | 13 <llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the
|
/external/crcalc/tests/ |
D | README.txt | 11 Note that Random seeds are not set. Hence repreated runs should improve
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | DONATIONS | 6 from companies and individuals that want to improve Squashfs for themselves
|
/external/llvm/utils/emacs/ |
D | README | 26 <llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1647 IRAtom* (*improve) (MCEnv*, IRAtom*, IRAtom*); in expr2vbits_Binop() local 1903 and_or_ty = Ity_V128; improve = mkImproveANDV128; goto do_And_Or; in expr2vbits_Binop() 1906 and_or_ty = Ity_I64; improve = mkImproveAND64; goto do_And_Or; in expr2vbits_Binop() 1909 and_or_ty = Ity_I32; improve = mkImproveAND32; goto do_And_Or; in expr2vbits_Binop() 1912 and_or_ty = Ity_I16; improve = mkImproveAND16; goto do_And_Or; in expr2vbits_Binop() 1915 and_or_ty = Ity_I8; improve = mkImproveAND8; goto do_And_Or; in expr2vbits_Binop() 1919 and_or_ty = Ity_V128; improve = mkImproveORV128; goto do_And_Or; in expr2vbits_Binop() 1922 and_or_ty = Ity_I64; improve = mkImproveOR64; goto do_And_Or; in expr2vbits_Binop() 1925 and_or_ty = Ity_I32; improve = mkImproveOR32; goto do_And_Or; in expr2vbits_Binop() 1928 and_or_ty = Ity_I16; improve = mkImproveOR16; goto do_And_Or; in expr2vbits_Binop() [all …]
|
/external/autotest/client/site_tests/graphics_PiglitBVT/ |
D | control.7 | 22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
|
D | control.5 | 22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
|
D | control.18 | 22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
|
D | control.9 | 22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
|
D | control.4 | 22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
|
D | control.11 | 22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
|
D | control.17 | 22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
|
D | control.20 | 22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
|
D | control.6 | 22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
|
12345678910>>...12