/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | UCharacterPerf.java | 36 MAX_ = Character.MAX_VALUE; in setup() 41 MAX_ = Integer.parseInt(args[1], 16); in setup() 49 for (int ch = MIN_; ch < MAX_; ch ++) { in testDigit() 55 return MAX_ - MIN_ + 1; in testDigit() 64 for (char ch = (char)MIN_; ch < (char)MAX_; ch ++) { 70 return MAX_ - MIN_ + 1; 79 for (int ch = MIN_; ch < MAX_; ch ++) { 85 return MAX_ - MIN_ + 1; 94 for (char ch = (char)MIN_; ch < (char)MAX_; ch ++) { 100 return MAX_ - MIN_ + 1; [all …]
|
/third_party/icu/icu4c/source/test/perf/charperf/ |
D | charperf.cpp | 79 MAX_ = 0x10ffff; in CharPerformanceTest() 82 MAX_ = 0xffff; in CharPerformanceTest() 84 printf("MAX_ size will be 0x%x\n", MAX_); in CharPerformanceTest() 89 MAX_ = atoi(options[MAX_OPTION_].value); in CharPerformanceTest() 133 return new CharPerfFunction(isAlpha, MIN_, MAX_); in TestIsAlpha() 138 return new CharPerfFunction(isUpper, MIN_, MAX_); in TestIsUpper() 143 return new CharPerfFunction(isLower, MIN_, MAX_); in TestIsLower() 148 return new CharPerfFunction(isDigit, MIN_, MAX_); in TestIsDigit() 153 return new CharPerfFunction(isSpace, MIN_, MAX_); in TestIsSpace() 158 return new CharPerfFunction(isAlphaNumeric, MIN_, MAX_); in TestIsAlphaNumeric() [all …]
|
D | charperf.h | 31 for (UChar32 i = MIN_; i < MAX_; i ++) { in call() 38 return MAX_ - MIN_; in getOperationsPerIteration() 44 MAX_ = max; in CharPerfFunction() 50 UChar32 MAX_; variable 60 for (wchar_t i = MIN_; i < MAX_; i ++) { in call() 67 return MAX_ - MIN_; in getOperationsPerIteration() 74 MAX_ = max; in StdLibCharPerfFunction() 84 wchar_t MAX_; variable 120 UChar32 MAX_; variable
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audioamplify.c | 137 *d++ = CLAMP (val, MIN_##type, MAX_##type); \ 148 if (val > MAX_##type) \ 149 val = MIN_##type + (val - MIN_##type) % ((largetype) MAX_##type + 1 - \ 152 val = MAX_##type - (MAX_##type - val) % ((largetype) MAX_##type + 1 - \ 166 if (val > MAX_##type) \ 167 val = MAX_##type - (val - MAX_##type); \
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_ES2_compatibility.txt | 610 (1) Should the uniform/varying limits MAX_*_COMPONENTS vs MAX_*_VECTORS 614 UNRESOLVED: Currently MAX_*_VECTORS = MAX_*_COMPONENTS / 4. 688 elements than MAX_*_UNIFORM_COMPONENTS/4 and is dynamically indexed.
|
D | ARB_uniform_buffer_object.txt | 1693 * Minimum value for OpenGL 3.1 is (MAX_<stage>_UNIFORM_BLOCKS * 1694 MAX_UNIFORM_BLOCK_SIZE) + MAX_<stage>_UNIFORM_COMPONENTS. Minimum 1695 value prior to OpenGL 3.1 is MAX_<stage>_UNIFORM_COMPONENTS. 2732 (36) How is the query for MAX_{FRAGMENT|VERTEX}_UNIFORM_COMPONENTS 2735 DISCUSSION: MAX_{FRAGMENT|VERTEX}_UNIFORM_COMPONENTS traditionally 2746 uniform storage this single MAX_{FRAGMENT|VERTEX}_UNIFORM_COMPONENTS 2756 MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_COMPONENTS. For the 3.1 core 2758 MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_BLOCKS * MAX_UNIFORM_BLOCK_SIZE + 2759 MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_COMPONENTS. 2762 (37) Do we need MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_BUFFERS [all …]
|
D | ARB_internalformat_query.txt | 98 list of error conditions (for exceeding MAX_*_SAMPLES) and the
|
D | ARB_vertex_attrib_binding.txt | 368 If the number of supported generic vertex attributes (the value of MAX_-
|
D | ARB_shader_atomic_counters.txt | 1326 - Fix tokens MAX_*_ATOMIC_COUNTER_BUFFERS in the state table (bug 7834).
|
D | ARB_shader_image_load_store.txt | 1867 image uniforms (MAX_*_IMAGE_UNIFORMS) for each stage, and combined 1953 specifies the number of image bindings. MAX_{VERTEX,...}_IMAGE_UNIFORMS
|
D | ARB_vertex_program.txt | 5187 {MAX_}{OPTIMIZED_}VERTEX_SHADER_INVARIANTS_EXT (a) 5188 {MAX_}{OPTIMIZED_}VERTEX_SHADER_LOCAL_CONSTANTS_EXT (a) 5204 (c) {MAX_}{NATIVE_}PROGRAM_PARAMETERS_ARB 5206 (d) {MAX_}{NATIVE_}PROGRAM_ADDRESS_REGISTERS_ARB
|
D | ARB_tessellation_shader.txt | 2543 MAX_*_UNIFORM_COMPONENTS + MAX_*_UNIFORM_BLOCKS * (MAX_UNIFORM_BLOCK_SIZE/4)
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_ES2_compatibility.txt | 620 (1) Should the uniform/varying limits MAX_*_COMPONENTS vs MAX_*_VECTORS 624 UNRESOLVED: Currently MAX_*_VECTORS = MAX_*_COMPONENTS / 4. 698 elements than MAX_*_UNIFORM_COMPONENTS/4 and is dynamically indexed.
|
D | ARB_uniform_buffer_object.txt | 1703 * Minimum value for OpenGL 3.1 is (MAX_<stage>_UNIFORM_BLOCKS * 1704 MAX_UNIFORM_BLOCK_SIZE) + MAX_<stage>_UNIFORM_COMPONENTS. Minimum 1705 value prior to OpenGL 3.1 is MAX_<stage>_UNIFORM_COMPONENTS. 2742 (36) How is the query for MAX_{FRAGMENT|VERTEX}_UNIFORM_COMPONENTS 2745 DISCUSSION: MAX_{FRAGMENT|VERTEX}_UNIFORM_COMPONENTS traditionally 2756 uniform storage this single MAX_{FRAGMENT|VERTEX}_UNIFORM_COMPONENTS 2766 MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_COMPONENTS. For the 3.1 core 2768 MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_BLOCKS * MAX_UNIFORM_BLOCK_SIZE + 2769 MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_COMPONENTS. 2772 (37) Do we need MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_BUFFERS [all …]
|
D | ARB_internalformat_query.txt | 108 list of error conditions (for exceeding MAX_*_SAMPLES) and the
|
D | ARB_vertex_attrib_binding.txt | 378 If the number of supported generic vertex attributes (the value of MAX_-
|
D | ARB_shader_atomic_counters.txt | 1336 - Fix tokens MAX_*_ATOMIC_COUNTER_BUFFERS in the state table (bug 7834).
|
D | ARB_shader_image_load_store.txt | 1877 image uniforms (MAX_*_IMAGE_UNIFORMS) for each stage, and combined 1963 specifies the number of image bindings. MAX_{VERTEX,...}_IMAGE_UNIFORMS
|
D | ARB_vertex_program.txt | 5197 {MAX_}{OPTIMIZED_}VERTEX_SHADER_INVARIANTS_EXT (a) 5198 {MAX_}{OPTIMIZED_}VERTEX_SHADER_LOCAL_CONSTANTS_EXT (a) 5214 (c) {MAX_}{NATIVE_}PROGRAM_PARAMETERS_ARB 5216 (d) {MAX_}{NATIVE_}PROGRAM_ADDRESS_REGISTERS_ARB
|
D | ARB_tessellation_shader.txt | 2553 MAX_*_UNIFORM_COMPONENTS + MAX_*_UNIFORM_BLOCKS * (MAX_UNIFORM_BLOCK_SIZE/4)
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.9.2.rst | 217 - mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
|
D | 7.10.1.rst | 231 - mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
|
D | 19.1.0.rst | 4272 - radv: use MAX_{VBS,VERTEX_ATTRIBS} when defining max vertex input
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_pixel_local_storage2.txt | 202 specified by the value of the implementation-dependent constant MAX_- 302 local storage of the current program is is greater than the value of MAX_-
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_pixel_local_storage2.txt | 202 specified by the value of the implementation-dependent constant MAX_- 302 local storage of the current program is is greater than the value of MAX_-
|