Home
last modified time | relevance | path

Searched +full:half +full:- (Results 1 – 25 of 1008) sorted by relevance

12345678910>>...41

/freebsd/contrib/elftoolchain/libelf/
H A Delf_types.m41 /*-
26 * $Id: elf_types.m4 321 2009-03-07 16:59:14Z jkoshy $
32 * The members of the list form a 2-tuple: (name, C-type-suffix).
34 * + `C-type-suffix' is the suffix for Elf32_ and Elf64_ type names.
43 `GNUHASH, -',
44 `HALF, Half',
69 * Each member-list element comprises of pairs of (field name, type),
73 * and a basic type. Basic types include IDENT, HALF, WORD, LWORD,
103 `e_type, HALF',
104 `e_machine, HALF',
[all …]
/freebsd/contrib/libdivsufsort/lib/
H A Dutils.c3 * Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
30 /*- Private Function -*/
36 saidx_t half, i; in binarysearch_lower() local
37 for(i = 0, half = size >> 1; in binarysearch_lower()
39 size = half, half >>= 1) { in binarysearch_lower()
40 if(A[i + half] < value) { in binarysearch_lower()
41 i += half + 1; in binarysearch_lower()
42 half -= (size & 1) ^ 1; in binarysearch_lower()
49 /*- Functions -*/
51 /* Burrows-Wheeler transform. */
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h1 //===--- opencl-c.h - OpenCL C language builtin function header -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "opencl-c-base.h"
43 // OpenCL v1.1/1.2/2.0 s6.2.3 - Explicit conversions
5464 // Convert half types to non-double types.
5465 uchar __ovld __cnfn convert_uchar(half);
5466 uchar __ovld __cnfn convert_uchar_rte(half);
5467 uchar __ovld __cnfn convert_uchar_rtp(half);
5468 uchar __ovld __cnfn convert_uchar_rtn(half);
[all …]
H A Df16cintrin.h1 /*===---- f16cintrin.h - F16C intrinsics -----------------------------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
23 /* NOTE: Intel documents the 128-bit versions of these as being in emmintrin.h,
28 /// Converts a 16-bit half-precision float value into a 32-bit float
36 /// A 16-bit half-precision float value.
37 /// \returns The converted 32-bit float value.
46 /// Converts a 32-bit single-precision float value to a 16-bit
47 /// half-precision float value.
58 /// A 32-bit single-precision float value to be converted to a 16-bit
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h1 //===----- hlsl_intrinsics.h - HLSL definitions for intrinsics ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
38 //===----------------------------------------------------------------------===//
40 //===----------------------------------------------------------------------===//
63 half abs(half);
110 //===----------------------------------------------------------------------===//
112 //===----------------------------------------------------------------------===//
120 half acos(half);
138 //===----------------------------------------------------------------------===//
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcirrus,clps711x-intc.txt5 - compatible: Should be "cirrus,ep7209-intc".
6 - reg: Specifies base physical address of the registers set.
7 - interrupt-controller: Identifies the node as an interrupt controller.
8 - #interrupt-cells: Specifies the number of cells needed to encode an
13 ---------------------------
24 12: UTXINT1 UART1 transmit FIFO half empty
25 13: URXINT1 UART1 receive FIFO half full
29 17: SS2RX SSI2 receive FIFO half or greater full
30 18: SS2TX SSI2 transmit FIFO less than half empty
31 28: UTXINT2 UART2 transmit FIFO half empty
[all …]
/freebsd/usr.bin/col/
H A Dcol.144 utility filters out reverse (and half reverse) line feeds so that the output is
45 in the correct order with only forward and half forward line
46 feeds, and replaces white-space characters with tabs where possible.
53 .Bl -tag -width indent
58 Forward half line feeds are permitted (``fine'' mode).
59 Normally characters printed on a half line boundary are printed
80 understands both the escape sequences of the form escape-digit
82 .St -susv2
85 format escape-control-character.
89 .Bl -tag -width "carriage return" -compact
[all …]
/freebsd/lib/libc/amd64/string/
H A Dstrcspn.S34 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
58 /* no special case matches -- prepare lookup table */
135 * 2--16: one pcmpistri per 16 bytes of input
136 * 17--32: two pcmpistri per 16 bytes of input
221 1: cmp $16, %edx # 16--32 bytes?
225 /* set is 2--16 bytes in size */
238 3: lea -16(%rax), %rax # go back to second half
260 /* match in first set half during head */
263 pcmpistri $0, %xmm0, %xmm3 # match in second set half?
264 cmp %ecx, %eax # before the first half match?
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsWebAssembly.def1 // BuiltinsWebAssembly.def - WebAssembly builtin function database -*- C++ -*-//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// This file defines the WebAssembly-specific builtin function database.
14 //===----------------------------------------------------------------------===//
28 // Thread-local storage
29 TARGET_BUILTIN(__builtin_wasm_tls_size, "z", "nc", "bulk-memory")
30 TARGET_BUILTIN(__builtin_wasm_tls_align, "z", "nc", "bulk-memory")
31 TARGET_BUILTIN(__builtin_wasm_tls_base, "v*", "nU", "bulk-memory")
40 TARGET_BUILTIN(__builtin_wasm_throw, "vIUiv*", "r", "exception-handling")
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dsfsqrt_opt.S1 //===----------------------Hexagon builtin routine ------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 .size \name, . - \name
26 #define HALF r4 macro
37 HALF = ##0x3f000000 // 0.5 define
42 H += sfmpy(E,HALF):lib // H0
43 D = HALF
47 D -= sfmpy(S,H):lib // d0
49 //E -= sfmpy(S,S):lib // e0
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_master.h2 * Copyright 2008-2015 Freescale Semiconductor Inc.
168 volatile uint32_t rxsci1h; /**< RX Secure Channel Identifier first half */
169 volatile uint32_t rxsci2h; /**< RX Secure Channel Identifier second half */
171 volatile uint32_t ifio1hs; /**< ifInOctets first half Statistic */
172 volatile uint32_t ifio2hs; /**< ifInOctets second half Statistic */
180 volatile uint32_t inov1hs; /**< InOctetsValidated first half Statistic */
181 volatile uint32_t inov2hs; /**< InOctetsValidated second half Statistic */
182 volatile uint32_t inod1hs; /**< InOctetsDecrypted first half Statistic */
183 volatile uint32_t inod2hs; /**< InOctetsDecrypted second half Statistic */
188 volatile uint32_t rxaninuss[MAX_NUM_OF_SA_PER_SC]; /**< RX AN 0-3 InNotUsingSA Statistic */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfh.td1 //===-- RISCVInstrInfoZfh.td - RISC-V 'Zfh' instructions ---*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file describes the RISC-V instructions from the standard 'Zfh'
10 // half-precision floating-point extension, version 1.0.
12 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
15 // RISC-V specific DAG Nodes.
16 //===----------------------------------------------------------------------===//
30 //===----------------------------------------------------------------------===//
[all …]
/freebsd/share/man/man4/
H A Dnge.416 .\" 4. Neither the name of the author nor the names of any co-contributors
42 .Bd -ragged -offset indent
50 .Bd -literal -offset indent
63 VLAN tagging/insertion as well as a 2048-bit multicast hash filter
68 full or half duplex.
81 .Bl -tag -width 10baseTXUTP
93 .Cm full-duplex
95 .Cm half-duplex
103 .Cm full-duplex
105 .Cm half-duplex
[all …]
H A Dspkr.415 .Tn IBM-PC Ns --compatible
25 another process has the device locked will return -1 with an
37 Sound-generation does not monopolize the processor; in fact, the driver
67 The play-string language is modeled on the PLAY statement conventions of
77 The `octave-tracking'
80 There are 84 accessible notes numbered 1-84 in 7 octaves, each running from
81 C to B, numbered 0-6; the scale is equal-tempered A440 and octave 3 starts
83 By default, the play function emits half-second notes with the
89 .Bl -tag -width CDEFGABxx
95 one of # + or -; the first two of these cause it to be sharped one
[all …]
H A Daxge.41 .\" Copyright (c) 1997, 1998, 1999, 2000-2003
15 .\" 4. Neither the name of the author nor the names of any co-contributors
41 .Bd -ragged -offset indent
55 .Bd -literal -offset indent
74 .Bl -tag -width ".Cm 10baseT/UTP"
86 .Cm full-duplex
88 .Cm half-duplex
96 .Cm full-duplex
98 .Cm half-duplex
106 .Cm full-duplex
[all …]
H A Drue.42 .\" Copyright (c) 2001-2003, Shunsuke Akiyama <akiyama@FreeBSD.org>.
36 .Bd -ragged -offset indent
48 .Bd -literal -offset indent
58 both 10 and 100Mbps speeds in either full or half duplex.
68 .Bl -tag -width ".Cm 10baseT/UTP"
80 .Cm full-duplex
82 .Cm half-duplex
89 .Cm full-duplex
91 .Cm half-duplex
98 .Bl -tag -width ".Cm 10baseT/UTP"
[all …]
H A Dmsk.435 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
56 features and an interrupt moderation mechanism as well as a 64-bit
71 .Bl -tag -width ".Cm 10baseT/UTP"
83 .Cm full-duplex
85 .Cm half-duplex
93 .Cm full-duplex
95 .Cm half-duplex
103 .Cm full-duplex
105 .Cm half-duplex
[all …]
H A Dgenet.434 .Bd -ragged -offset indent
49 .Bl -item -offset indent -compact
53 10/100/1000Mbps operation in full-duplex mode
55 10/100Mbps operation in half-duplex mode
65 .Bl -tag -width ".Cm 10baseT/UTP"
77 .Cm full-duplex
79 .Cm half-duplex
87 .Cm full-duplex
89 .Cm half-duplex
94 .Cm full-duplex
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_bio.pod8 BIO_ctrl_get_read_request, BIO_ctrl_reset_read_request - BIO pair BIO
34 BIOs where data written to either half of the pair is buffered and can be read from
35 the other half. Both halves must usually by handled by the same application thread
39 one half of a BIO pair and have all the data processed by the chain under application
60 up any half of the pair will automatically destroy the association.
64 half of the pair will return any pending data or EOF when all pending data has
88 last read attempt at the other half of the BIO pair failed due to an
103 Both halves of a BIO pair should be freed. That is even if one half is implicit
104 freed due to a BIO_free_all() or SSL_free() call the other half needs to be freed.
108 on the other half of the pair and, if any data is pending, reading it and sending
[all …]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
/freebsd/lib/msun/src/
H A De_coshf.c1 /* e_coshf.c -- float version of e_cosh.c.
19 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
44 return half*t+half/t; in coshf()
47 /* |x| in [9, log(maxfloat)] return half*exp(|x|) */ in coshf()
48 if (ix < 0x42b17217) return half*expf(fabsf(x)); in coshf()
52 return __ldexp_expf(fabsf(x), -1); in coshf()
H A De_cosh.c15 * mathematically cosh(x) if defined to be (exp(x)+exp(-x))/2
16 * 1. Replace x by |x| (cosh(x) = cosh(-x)).
18 * [ exp(x) - 1 ]^2
19 * 0 <= x <= ln2/2 : cosh(x) := 1 + -------------------
23 * ln2/2 <= x <= 22 : cosh(x) := -------------------
30 * cosh(x) is |x| if x is +INF, -INF, or NaN.
39 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
65 return half*t+half/t; in cosh()
68 /* |x| in [22, log(maxdouble)] return half*exp(|x|) */ in cosh()
69 if (ix < 0x40862E42) return half*exp(fabs(x)); in cosh()
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_s_bio.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
30 #define HALF IEEE80211_T_OFDM_HALF macro
56 /* 3 Mb */ { AH_TRUE, HALF, 3000, 0x0b, 0x00, (0x80|6), 0 },
57 /* 4.5 Mb */ { AH_TRUE, HALF, 4500, 0x0f, 0x00, 9, 0 },
58 /* 6 Mb */ { AH_TRUE, HALF, 6000, 0x0a, 0x00, (0x80|12), 2 },
59 /* 9 Mb */ { AH_TRUE, HALF, 9000, 0x0e, 0x00, 18, 2 },
60 /* 12 Mb */ { AH_TRUE, HALF, 12000, 0x09, 0x00, (0x80|24), 4 },
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td1 //==--- OpenCLBuiltins.td - OpenCL builtin declarations -------------------===//
7 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 //===----------------------------------------------------------------------===//
13 // check for a function described in this file when -fdeclare-opencl-builtins
16 //===----------------------------------------------------------------------===//
18 //===----------------------------------------------------------------------===//
20 //===----------------------------------------------------------------------===//
60 // Concatenate zero or more space-separated extensions in NewExts to Base and
159 //===----------------------------------------------------------------------===//
161 //===----------------------------------------------------------------------===//
[all …]

12345678910>>...41