Home
last modified time | relevance | path

Searched full:natural (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_call_defs.h62 * Struct size is 16 bytes. All fields in struct are aligned to their natural
83 * aligned to their natural alignment.
93 * bitmap. All fields in struct are aligned to their natural alignment.
103 * bitmap. All fields in struct are aligned to their natural alignment.
112 * in struct are aligned to their natural alignment.
121 * multiple of 8 bytes, and all fields are aligned to their natural alignment.
150 * be a multiple of 8 bytes, and fields must be aligned to their natural
182 * their natural alignment.
/freebsd/lib/libc/stdlib/
H A Dmerge.c37 * natural/pairwise first pass. Requires about .3% more comparisons
42 #define NATURAL macro
43 #define THRESHOLD 16 /* Best choice for natural merge cut-off. */
45 /* #define NATURAL to get hybrid natural merge.
260 * Optional hybrid natural/pairwise first pass. Eats up list1 in runs of
262 * when THRESHOLD/2 pairs compare with same sense. (Only used when NATURAL
286 #ifdef NATURAL in setup()
304 } else { /* Natural merge */ in setup()
329 #endif /* NATURAL */ in setup()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hmac.h127 * will be the minimum of that value and the natural HMAC output length.
128 * If `out_len` is 0, then the natural HMAC output length is selected. The
129 * "natural output length" is the output length of the underlying hash
134 * \param out_len HMAC output length (0 to select "natural length").
145 * The returned value is the minimum of the HMAC natural length (output
149 * return the HMAC natural length).
189 * its length is at most the "natural length" of HMAC (i.e. the output
/freebsd/lib/libc/string/
H A Dstrverscmp.38 .Nd compare strings according to natural order
23 according to their natural order
30 More specifically, this natural order is found by iterating over both
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
9 // This file defines the MachineLoopInfo class that is used to identify natural
11 // natural loops may actually be several loops that share the same header node.
14 // each natural loop identified, this analysis identifies natural loops
131 /// Calculate the natural loop information.
/freebsd/lib/msun/man/
H A Dlog.376 functions compute the natural logarithm of
99 functions compute the natural logarithm of
101 Computing the natural logarithm as
H A Dclog.333 .Nd complex natural logarithm functions
50 functions compute the complex natural logarithm of
56 function returns the complex natural logarithm value, in the
H A Dcomplex.378 .Ss Natural logarithm Function
80 clog natural logarithm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp1 //===- MachineLoopInfo.cpp - Natural Loop Calculator ----------------------===//
9 // This file defines the MachineLoopInfo class that is used to identify natural
11 // the loops identified may actually be several natural loops that share the
12 // same header node... not just a single natural loop.
55 "Machine Natural Loop Construction", true, true)
58 "Machine Natural Loop Construction", true, true)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp11 // irreducible SCC into a natural loop by applying the following transformation:
18 // This converts the SCC into a natural loop with N as the header: N is the only
34 // new block N, forming a natural loop consisting of N, A and B.
105 "Convert irreducible control-flow into natural loops",
110 "Convert irreducible control-flow into natural loops", in INITIALIZE_PASS_DEPENDENCY()
162 // natural loop. Also insert this new loop at its appropriate place in the in INITIALIZE_PASS_DEPENDENCY()
304 LLVM_DEBUG(dbgs() << "Natural loop with a single header: skipped\n"); in makeReducible()
H A DUnifyLoopExits.cpp9 // For each natural loop with multiple exit blocks, this pass creates a new
64 "Fixup each natural loop to have a single exit block",
69 "Fixup each natural loop to have a single exit block", in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/kyua/store/
H A Dmigrate_v2_v3.sql51 NATURAL JOIN old_store.contexts
57 NATURAL JOIN old_store.contexts
58 NATURAL JOIN old_store.env_vars
H A Dwrite_transaction_test.cpp252 "SELECT * FROM test_case_files NATURAL JOIN files"); in ATF_TEST_CASE_BODY()
279 "SELECT * FROM test_case_files NATURAL JOIN files"); in ATF_TEST_CASE_BODY()
308 "SELECT * FROM test_case_files NATURAL JOIN files"); in ATF_TEST_CASE_BODY()
/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.h236 /* Natural Width control fields */
246 /* Natural Width read-only fields */
254 /* Natural Width guest-state fields */
276 /* Natural Width host-state fields */
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DIPO.h36 /// createLoopExtractorPass - This pass extracts all natural loops from the
41 /// createSingleLoopExtractorPass - This pass extracts one natural loop from the
/freebsd/lib/libc/locale/
H A Dmultibyte.345 The basic elements of some written natural languages, such as Chinese,
49 extended natural language encodings:
H A Dsetlocale.336 .Nd natural language formatting for C
47 of natural language formatting style
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_math.h120 * indeterminate, but must be at most the size of a natural integer
131 * The value provided must be of a type at most the size of a natural integer.
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h9 // This file defines the LoopInfoBase class that is used to identify natural
11 // blocks. A natural loop has exactly one entry-point, which is called the
12 // header. Note that natural loops may actually be several loops that share the
16 // each natural loop identified, this analysis identifies natural loops
161 // LoopInfo does not detect irreducible control flow, just natural
166 /// Return true if the loop does not contain any (natural) loops.
168 /// Return true if the loop does not have a parent (natural) loop
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.td97 /// XPLINK64: Allocate all registers in natural order
113 /// XPLINK64: Allocate all registers in natural order
129 // XPLINK64: Allocate all registers in natural order
136 // XPLINK64: Allocate all registers in natural order
144 // XPLINK64: Allocate all registers in natural order
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp70 // The number of natural loops to extract from the program into functions.
107 // createLoopExtractorPass - This pass extracts all natural loops from the
254 // createSingleLoopExtractorPass - This pass extracts one natural loop from the
/freebsd/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_types_stm.h86 CS-STM supports Natural binary and grey encodings.
91 STM_TS_NATBINARY, /**< TS encoding natural binary */
/freebsd/contrib/file/python/
H A Dsetup.py25 'Natural Language :: English',
/freebsd/lib/libc/net/
H A Dinet6_opt_init.3208 The caller should ensure that each field is aligned on its natural
291 It is expected that each field is aligned on its natural boundaries as
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h21 /// - In any choice of DFS, every natural loop L is represented by a
24 /// exactly the natural loops in the program.
96 /// \brief Whether the cycle is a natural loop.

12345678910>>...14