Home
last modified time | relevance | path

Searched refs:sub (Results 976 - 1000 of 1305) sorted by relevance

1...<<31323334353637383940>>...53

/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dtext_format_test.py251 text = re.compile(r'\.0$', re.MULTILINE).sub('', text)
/third_party/skia/modules/canvaskit/
H A Dexterns.js719 sub: function() {},
/third_party/vulkan-headers/registry/
H A Dcgenerator.py181 headerSym = re.sub(r'\.h', '_h_',
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3007 } sub; member
3544 return f->sub.msgdef; in upb_fielddef_msgsubdef()
3549 return f->sub.enumdef; in upb_fielddef_enumsubdef()
4262 const upb_enumdef *e = f->sub.enumdef; in parse_default()
4460 f->sub.unresolved = field_proto; in create_fielddef()
4697 const google_protobuf_FieldDescriptorProto *field_proto = f->sub.unresolved; in resolve_fielddef()
4722 f->sub.msgdef = symtab_resolve(ctx, f, prefix, name, UPB_DEFTYPE_MSG); in resolve_fielddef()
4723 CHK(f->sub.msgdef); in resolve_fielddef()
4725 f->sub.enumdef = symtab_resolve(ctx, f, prefix, name, UPB_DEFTYPE_ENUM); in resolve_fielddef()
4726 CHK(f->sub in resolve_fielddef()
5423 const upb_handlers **sub; global() member
5654 upb_handlers_setsubhandlers(upb_handlers *h, const upb_fielddef *f, const upb_handlers *sub) upb_handlers_setsubhandlers() argument
6516 const upb_handlers *sub = find_submethod() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp991 DECLARE_BINARY_GENTYPE_FUNCS(sub)
1006 DECLARE_BINARY_INT_GENTYPE_FUNCS(sub)
1032 DECLARE_BINARY_UINT_GENTYPE_FUNCS(sub)
1323 const char* subName = isNormalOp ? "sub" : isAssignEff ? "sub_assign_effect" : "sub_assign_result"; in init()
1380 << operInfoFunc(subName, subOp, GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(sub)) in init()
1381 << operInfoFunc(subName, subOp, IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_GENTYPE_FUNCS(sub)) in init()
1382 << operInfoFunc(subName, subOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(sub)) in init()
1383 << operInfoFunc(subName, subOp, UGT, Value(UGT, 1e2f, 2e2f), Value(UGT, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_MEDIUMP, UINT_GENTYPE_FUNCS(sub)) in init()
1384 << operInfoFunc(subName, subOp, UGT, Value(UGT, .5e9f, 3.7e9f), Value(UGT, 0.0f, 3.9e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(sub)) in init()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc189 // Moved to ARM32::AssemberARM32::sub()
190 void Assembler::sub(Register rd, Register rn, Operand o, Condition cond) {
214 // Moved to ARM32::AssemberARM32::sub()
389 sub(rd, ra, Operand(IP), cond);
1646 sub(base, base, shadow, cond);
1661 sub(base, base, shadow, cond);
1744 sub(base, base, shadow_offset);
2917 // positive values and sub for negatives ones, which would slightly improve
2923 sub(rd, rn, o, cond);
2931 sub(r
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp994 DECLARE_BINARY_GENTYPE_FUNCS(sub)
1009 DECLARE_BINARY_INT_GENTYPE_FUNCS(sub)
1035 DECLARE_BINARY_UINT_GENTYPE_FUNCS(sub)
1326 const char* subName = isNormalOp ? "sub" : isAssignEff ? "sub_assign_effect" : "sub_assign_result"; in init()
1383 << operInfoFunc(subName, subOp, GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(sub)) in init()
1384 << operInfoFunc(subName, subOp, IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_GENTYPE_FUNCS(sub)) in init()
1385 << operInfoFunc(subName, subOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(sub)) in init()
1386 << operInfoFunc(subName, subOp, UGT, Value(UGT, 1e2f, 2e2f), Value(UGT, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_MEDIUMP, UINT_GENTYPE_FUNCS(sub)) in init()
1387 << operInfoFunc(subName, subOp, UGT, Value(UGT, .5e9f, 3.7e9f), Value(UGT, 0.0f, 3.9e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(sub)) in init()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc65 sub(zd, zn, scratch); in AddSubHelper()
85 sub(zd, zd, imm8, shift); in TrySingleAddSub()
678 V(Sub, sub) \
1107 sub(zd, scratch, zm); in Sub()
/third_party/python/Lib/
H A Dpydoc.py189 return result and re.sub('^ *\n', '', result.rstrip()) or ''
232 return _re_stripid.sub(r'\1', text)
551 return re.sub(r'((\\[\\abfnrtv\'"]|\\[0-9]..|\\x..|\\u....)+)',
1596 return re.sub('.\b', '', text)
H A Dssl.py417 for sub in cert.get('subject', ()):
418 for key, value in sub:
/third_party/ffmpeg/libavcodec/arm/
H A Dhpeldsp_arm.S62 sub \Rd0, \Rn0, \Rd0, lsr #1
63 sub \Rd1, \Rn1, \Rd1, lsr #1
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_idct.asm9 ;* Holger Lubitz <hal@duncan.ol.sub.de>
756 sub t1d, t0d
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm187 sub cntr_reg, 2
219 sub wd, mmsize/2
/third_party/littlefs/scripts/
H A Dperf.py528 file, line = re.sub('(\.o)?$', '.c', dso, 1), 0
555 file, line = re.sub('(\.o)?$', '.c', dso, 1), 0
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h64 void AllocateStackSpace(Register bytes) { sub(sp, sp, bytes); } in AllocateStackSpace()
68 sub(sp, sp, Operand(bytes)); in AllocateStackSpace()
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc1092 Format(instr, "sub.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
1582 Format(instr, "sub 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1020 Format(instr, "sub.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
1353 Format(instr, "sub 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
/third_party/python/
H A Dsetup.py157 """Get the paths of sysroot sub-directories.
838 env_val = re.sub(r'(^|\s+)-(-|(?!%s))' % arg_name[1],
1064 readline_termcap_library = re.sub(
/third_party/rust/crates/clap/tests/builder/
H A Dapp_settings.rs1210 let sub = cmd.get_subcommands().collect::<Vec<_>>()[0]; in color_is_global()
1211 assert_eq!(sub.get_color(), clap::ColorChoice::Never); in color_is_global()
/third_party/python/Tools/stringbench/
H A Dstringbench.py1222 @bench('re.sub(" ", "\\t", "This is a test"', 'replace single character',
1228 pat_sub = pat.sub
1243 @bench('re.sub("\\n", " ", "...text.with.2000.lines...")',
1249 pat_sub = pat.sub
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp691 "float sub(float x, float y) { return x - y; }\n" in DEF_TEST()
692 "float main(float x) { return sub(sqr(x), x); }\n" in DEF_TEST()
702 auto sub = SkSL::Program_GetFunction(*program, "sub"); in DEF_TEST() local
709 REPORTER_ASSERT(r, sub); in DEF_TEST()
/third_party/python/Lib/test/
H A Dtest_context.py349 def sub(num): function
358 results = list(tp.map(sub, range(10)))
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs282 /// [`core::ops::Sub`]: struct.BigNumRef.html#method.sub
1291 fn sub(self, oth: &BigNumRef) -> BigNum { in sub() functions
1298 delegate!(Sub, sub);
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c1157 #define LOAD_TEXTURE_DATA(comp_index, sub) \
1159 int width = sub ? AV_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w) : opengl->width; \
1160 int height = sub ? AV_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h): opengl->height; \
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp530 auto sub = dynamic_cast<sub_buffer *>(&mem);
531 if (sub && sub->offset() % q.device().mem_base_addr_align()) {

Completed in 109 milliseconds

1...<<31323334353637383940>>...53