Searched defs:CN (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_eval.c221 #define CN(I,J,K) cn[(I)*uinc+(J)*dim+(K)] macro
227 du[k] = vs * (CN(1, 0, k) - CN(0, 0, k)) +
228 v * (CN(1, 1, k) - CN(0, 1, k));
231 dv[k] = us * (CN(0, 1, k) - CN(0, 0, k)) +
232 u * (CN(1, 1, k) - CN(1, 0, k));
235 out[k] = us * (vs * CN(
454 #undef CN macro
[all...]
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java36 static final String CN = "CN"; field in class:RegionCode
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp96 ConstantSDNode *CN = 0; local
98 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
99 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
102 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
/external/mesa3d/src/mesa/math/
H A Dm_eval.c212 #define CN(I,J,K) cn[(I)*uinc+(J)*dim+(K)] macro
218 du[k] = vs * (CN(1, 0, k) - CN(0, 0, k)) +
219 v * (CN(1, 1, k) - CN(0, 1, k));
222 dv[k] = us * (CN(0, 1, k) - CN(0, 0, k)) +
223 u * (CN(1, 1, k) - CN(1, 0, k));
226 out[k] = us * (vs * CN(
445 #undef CN macro
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp186 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); local
187 if (isInt<16>(CN->getSExtValue())) {
198 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
H A DMipsSEISelDAGToDAG.cpp264 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); local
265 if (isInt<16>(CN->getSExtValue())) {
274 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
345 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node); local
346 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
364 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Node); local
365 unsigned Size = CN->getValueSizeInBits(0);
371 int64_t Imm = CN->getSExtValue();
377 SDLoc DL(CN);
H A DMipsISelLowering.cpp548 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(False);
550 if (!CN || CN->getZExtValue())
580 ConstantSDNode *CN;
581 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
584 uint64_t Pos = CN->getZExtValue();
588 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
589 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
615 ConstantSDNode *CN; local
621 if (!(CN
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStyle.java47 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3"); field in class:BCStyle
211 DefaultSymbols.put(CN, "CN");
244 DefaultLookUp.put("cn", CN);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp57 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N); local
58 if (!CN || CN->getZExtValue() % MemSize != 0
59 || CN->getZExtValue() / MemSize > 0xfff)
62 UImm12 = CurDAG->getTargetConstant(CN->getZExtValue() / MemSize, MVT::i64);
118 const ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N); local
119 if (!CN) return false;
133 CN->getValueAPF().convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact);
181 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N); local
182 if (!CN) retur
345 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N); local
484 ConstantPoolSDNode *CN = cast<ConstantPoolSDNode>(Node); local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java69 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3"); field in class:X509Name
269 DefaultSymbols.put(CN, "CN");
301 RFC2253Symbols.put(CN, "CN");
311 RFC1779Symbols.put(CN, "CN");
320 DefaultLookUp.put("cn", CN);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1111 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val.getNode()))
1112 if (isInt<9>(CN->getSExtValue())) {
1138 if (ConstantSDNode *CN =
1140 if (isInt<9>(CN->getSExtValue())) {
1265 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N); local
1266 APFloat APF = CN->getValueAPF();
1548 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
1549 if (isInt<13>(CN->getSExtValue()))
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1024 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1))) {
1025 unsigned Val = CN->getZExtValue();
1091 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1)))
1092 if (CN->getZExtValue() == 3 || CN->getZExtValue() == 5 ||
1093 CN->getZExtValue() == 9) {
1094 AM.Scale = unsigned(CN->getZExtValue())-1;
1107 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();
1224 ConstantSDNode *CN = cast<ConstantSDNode>(N.getOperand(1)); local
1228 !FoldOffsetIntoAddress(CN
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3798 // Get the two constanst of the shifts, CN0 = m, CN = n.
7210 ConstantSDNode *CN = local
7213 APInt Offset0 = CN->getAPIntValue();
7229 SDValue NewOp1 = DAG.getConstant(CNV, CN->getValueType(0));

Completed in 658 milliseconds