/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmscam02.c | 103 CAM02COLOR XYZtoCAT02(CAM02COLOR clr) in XYZtoCAT02() argument 105 clr.RGB[0] = (clr.XYZ[0] * 0.7328) + (clr.XYZ[1] * 0.4296) + (clr.XYZ[2] * -0.1624); in XYZtoCAT02() 106 clr.RGB[1] = (clr.XYZ[0] * -0.7036) + (clr.XYZ[1] * 1.6975) + (clr.XYZ[2] * 0.0061); in XYZtoCAT02() 107 clr.RGB[2] = (clr.XYZ[0] * 0.0030) + (clr.XYZ[1] * 0.0136) + (clr.XYZ[2] * 0.9834); in XYZtoCAT02() 109 return clr; in XYZtoCAT02() 113 CAM02COLOR ChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) in ChromaticAdaptation() argument 118 clr.RGBc[i] = ((pMod -> adoptedWhite.XYZ[1] * in ChromaticAdaptation() 120 (1.0 - pMod->D)) * clr.RGB[i]; in ChromaticAdaptation() 123 return clr; in ChromaticAdaptation() 128 CAM02COLOR CAT02toHPE(CAM02COLOR clr) in CAT02toHPE() argument [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
D | sparccpuid.S | 70 clr %o0 72 clr %o1 74 clr %o2 76 clr %o3 78 clr %o4 80 clr %o5 82 clr %o7 84 clr %l0 86 clr %l1 88 clr %l2 [all …]
|
/external/openssl/crypto/ |
D | sparccpuid.S | 70 clr %o0 72 clr %o1 74 clr %o2 76 clr %o3 78 clr %o4 80 clr %o5 82 clr %o7 84 clr %l0 86 clr %l1 88 clr %l2 [all …]
|
/external/valgrind/main/none/tests/s390x/ |
D | comp-2.stdout.exp | 1 clr (0, 0) --> cc = 0 2 clr (0, 1) --> cc = 1 3 clr (1, 0) --> cc = 2 4 clr (2, 1) --> cc = 2 5 clr (2, 2) --> cc = 0 6 clr (2, 3) --> cc = 1 7 clr (0, 127) --> cc = 1 8 clr (127, 0) --> cc = 2 9 clr (127, 126) --> cc = 2 10 clr (127, 127) --> cc = 0 [all …]
|
D | spechelper-clr.vgtest | 1 prog: spechelper-clr
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | vg_translate.c | 528 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local 529 clr[0] = ((*src >> 11) & 31)/31.; in _vega_unpack_float_span_rgba() 530 clr[1] = ((*src >> 5) & 63)/63.; in _vega_unpack_float_span_rgba() 531 clr[2] = ((*src >> 0) & 31)/31.; in _vega_unpack_float_span_rgba() 532 clr[3] = 1.f; in _vega_unpack_float_span_rgba() 534 util_pack_color(clr, PIPE_FORMAT_R32G32B32A32_FLOAT, &uc); in _vega_unpack_float_span_rgba() 547 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local 548 clr[0] = ((*src >> 10) & 31)/31.; in _vega_unpack_float_span_rgba() 549 clr[1] = ((*src >> 5) & 31)/31.; in _vega_unpack_float_span_rgba() 550 clr[2] = ((*src >> 1) & 31)/31.; in _vega_unpack_float_span_rgba() [all …]
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_translate.c | 528 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local 529 clr[0] = ((*src >> 11) & 31)/31.; in _vega_unpack_float_span_rgba() 530 clr[1] = ((*src >> 5) & 63)/63.; in _vega_unpack_float_span_rgba() 531 clr[2] = ((*src >> 0) & 31)/31.; in _vega_unpack_float_span_rgba() 532 clr[3] = 1.f; in _vega_unpack_float_span_rgba() 534 util_pack_color(clr, PIPE_FORMAT_R32G32B32A32_FLOAT, &uc); in _vega_unpack_float_span_rgba() 547 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local 548 clr[0] = ((*src >> 10) & 31)/31.; in _vega_unpack_float_span_rgba() 549 clr[1] = ((*src >> 5) & 31)/31.; in _vega_unpack_float_span_rgba() 550 clr[2] = ((*src >> 1) & 31)/31.; in _vega_unpack_float_span_rgba() [all …]
|
/external/opencv/otherlibs/highgui/ |
D | utils.h | 50 #define WRITE_PIX( ptr, clr ) \ argument 51 (((uchar*)(ptr))[0] = (clr).b, \ 52 ((uchar*)(ptr))[1] = (clr).g, \ 53 ((uchar*)(ptr))[2] = (clr).r) 100 int& y, int height, int count3, PaletteEntry clr ); 102 int& y, int height, int count3, uchar clr );
|
D | utils.cpp | 383 int count3, PaletteEntry clr ) in FillUniColor() argument 396 WRITE_PIX( data, clr ); in FillUniColor() 415 int count, uchar clr ) in FillUniGray() argument 428 *data = clr; in FillUniGray() 451 PaletteEntry clr = palette[indices[0]]; in FillColorRow8() local 452 WRITE_PIX( data - 3, clr ); in FillColorRow8() 480 PaletteEntry clr = palette[idx >> 4]; in FillColorRow4() local 481 WRITE_PIX( data - 6, clr ); in FillColorRow4() 485 clr = palette[idx & 15]; in FillColorRow4() 486 WRITE_PIX( data - 3, clr ); in FillColorRow4() [all …]
|
D | grfmt_bmp.cpp | 263 PaletteEntry clr[2]; in ReadData() local 267 clr[0] = m_palette[code >> 4]; in ReadData() 268 clr[1] = m_palette[code & 15]; in ReadData() 277 WRITE_PIX( data, clr[t] ); in ReadData()
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
D | sparcv8plus.S | 182 clr %o0 191 clr %o5 284 clr %o0 293 clr %o5 372 clr %o0 419 clr %o0 443 clr %o0 477 clr %o0 514 clr %o0 537 clr %o0 [all …]
|
/external/openssl/crypto/bn/asm/ |
D | sparcv8plus.S | 182 clr %o0 191 clr %o5 284 clr %o0 293 clr %o5 372 clr %o0 419 clr %o0 443 clr %o0 477 clr %o0 514 clr %o0 537 clr %o0 [all …]
|
/external/zlib/src/examples/ |
D | gzjoin.c | 279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() argument 314 if (last && clr) in gzcopy() 354 if (last && clr) in gzcopy() 367 if (last && clr) in gzcopy() 381 if (pos == 0 || !clr) in gzcopy() 420 if (!clr) { in gzcopy()
|
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
D | sparc_clip.S | 92 clr %l2 93 clr %l0 160 clr %g3 ! IEU0 181 clr %l2 182 clr %l0 230 clr %g3 ! IEU0
|
D | xform.S | 72 clr %o1 144 clr %o1 187 clr %o1 241 clr %o1 289 clr %o1 352 clr %o1 403 clr %o1 454 clr %o1 499 clr %o1 529 clr %o1 [all …]
|
D | norm.S | 47 clr %o4 ! 'i' for STRIDE_LOOP 186 clr %o4 ! 'i' for STRIDE_LOOP 289 clr %o4 ! 'i' for STRIDE_LOOP 340 clr %o4 ! 'i' for STRIDE_LOOP 400 clr %o4 ! 'i' for STRIDE_LOOP 442 clr %o4 ! 'i' for STRIDE_LOOP 498 clr %o4 ! 'i' for STRIDE_LOOP 582 clr %o4 ! 'i' for STRIDE_LOOP
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc_clip.S | 92 clr %l2 93 clr %l0 160 clr %g3 ! IEU0 181 clr %l2 182 clr %l0 230 clr %g3 ! IEU0
|
D | xform.S | 72 clr %o1 144 clr %o1 187 clr %o1 241 clr %o1 289 clr %o1 352 clr %o1 403 clr %o1 454 clr %o1 499 clr %o1 529 clr %o1 [all …]
|
D | norm.S | 47 clr %o4 ! 'i' for STRIDE_LOOP 186 clr %o4 ! 'i' for STRIDE_LOOP 289 clr %o4 ! 'i' for STRIDE_LOOP 340 clr %o4 ! 'i' for STRIDE_LOOP 400 clr %o4 ! 'i' for STRIDE_LOOP 442 clr %o4 ! 'i' for STRIDE_LOOP 498 clr %o4 ! 'i' for STRIDE_LOOP 582 clr %o4 ! 'i' for STRIDE_LOOP
|
/external/srtp/ |
D | config.status | 808 t clr 809 : clr 855 t clr 856 : clr 871 t clr 872 : clr 918 t clr 919 : clr
|
/external/skia/src/gpu/ |
D | GrInOrderDrawBuffer.cpp | 506 Clear* clr = this->recordClear(); in clear() local 508 clr->fColor = color; in clear() 509 clr->fRect = *rect; in clear() 510 clr->fCanIgnoreRect = canIgnoreRect; in clear() 511 clr->fRenderTarget = renderTarget; in clear() 523 Clear* clr = this->recordClear(); in discard() local 524 clr->fColor = GrColor_ILLEGAL; in discard() 525 clr->fRenderTarget = renderTarget; in discard()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrInOrderDrawBuffer.cpp | 506 Clear* clr = this->recordClear(); in clear() local 508 clr->fColor = color; in clear() 509 clr->fRect = *rect; in clear() 510 clr->fCanIgnoreRect = canIgnoreRect; in clear() 511 clr->fRenderTarget = renderTarget; in clear() 523 Clear* clr = this->recordClear(); in discard() local 524 clr->fColor = GrColor_ILLEGAL; in discard() 525 clr->fRenderTarget = renderTarget; in discard()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDitheringTests.cpp | 328 const tcu::RGBA clr = renderedImg.getPixel(x, y); in drawAndCheckGradient() local 330 if (constPos > 0 && clr != prevConstantDirectionPix) in drawAndCheckGradient() 334 …< " (since dithering is disabled), but the color at position (" << x << ", " << y << ") is " << clr in drawAndCheckGradient() 341 prevConstantDirectionPix = clr; in drawAndCheckGradient()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDitheringTests.cpp | 328 const tcu::RGBA clr = renderedImg.getPixel(x, y); in drawAndCheckGradient() local 330 if (constPos > 0 && clr != prevConstantDirectionPix) in drawAndCheckGradient() 334 …< " (since dithering is disabled), but the color at position (" << x << ", " << y << ") is " << clr in drawAndCheckGradient() 341 prevConstantDirectionPix = clr; in drawAndCheckGradient()
|
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/ |
D | memset.S | 155 clr %o0 168 clr %o0
|