/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 3657 Int pre; /* digits before the '.' */ in decToString() local 3705 pre=dn->digits+exp; /* digits before '.' */ in decToString() 3707 if ((exp>0) || (pre<-5)) { /* need exponential form */ in decToString() 3709 pre=1; /* assume one digit before '.' */ in decToString() 3725 if (!ISZERO(dn)) pre+=adj; in decToString() 3729 pre=-(2-adj); in decToString() 3737 if (pre>0) { /* xxx.xxx or xx00 (engineering) form */ in decToString() 3738 Int n=pre; in decToString() 3739 for (; pre>0; pre in decToString() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 3657 Int pre; /* digits before the '.' */ in decToString() local 3705 pre=dn->digits+exp; /* digits before '.' */ in decToString() 3707 if ((exp>0) || (pre<-5)) { /* need exponential form */ in decToString() 3709 pre=1; /* assume one digit before '.' */ in decToString() 3725 if (!ISZERO(dn)) pre+=adj; in decToString() 3729 pre=-(2-adj); in decToString() 3737 if (pre>0) { /* xxx.xxx or xx00 (engineering) form */ in decToString() 3738 Int n=pre; in decToString() 3739 for (; pre>0; pre in decToString() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 3657 Int pre; /* digits before the '.' */ in decToString() local 3705 pre=dn->digits+exp; /* digits before '.' */ in decToString() 3707 if ((exp>0) || (pre<-5)) { /* need exponential form */ in decToString() 3709 pre=1; /* assume one digit before '.' */ in decToString() 3725 if (!ISZERO(dn)) pre+=adj; in decToString() 3729 pre=-(2-adj); in decToString() 3737 if (pre>0) { /* xxx.xxx or xx00 (engineering) form */ in decToString() 3738 Int n=pre; in decToString() 3739 for (; pre>0; pre in decToString() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 296 NV50LegalizePostRA::handlePRERET(FlowInstruction *pre) in handlePRERET() argument 298 BasicBlock *bbE = pre->bb; in handlePRERET() 299 BasicBlock *bbT = pre->target.bb; in handlePRERET() 301 pre->subOp = NV50_IR_SUBOP_EMU_PRERET + 0; in handlePRERET() 302 bbE->remove(pre); in handlePRERET() 303 bbE->insertHead(pre); in handlePRERET()
|
/third_party/curl/scripts/ |
H A D | checksrc.pl | 514 my ($pre, $path) = ($1, $2);
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
H A D | afuc_test.asm | 91 ; TODO: 0x4 flag is actually pre-increment addressing, handle it as such
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | fft.asm | 772 .pre: 804 jns .pre
|
H A D | celt_pvq_search.asm | 300 ; Saves pre and post-caclulation to correct Y[] values.
|
/third_party/node/lib/ |
H A D | repl.js | 729 (_, pre, line) => pre + (line - 1),
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_arnndn.c | 1033 float *(pre[1]); in compute_frame_features() 1040 pre[0] = &st->pitch_buf[0]; in compute_frame_features() 1041 pitch_downsample(pre, pitch_buf, PITCH_BUF_SIZE, 1); in compute_frame_features()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 659 srlx $in4,$shr,$in4 ! pre-shift 718 srlx $in2,$shr,$in4 ! pre-shift 754 srlx $in2,$shr,$in4 ! pre-shift
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 659 srlx $in4,$shr,$in4 ! pre-shift 718 srlx $in2,$shr,$in4 ! pre-shift 754 srlx $in2,$shr,$in4 ! pre-shift
|
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 1435 ($pre:expr, $($code:expr),+) => {{ in write_color() 1438 // The largest `pre` expression we currently use is 7 bytes. in write_color() 1440 let pre_len = $pre.len(); in write_color() 1443 fmt[..pre_len].copy_from_slice($pre); in write_color()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 29 /// component (e.g. DynamoRIO) to instrument pre-built libraries. 2314 CmpInst::Predicate pre; 2317 pre = I.getPredicate(); 2320 pre = I.getSwappedPredicate(); 2327 (pre == CmpInst::ICMP_SLT || pre == CmpInst::ICMP_SGE)) || 2329 (pre == CmpInst::ICMP_SGT || pre == CmpInst::ICMP_SLE))) {
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 297 /* Is string 'pre' a prefix of string 's'? */ 298 static int strprefix(const char *s, const char *pre) in strprefix() argument 300 return strncmp(s, pre, strlen(pre)) == 0; in strprefix() 3290 /* Reverse list of cpusets, in place. Simulates pre-order/post-order flip. */
|
/third_party/python/Lib/email/ |
H A D | _header_value_parser.py | 588 pre = post = '' 590 pre = ' ' 593 return pre+quote_string(self.display_name)+post
|
/third_party/python/Lib/ |
H A D | pydoc.py | 223 pre = max(0, (maxlen-3)//2) 224 post = max(0, maxlen-3-pre) 225 return text[:pre] + '...' + text[len(text)-post:] 2592 contents = '<pre>%s</pre>' % html.markup(contents)
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_fixers.py | 59 (pre, post) = r.get_fixers() 64 if pre and pre[-1].__class__.__module__.endswith(n) and not post: 65 # We're the last in pre and post is empty 68 %(", ".join([x.__class__.__module__ for x in (pre+post)]), n))
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
H A D | yacc.c | 113 # types, and so that pre-C89 compilers are handled correctly.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_format.cc | 1003 const auto tp = ptz.lookup(cs).pre; in parse()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CompatibilityTest.java | 863 String pre = (String)t.readObject(); in TestSerialize337() 868 ok = pre.equals(PREFIX) && in TestSerialize337()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CompatibilityTest.java | 866 String pre = (String)t.readObject(); in TestSerialize337() 871 ok = pre.equals(PREFIX) && in TestSerialize337()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 1242 pre = self._GetTargetPostbuilds(configname, output, output_binary, quiet) 1244 return pre + postbuilds + post
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 1239 pre = self._GetTargetPostbuilds(configname, output, output_binary, quiet) 1241 return pre + postbuilds + post
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv8.pl | 370 // note that __ecp_nistz256_mul_mont expects a[0-3] input pre-loaded 483 // note that __ecp_nistz256_sqr_mont expects a[0-3] input pre-loaded 597 // Note that __ecp_nistz256_add expects both input vectors pre-loaded to
|