Home
last modified time | relevance | path

Searched full:divisions (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dti-keystone-pllctrl.txt6 divisions, gating, and synchronization.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp11 // This is useful for targets like x86_64 that cannot lower divisions
12 // with more than 128 bits or targets like x86_32 that cannot lower divisions
/freebsd/contrib/lua/src/
H A Dldebug.h32 ** information. (A power of two allows fast divisions.)
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDivisionByConstantInfo.h9 /// This file implements support for optimizing divisions by a constant
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dst,nomadik-i2c.yaml12 DB8500 after the merge of these two companies wireless divisions.
/freebsd/contrib/ntp/libntp/
H A Dtimetoa.c77 * Since conversion to string uses lots of divisions anyway, in format_time_fraction()
H A Dntp_calendar.c12 * abysmal performance is the fact that all divisions are divisions by
30 * For all this, all divisions by constant are coded manually, even when
485 * 32/16bit divisions and is still performant is a bit more
570 * divisions.
619 * divisions.
694 /* We rely on the compiler to do efficient 64bit divisions as in ntpcal_daysplit()
838 /* Do 3 chained floor divisions by positive constants, using the in priv_timesplit()
1836 /* Use two fast cycle-split divisions again. Herew e want to in isocal_split_eraweeks()
/freebsd/contrib/bearssl/src/codec/
H A Dpemenc.c75 /* FIXME: try to avoid divisions here, as they may pull in br_pem_encode()
/freebsd/sys/fs/ext2fs/
H A Dfs.h127 * quantities by using shifts and masks in place of divisions
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp247 // Long integer divisions are often used in hashtable implementations. It's in getValueRange()
248 // not worth bypassing such divisions because hash values are extremely in getValueRange()
/freebsd/sys/kern/
H A Dsubr_clockcalib.c123 /* Precompute to save on divisions later. */ in clockcalib()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp9 /// This file implements support for optimizing divisions by a constant
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.h140 // negative, but it'll remove multiplications and divisions in several places.
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dd2s_intrinsics.h155 // functions for 64-bit divisions, even if the divisor is a constant.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSchedule.td88 // Divisions.
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md350 It has a complexity of `O(n^4)` because it has a linear number of divisions.
/freebsd/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c408 * is represented as divisions of a second, e.g., a value of 1000
H A Dntpv4-mib.mib166 is represented as divisions of a second, e.g., a value of 1000
/freebsd/contrib/ntp/include/
H A Dntp_calendar.h495 * This needs (in theory) 2 true divisions -- most compilers check the
/freebsd/sys/x86/isa/
H A Dclock.c252 * multiplications and divisions to scale the count take a while). in i8254_delay()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td480 // True if 8-bit divisions are significantly faster than
481 // 32-bit divisions and should be used when possible.
487 // 64-bit divisions and should be used when possible.
/freebsd/sys/netinet/cc/
H A Dcc_htcp.c105 * HTCP_ALPHA_INC_SHIFT is used to ensure the integer divisions don't
/freebsd/contrib/ntp/ntpd/
H A Dcheck_y2k.c378 * **divisions proved well founded) */ in main()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_prime.c71 * Calculate the number of trial divisions that gives the best speed in
/freebsd/lib/msun/src/
H A De_sqrt.c208 Section A) uses newton iterations and involves four divisions.

123