Searched refs:CVT (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dcvt.h97 #ifndef CVT macro
98 #define CVT 1
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ras/
H A Dtif2ras.c36 * fix bug in CVT() macro.
53 #define CVT(x) (((x) * 255) / ((1L<<16)-1)) macro
228 red[i] = (u_char) CVT(redcolormap[i]);
229 green[i] = (u_char) CVT(greencolormap[i]);
230 blue[i] = (u_char) CVT(bluecolormap[i]);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A Dtiff2dib.c27 #define CVT(x) (((x) * 255L) / ((1L<<16)-1)) macro
150 lpbmi->bmiColors[i].rgbRed =(BYTE) CVT(red[i]);
151 lpbmi->bmiColors[i].rgbGreen = (BYTE) CVT(green[i]);
152 lpbmi->bmiColors[i].rgbBlue = (BYTE) CVT(blue[i]);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp149 EVT CVT = Count.getValueType(); local
150 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
151 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT));
152 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
H A DX86ISelLowering.cpp5114 EVT CVT = Ld.getValueType(); local
5115 assert(!CVT.isVector() && "Must not broadcast a vector type");
5116 unsigned ScalarSize = CVT.getSizeInBits();
5129 Ld = DAG.getLoad(CVT, dl, DAG.getEntryNode(), CP,
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dsgisv.c228 #define CVT(x) (((x)*255)/100) macro
229 #define RED CVT(28) /* 28% */
230 #define GREEN CVT(59) /* 59% */
231 #define BLUE CVT(11) /* 11% */
H A Dtiff2bw.c222 #define CVT(x) (((x) * 255L) / ((1L<<16)-1)) macro
224 red[i] = CVT(red[i]);
225 green[i] = CVT(green[i]);
226 blue[i] = CVT(blue[i]);
228 #undef CVT macro
H A Dpal2rgb.c171 #define CVT(x) (((x) * 255) / ((1L<<16)-1)) macro
172 rmap[i] = CVT(rmap[i]);
173 gmap[i] = CVT(gmap[i]);
174 bmap[i] = CVT(bmap[i]);
H A Dtiff2ps.c1035 #define CVT(x) (((x) * 255) / ((1L<<16)-1)) macro
1037 rmap[i] = CVT(rmap[i]);
1038 gmap[i] = CVT(gmap[i]);
1039 bmap[i] = CVT(bmap[i]);
1041 #undef CVT macro
1833 #define CVT(x) ((unsigned short) (((x) * 255) / ((1U<<16)-1))) macro
1835 rmap[i] = CVT(rmap[i]);
1836 gmap[i] = CVT(gmap[i]);
1837 bmap[i] = CVT(bmap[i]);
1839 #undef CVT macro
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.cpp411 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M))
412 return CVT->getTypeName() != getTypeName();
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_getimage.c2206 #define CVT(x) ((uint16)((x)>>8)) macro
2207 r[i] = CVT(r[i]);
2208 g[i] = CVT(g[i]);
2209 b[i] = CVT(b[i]);
2210 #undef CVT macro

Completed in 150 milliseconds