Home
last modified time | relevance | path

Searched refs:pre (Results 226 - 250 of 333) sorted by relevance

12345678910>>...14

/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp3657 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 DdecNumber.cpp3657 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 DdecNumber.cpp3657 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 Dnv50_ir_lowering_nv50.cpp296 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 Dchecksrc.pl514 my ($pre, $path) = ($1, $2);
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm91 ; TODO: 0x4 flag is actually pre-increment addressing, handle it as such
/third_party/ffmpeg/libavcodec/x86/
H A Dfft.asm772 .pre:
804 jns .pre
H A Dcelt_pvq_search.asm300 ; Saves pre and post-caclulation to correct Y[] values.
/third_party/node/lib/
H A Drepl.js729 (_, pre, line) => pre + (line - 1),
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c1033 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 Dpoly1305-sparcv9.pl659 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 Dpoly1305-sparcv9.pl659 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 Dlib.rs1435 ($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 DMemorySanitizer.cpp29 /// 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 Dlibcpuset.c297 /* 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.py588 pre = post = ''
590 pre = ' '
593 return pre+quote_string(self.display_name)+post
/third_party/python/Lib/
H A Dpydoc.py223 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 Dtest_fixers.py59 (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 Dyacc.c113 # 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 Dtime_zone_format.cc1003 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 DCompatibilityTest.java863 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 DCompatibilityTest.java866 String pre = (String)t.readObject(); in TestSerialize337()
871 ok = pre.equals(PREFIX) && in TestSerialize337()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py1242 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 Dxcode_emulation.py1239 pre = self._GetTargetPostbuilds(configname, output, output_binary, quiet)
1241 return pre + postbuilds + post
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl370 // 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

Completed in 71 milliseconds

12345678910>>...14