Home
last modified time | relevance | path

Searched refs:pre (Results 351 - 375 of 1672) sorted by relevance

1...<<11121314151617181920>>...67

/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()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Datomic.h159 #error SMP not supported on pre-ARMv6 CPUs
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DM7memset.S49 * In the main loop, continue pre-setting the first long
184 ! must be > pre-cleared lines
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Datomic.h159 #error SMP not supported on pre-ARMv6 CPUs
/kernel/linux/linux-6.6/arch/sparc/lib/
H A DM7memset.S49 * In the main loop, continue pre-setting the first long
184 ! must be > pre-cleared lines
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h213 u32 num, char *pre, char *suf);
482 /* The pool containing pre allocated buffers used for soft commands */
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtx_diff38 file. If DTx is a dts source file then it is pre-processed in the same
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h213 u32 num, char *pre, char *suf);
482 /* The pool containing pre allocated buffers used for soft commands */
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtx_diff38 file. If DTx is a dts source file then it is pre-processed in the same
/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
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dattrib.c155 CLST flen, vcn0 = vcn, pre = pre_alloc ? *pre_alloc : 0; in attr_allocate_clusters() local
159 err = ntfs_look_for_free_space(sbi, lcn, len + pre, &lcn, &flen, in attr_allocate_clusters()
162 if (err == -ENOSPC && pre) { in attr_allocate_clusters()
163 pre = 0; in attr_allocate_clusters()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dpcie.c759 #define eq_value(pre, curr, post) \
760 ((((u32)(pre)) << \
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dpcie.c708 #define eq_value(pre, curr, post) \
709 ((((u32)(pre)) << \
/third_party/ffmpeg/libavcodec/x86/
H A Dfft.asm772 .pre:
804 jns .pre
/third_party/node/lib/
H A Drepl.js729 (_, pre, line) => pre + (line - 1),
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c188 struct icp_qat_uof_batch_init *pre; in qat_uclo_cleanup_batch_init_list() local
190 pre = umem_init; in qat_uclo_cleanup_batch_init_list()
192 kfree(pre); in qat_uclo_cleanup_batch_init_list()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c427 int pre = (vidfreq & 0x7); in intel_pxfreq() local
429 if (!pre) in intel_pxfreq()
432 return div * 133333 / (pre << post); in intel_pxfreq()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ds3cmci.c148 u32 con, pre, cmdarg, cmdcon, cmdsta, r0, r1, r2, r3, timer; in dbg_dumpregs() local
152 pre = readl(host->base + S3C2410_SDIPRE); in dbg_dumpregs()
167 prefix, con, pre, timer); in dbg_dumpregs()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c188 struct icp_qat_uof_batch_init *pre; in qat_uclo_cleanup_batch_init_list() local
190 pre = umem_init; in qat_uclo_cleanup_batch_init_list()
192 kfree(pre); in qat_uclo_cleanup_batch_init_list()
/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

Completed in 57 milliseconds

1...<<11121314151617181920>>...67