Searched defs:sub (Results 101 - 125 of 291) sorted by relevance

1234567891011>>

/external/skqp/tests/
H A DPathOpsTestCommon.cpp18 SkDCubic sub; local
24 sub = cubic.subDivide(start, 1);
25 cPtr = ⊂
/external/swiftshader/third_party/LLVM/lib/Support/
H A DConstantRange.cpp524 ConstantRange::sub(const ConstantRange &Other) const { function in class:ConstantRange
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h36 sub = 0, enumerator in enum:llvm::ARM_AM::AddrOpc
41 return Op == sub ? "-" : "";
75 default: assert(0 && "Unknown addressing sub-mode!");
409 bool isSub = Opc == sub;
416 return ((AM2Opc >> 12) & 1) ? sub : add;
443 bool isSub = Opc == sub;
450 return ((AM3Opc >> 8) & 1) ? sub : add;
492 bool isSub = Opc == sub;
499 return ((AM5Opc >> 8) & 1) ? sub : add;
/external/tensorflow/tensorflow/cc/framework/
H A Dcc_ops_test.cc133 auto sub = Sub(no_control_deps, 3.0f, 2.0f); local
135 IsVariableInitialized(no_control_deps.WithControlDependencies(sub), v);
147 // sub should have no control deps, so it should not cause the assign to run.
149 test::GetTensors(root, {sub, is_inited}, &out);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_cost_analysis_test.cc347 // sub = Sub(mul, clamp)
348 // tuple = Tuple({sub, sub, mul, C1})
367 auto sub = builder.AddInstruction( local
369 auto tuple = HloInstruction::CreateTuple({sub, sub, mul, c1});
374 {sub, mul, exp, clamp, add}, HloInstruction::FusionKind::kLoop);
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
H A DLabelImage.java95 b.sub(
170 <T> Output<T> sub(Output<T> x, Output<T> y) { method in class:LabelImage.GraphBuilder
/external/adhd/cras/src/server/
H A Dcras_expr.c389 struct cras_expr_expression *sub)
391 ARRAY_APPEND(&expr->u.children, sub);
514 struct cras_expr_expression **sub; local
530 FOR_ARRAY_ELEMENT(&expr->u.children, i, sub) {
531 dump_one_expression(d, *sub, indent + 2);
388 add_sub_expression(struct cras_expr_expression *expr, struct cras_expr_expression *sub) argument
/external/autotest/client/common_lib/cros/
H A Dtextfsm.py296 self.template = re.sub(r'^\(', '(?P<%s>' % self.name, self.regex)
348 def sub(self, *args, **kwargs): member in class:CopyableRegexObject
349 return self.regex.sub(*args, **kwargs)
/external/autotest/client/tests/signaltest/src/
H A Dsignaltest.c275 int fd, maj, min, sub; local
281 sscanf(ver, "Linux version %d.%d.%d", &maj, &min, &sub);
282 if (maj == 2 && min == 6 && sub < 18)
/external/boringssl/mac-x86_64/crypto/fipsmodule/
H A Dx86_64-mont.S212 jmp L$sub
214 L$sub:
220 jnz L$sub
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DNat.java859 public static int sub(int len, int[] x, int[] y, int[] z) method in class:Nat
871 public static int sub(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) method in class:Nat
/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp162 const Expr *sub = ICE->getSubExpr(); local
163 QualType T = sub->getType();
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp45 template<typename T> inline T sub (T a, T b) { return a - b; } function in namespace:tcu
414 TCU_DECLARE_VECTOR_BINARY_FUNC(sub, sub)
/external/freetype/src/cff/
H A Dcffobjs.c195 CFF_SubFont sub = font->subfonts[i - 1]; local
198 cff_make_private_dict( sub, &priv );
247 CFF_SubFont sub = font->subfonts[i - 1]; local
248 FT_Long sub_upm = (FT_Long)sub->font_dict.units_per_em;
319 CFF_SubFont sub = font->subfonts[i - 1]; local
320 FT_Long sub_upm = (FT_Long)sub->font_dict.units_per_em;
773 CFF_FontRecDict sub = &cff->subfonts[i - 1]->font_dict; local
782 if ( sub->has_font_matrix )
792 if ( top->units_per_em > 1 && sub->units_per_em > 1 )
794 sub
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNFRule.java1111 * @param sub If we find "delimiter" in "text", this substitution is used
1125 String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double upperBound) {
1128 // use "sub"'s doParse() method to match the text before the
1143 // match, and use "sub" to match that text
1147 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound,
1185 // for "delimiter". Instead, just use "sub" to parse as much of
1188 else if (sub == null) {
1195 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound,
1201 // sub.doParse() on through to the caller
1124 matchToDelimiter(String text, int startPos, double baseVal, String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double upperBound) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java1110 * @param sub If we find "delimiter" in "text", this substitution is used
1124 String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double upperBound) {
1127 // use "sub"'s doParse() method to match the text before the
1142 // match, and use "sub" to match that text
1146 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound,
1184 // for "delimiter". Instead, just use "sub" to parse as much of
1187 else if (sub == null) {
1194 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound,
1200 // sub.doParse() on through to the caller
1123 matchToDelimiter(String text, int startPos, double baseVal, String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double upperBound) argument
/external/libxcam/xcore/
H A Dv4l2_device.cpp643 struct v4l2_event_subscription sub; local
648 xcam_mem_clear (sub);
649 sub.type = event;
651 ret = this->io_control (VIDIOC_SUBSCRIBE_EVENT, &sub);
662 struct v4l2_event_subscription sub; local
667 xcam_mem_clear (sub);
668 sub.type = event;
670 ret = this->io_control (VIDIOC_UNSUBSCRIBE_EVENT, &sub);
/external/llvm/lib/IR/
H A DConstantRange.cpp670 ConstantRange::sub(const ConstantRange &Other) const { function in class:ConstantRange
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h37 sub = 0, enumerator in enum:llvm::ARM_AM::AddrOpc
42 return Op == sub ? "-" : "";
76 default: llvm_unreachable("Unknown addressing sub-mode!");
410 bool isSub = Opc == sub;
417 return ((AM2Opc >> 12) & 1) ? sub : add;
444 bool isSub = Opc == sub;
451 return ((AM3Opc >> 8) & 1) ? sub : add;
493 bool isSub = Opc == sub;
500 return ((AM5Opc >> 8) & 1) ? sub : add;
516 bool isSub = Opc == sub;
[all...]
/external/pdfium/third_party/lcms/src/
H A Dcmserr.c202 _cmsSubAllocator* sub; local
205 sub = (_cmsSubAllocator*) _cmsMallocZero(ContextID, sizeof(_cmsSubAllocator));
206 if (sub == NULL) return NULL;
208 sub ->ContextID = ContextID;
210 sub ->h = _cmsCreateSubAllocChunk(ContextID, Initial);
211 if (sub ->h == NULL) {
212 _cmsFree(ContextID, sub);
216 return sub;
221 void _cmsSubAllocDestroy(_cmsSubAllocator* sub) argument
225 for (chunk = sub
238 _cmsSubAlloc(_cmsSubAllocator* sub, cmsUInt32Number size) argument
[all...]
/external/python/cpython2/Lib/distutils/
H A Dmsvc9compiler.py167 def sub(self, s): function
728 manifest_buf = re.sub(pattern, "", manifest_buf)
730 manifest_buf = re.sub(pattern, "", manifest_buf)
/external/python/cpython3/Lib/distutils/
H A Dmsvc9compiler.py164 def sub(self, s): function
718 manifest_buf = re.sub(pattern, "", manifest_buf)
720 manifest_buf = re.sub(pattern, "", manifest_buf)
/external/python/cpython3/Objects/
H A Dbytes_methods.c471 const char *sub; local
484 sub = subbuf.buf;
488 sub = &byte;
499 *sub);
503 *sub);
511 sub, sub_len, start, end);
515 sub, sub_len, start, end);
525 "B.find(sub[, start[, end]]) -> int\n\
527 Return the lowest index in B where subsection sub is found,\n\
528 such that sub i
609 const char *sub; local
678 const char *sub; local
[all...]
/external/skia/src/core/
H A DSkGlyph.h101 static SkFixed SubToFixed(unsigned sub) { argument
102 SkASSERT(sub <= kSubMask);
103 return sub << (16 - kSubBits);
/external/skqp/src/core/
H A DSkGlyph.h101 static SkFixed SubToFixed(unsigned sub) { argument
102 SkASSERT(sub <= kSubMask);
103 return sub << (16 - kSubBits);

Completed in 855 milliseconds

1234567891011>>