HomeSort by relevance Sort by last modified time
    Searched refs:CN (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_eval.c 123 * control net cn.
127 _math_horner_bezier_surf(GLfloat * cn, GLfloat * out, GLfloat u, GLfloat v,
130 GLfloat *cp = cn + uorder * vorder * dim;
140 GLfloat *ucp = &cn[j * dim];
164 else /* uorder=1 -> cn defines a curve in v */
165 _math_horner_bezier_curve(cn, out, v, dim, vorder);
173 for (i = 0; i < uorder; i++, cn += uinc) {
174 /* For constant i all cn[i][j] (j=0..vorder) are located */
178 _math_horner_bezier_curve(cn, &cp[i * dim], v, dim, vorder);
184 else /* vorder=1 -> cn defines a curve in u *
    [all...]
  /external/mesa3d/src/mesa/math/
m_eval.c 114 * control net cn.
118 _math_horner_bezier_surf(GLfloat * cn, GLfloat * out, GLfloat u, GLfloat v,
121 GLfloat *cp = cn + uorder * vorder * dim;
131 GLfloat *ucp = &cn[j * dim];
155 else /* uorder=1 -> cn defines a curve in v */
156 _math_horner_bezier_curve(cn, out, v, dim, vorder);
164 for (i = 0; i < uorder; i++, cn += uinc) {
165 /* For constant i all cn[i][j] (j=0..vorder) are located */
169 _math_horner_bezier_curve(cn, &cp[i * dim], v, dim, vorder);
175 else /* vorder=1 -> cn defines a curve in u *
    [all...]
  /frameworks/base/core/java/android/content/
ComponentName.java 106 int CN = mClass.length();
107 if (CN > PN && mClass.charAt(PN) == '.') {
108 return mClass.substring(PN, CN);
118 int CN = className.length();
119 if (CN > PN && className.charAt(PN) == '.') {
120 sb.append(className, PN, CN);
131 int CN = className.length();
132 if (CN > PN && className.charAt(PN) == '.') {
133 pw.write(className, PN, CN-PN);
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 39 static final String CN = "CN";
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 88 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
89 if (isInt<13>(CN->getSExtValue())) {
98 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
126 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
127 if (isInt<13>(CN->getSExtValue()))
  /external/chromium_org/v8/test/intl/general/
mapped-locale.js 42 nf = Intl.NumberFormat(['zh-CN'], {localeMatcher: 'lookup'});
43 assertEquals('zh-CN', nf.resolvedOptions().locale);
45 nf = Intl.NumberFormat(['zh-Hans-CN'], {localeMatcher: 'lookup'});
46 assertEquals('zh-Hans-CN', nf.resolvedOptions().locale);
supported-locales-of.js 40 Intl.DateTimeFormat.supportedLocalesOf(['sr-Thai-RS', 'de', 'zh-CN']);
43 assertEquals('zh-CN', multiLocale[2]);
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 99 ConstantSDNode *CN = nullptr;
101 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
102 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
105 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 160 EUC-CN EUC-CN 0x007F
161 EUC_CN EUC-CN 0x007F
177 # GB2312 and CNS11643 in ISO 2022 CN form, Simplified and Traditional Chinese (conversion to Unicode only)
178 ISO2022CN ISO-2022-CN
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmcore.mk 13 # EUC-CN, GBK (Windows cp936), GB 18030
ucmlocal.mk 30 # encoding when coming across ISO-2022-CN-(Ext).
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 13 # EUC-CN, GBK (Windows cp936), GB 18030
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 188 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
189 if (isInt<16>(CN->getSExtValue())) {
200 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
MipsSEISelDAGToDAG.cpp 270 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
271 if (isIntN(OffsetBits, CN->getSExtValue())) {
281 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
659 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node);
660 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
683 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Node);
684 unsigned Size = CN->getValueSizeInBits(0);
690 int64_t Imm = CN->getSExtValue();
696 SDLoc DL(CN);
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 46 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3");
210 DefaultSymbols.put(CN, "CN");
243 DefaultLookUp.put("cn", CN);
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 226 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
228 uint64_t Offset = CN->getSExtValue();
234 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 67 private static final ObjectIdentifier CN
68 = new ObjectIdentifier(new int[] { 2, 5, 4, 3 }, "CN", RFC1779_NAMES);
143 RFC1779_NAMES.put(CN.getName(), CN);
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 187 explicit iterator(PointerRec *CN = nullptr) : CurNode(CN) {}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 69 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3");
269 DefaultSymbols.put(CN, "CN");
301 RFC2253Symbols.put(CN, "CN");
311 RFC1779Symbols.put(CN, "CN");
320 DefaultLookUp.put("cn", CN);
    [all...]
  /external/chromium_org/android_webview/
Android.mk 370 LOCAL_MODULE := webviewchromium_webkit_strings_zh-CN.pak
371 LOCAL_MODULE_STEM := zh-CN
372 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_zh-CN.pak
  /external/chromium_org/android_webview/build/
resources_config.mk 86 webviewchromium_webkit_strings_zh-CN.pak \
  /external/chromium_org/net/cert/
x509_cert_types_mac.cc 162 // We don't expect to have more than one CN, L, S, and C.
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 609 milliseconds

1 2 3 4 5