/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_frag.c | 138 #define NORMALIZE 0x2 macro 151 map |= flags & NORMALIZE ? in get_input_mapping() 155 map |= flags & NORMALIZE ? in get_input_mapping() 273 INPUT_ARG(rc, A, 0, NORMALIZE); in setup_combiner() 274 INPUT_ARG(rc, B, 1, NORMALIZE); in setup_combiner() 281 INPUT_ARG(rc, A, 0, NORMALIZE); in setup_combiner() 282 INPUT_ARG(rc, B, 1, NORMALIZE); in setup_combiner()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | gensprep.c | 90 NORMALIZE, enumerator 156 options[NORMALIZE].value = ""; in main() 177 if(options[NORMALIZE].doesOccur) { in main() 178 icuUniDataDir = options[NORMALIZE].value; in main() 233 …if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */ in main() 364 options[NORMALIZE].doesOccur = TRUE; in strprepProfileLineFn()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | optical_flow.cc | 122 #if NORMALIZE in FindFlowAtPoint_LK() 159 #if NORMALIZE in FindFlowAtPoint_LK() 179 #if NORMALIZE in FindFlowAtPoint_LK()
|
D | config.h | 88 #define NORMALIZE 1 macro
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | main.m | 33 // SIMPLIFY / NORMALIZE
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 68 #define NORMALIZE 0 macro 226 #if NORMALIZE /* OPTIONAL normalization of length */ in aa_transform_prolog() 519 #if !NORMALIZE in aapoint_point()
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 20 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); } macro 22 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code… 342 NORMALIZE in LzmaDec_DecodeReal() 438 NORMALIZE; in LzmaDec_DecodeReal()
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2665 ptr[ 3 ] = (unsigned char)NORMALIZE( srcVector[ 3 ], 255.f ); in pack_image_pixel() 2670 ptr[ i ] = (unsigned char)NORMALIZE( srcVector[ i ], 255.f ); in pack_image_pixel() 2686 ptr[ i ] = (unsigned short)NORMALIZE( srcVector[ i ], 65535.f ); in pack_image_pixel() 2692 ptr[ 0 ] = ( ( (unsigned short)NORMALIZE( srcVector[ 0 ], 31.f ) & 31 ) << 10 ) | in pack_image_pixel() 2693 ( ( (unsigned short)NORMALIZE( srcVector[ 1 ], 31.f ) & 31 ) << 5 ) | in pack_image_pixel() 2694 ( ( (unsigned short)NORMALIZE( srcVector[ 2 ], 31.f ) & 31 ) << 0 ); in pack_image_pixel() 2700 ptr[ 0 ] = ( ( (unsigned short)NORMALIZE( srcVector[ 0 ], 31.f ) & 31 ) << 11 ) | in pack_image_pixel() 2701 ( ( (unsigned short)NORMALIZE( srcVector[ 1 ], 63.f ) & 63 ) << 5 ) | in pack_image_pixel() 2702 ( ( (unsigned short)NORMALIZE( srcVector[ 2 ], 31.f ) & 31 ) << 0 ); in pack_image_pixel() 2708 ptr[ 0 ] = ( ( (unsigned int)NORMALIZE( srcVector[ 0 ], 1023.f ) & 1023 ) << 20 ) | in pack_image_pixel() [all …]
|
D | imageHelpers.h | 64 #define NORMALIZE( v, max ) ( v < 0 ? 0 : ( v > 1.f ? max : round_to_even( v * max ) ) ) macro
|
/external/lzma/C/ |
D | LzmaDec.c | 20 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); } macro 22 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * (UInt32)ttt; … 475 NORMALIZE in LZMA_DECODE_REAL() 570 NORMALIZE; in LZMA_DECODE_REAL()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_write_1D.cpp | 341 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image_1D()
|
D | test_write_1D_array.cpp | 360 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image_1D_array()
|
D | test_write_2D_array.cpp | 381 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image_2D_array()
|
D | test_write_3D.cpp | 388 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image_3D()
|
D | test_write_image.cpp | 406 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image()
|
/external/libxml2/ |
D | xmlschemas.c | 24523 #define NORMALIZE(atype) \ in xmlSchemaVCheckCVCSimpleType() macro 24571 NORMALIZE(type); in xmlSchemaVCheckCVCSimpleType() 24685 NORMALIZE(type); in xmlSchemaVCheckCVCSimpleType() 24754 NORMALIZE(type); in xmlSchemaVCheckCVCSimpleType() 24815 NORMALIZE(memberLink->type); in xmlSchemaVCheckCVCSimpleType()
|