Home
last modified time | relevance | path

Searched refs:NORMALIZE (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_frag.c138 #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/
Dgensprep.c90 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/
Doptical_flow.cc122 #if NORMALIZE in FindFlowAtPoint_LK()
159 #if NORMALIZE in FindFlowAtPoint_LK()
179 #if NORMALIZE in FindFlowAtPoint_LK()
Dconfig.h88 #define NORMALIZE 1 macro
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
Dmain.m33 // SIMPLIFY / NORMALIZE
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c68 #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/
DLzmaDec.c20 #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/
DimageHelpers.cpp2665 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 …]
DimageHelpers.h64 #define NORMALIZE( v, max ) ( v < 0 ? 0 : ( v > 1.f ? max : round_to_even( v * max ) ) ) macro
/external/lzma/C/
DLzmaDec.c20 #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/
Dtest_write_1D.cpp341 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image_1D()
Dtest_write_1D_array.cpp360 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image_1D_array()
Dtest_write_2D_array.cpp381 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image_2D_array()
Dtest_write_3D.cpp388 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image_3D()
Dtest_write_image.cpp406 expected[j] = NORMALIZE(input_values[j], 255.0f); in test_write_image()
/external/libxml2/
Dxmlschemas.c24523 #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()