Home
last modified time | relevance | path

Searched refs:half (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/freebsd/contrib/libdivsufsort/lib/
H A Dutils.c36 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()
263 saidx_t size, lsize, rsize, half; in sa_search() local
275 for(i = j = k = 0, lmatch = rmatch = 0, size = SAsize, half = size >> 1; in sa_search()
277 size = half, half >>= 1) { in sa_search()
279 r = _compare(T, Tsize, P, Psize, SA[i + half], &match); in sa_search()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h63 __detail::is_same<half, T>::value,
72 __detail::is_same<half, T>::value,
126 __detail::is_same<half, T>::value,
135 __detail::is_same<half, T>::value,
153 __detail::is_same<half, T>::value,
167 const inline half distance(__detail::HLSL_FIXED_VECTOR<half, N> X, in distance() argument
168 __detail::HLSL_FIXED_VECTOR<half, N> Y) { in distance()
235 __detail::is_same<half, T>::value,
249 const inline __detail::HLSL_FIXED_VECTOR<half, L> faceforward( in faceforward() argument
250 __detail::HLSL_FIXED_VECTOR<half, L> N, in faceforward()
[all …]
H A Dhlsl_alias_intrinsics.h72 half abs(half);
139 half acos(half);
217 bool all(half);
351 bool any(half);
454 half asin(half);
484 half atan(half);
516 half atan2(half y, half x);
547 half ceil(half);
584 half clamp(half, half, half);
704 half cos(half);
[all …]
H A Dhlsl_basic_types.h28 typedef half float16_t;
89 typedef vector<half, 1> half1;
90 typedef vector<half, 2> half2;
91 typedef vector<half, 3> half3;
92 typedef vector<half, 4> half4;
/freebsd/crypto/openssl/test/
H A Dpoly1305_internal_test.c1135 size_t half = inlen / 2; in test_poly1305() local
1138 Poly1305_Update(&poly1305, in, half); in test_poly1305()
1139 Poly1305_Update(&poly1305, in + half, inlen - half); in test_poly1305()
1147 for (half = 16; half < inlen; half += 16) { in test_poly1305()
1149 Poly1305_Update(&poly1305, in, half); in test_poly1305()
1150 Poly1305_Update(&poly1305, in + half, inlen - half); in test_poly1305()
1155 idx, half, inlen - half); in test_poly1305()
H A Dsiphash_internal_test.c223 size_t half = inlen / 2; in test_siphash() local
228 SipHash_Update(&siphash, in, half); in test_siphash()
229 SipHash_Update(&siphash, in + half, inlen - half); in test_siphash()
238 for (half = 16; half < inlen; half += 16) { in test_siphash()
242 SipHash_Update(&siphash, in, half); in test_siphash()
243 SipHash_Update(&siphash, in + half, inlen - half); in test_siphash()
249 idx, half, inlen - half); in test_siphash()
/freebsd/usr.bin/m4/tests/
H A Dregress.quotes.out5 half quoted string
12 `half quoted STRING
19 `half quoted STRING
26 `half quoted STRING
32 half quoted stringgoing up to that STRING'
39 half quoted string
46 `half quoted string
H A Dquotes.m48 `half quoted string
16 `half quoted string
24 `half quoted string
32 `half quoted string
40 `half quoted string
48 `half quoted string
56 `half quoted string
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h5465 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);
5469 uchar __ovld __cnfn convert_uchar_rtz(half);
5470 uchar __ovld __cnfn convert_uchar_sat(half);
5471 uchar __ovld __cnfn convert_uchar_sat_rte(half);
5472 uchar __ovld __cnfn convert_uchar_sat_rtp(half);
5473 uchar __ovld __cnfn convert_uchar_sat_rtn(half);
5474 uchar __ovld __cnfn convert_uchar_sat_rtz(half);
[all …]
/freebsd/lib/msun/ld128/
H A Ds_asinpil.c40 static const double half = 0.5, one = 1.; variable
125 _XADD(half, 0, -hi, -lo, y, x); in asinpil()
127 y = half; in asinpil()
151 y = (ax == 0) ? half : (ax < 0x1p-113 ? in acospil()
152 half - tiny : half - x * invpihi); in acospil()
157 _XADD(half, 0, -hi, -lo, y, ax); in acospil()
170 y = half; in acospil()
/freebsd/lib/msun/src/
H A Ds_asinpif.c40 static const float half = 0.5f, one = 1.f; variable
107 _XADD(half, 0, -hi, -lo, y, x); in asinpif()
109 y = half; in asinpif()
134 y = (ix == 0) ? half : ((ix < 0x33800000) ? in acospif()
135 half - tiny : half - x * invpihi); in acospif()
140 _XADD(half, 0, -hi, -lo, y, ax); in acospif()
H A Ds_asinpi.c80 static const double half = 0.5, one = 1.; variable
157 _XADD(half, 0, -hi, -lo, y, x); in asinpi()
159 y = half; in asinpi()
216 y = ((ix | lx) == 0) ? half : ((ix < 0x3ca00000) ? in acospi()
217 half - tiny : half - x * invpihi); in acospi()
222 _XADD(half, 0, -hi, -lo, y, ax); in acospi()
H A De_coshf.c19 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
44 return half*t+half/t; in coshf()
48 if (ix < 0x42b17217) return half*expf(fabsf(x)); in coshf()
H A De_cosh.c39 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
65 return half*t+half/t; in cosh()
69 if (ix < 0x40862E42) return half*exp(fabs(x)); in cosh()
H A Ds_rsqrtf.c72 static const float half = 0.5; in rsqrtf() local
140 _XADD(-ph, -pl, half, 0, rh, rl); in rsqrtf()
149 _XADD(-ph, -pl, half, 0, rh, rl); in rsqrtf()
155 _XADD(-ph, -pl, half, 0, rh, rl); in rsqrtf()
H A Ds_rsqrtl.c75 static const double half = 0.5; in rsqrtl() local
125 _XADD(-ph, -pl, half, 0, rh, rl); in rsqrtl()
144 static const double half = 0.5; in rsqrtl() local
195 _XADD(ph, pl, half, 0, rh, rl); in rsqrtl()
H A Ds_atanpif.c40 static const float half = 0.5f, one = 1.f, qrtr = 0.25f; variable
87 return ((hx & 0x80000000) ? -half : half); in atanpif()
138 _XADD(half, 0, -hi, -lo, y, x); in atanpif()
H A Ds_atanpi.c100 static const double half = 0.5, one = 1., qrtr = 0.25; variable
156 return ((hx & 0x80000000) ? -half : half); in atanpi()
207 _XADD(half, 0, -hi, -lo, y, x); in atanpi()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcirrus,clps711x-intc.txt24 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
32 29: URXINT2 UART2 receive FIFO half full
/freebsd/lib/msun/ld80/
H A Ds_asinpil.c46 static const double half = 0.5, one = 1.; variable
140 _XADD(half, 0, -hi, -lo, y, x); in asinpil()
142 y = half; in asinpil()
168 y = ((ix | lx) == 0) ? half : (LESSEQ(0x3fbf) ? in acospil()
169 half - tiny : half - x * invpihi); in acospil()
174 _XADD(half, 0, -hi, -lo, y, ax); in acospil()
188 y = half; in acospil()
H A Ds_atanpil.c47 static const double half = 0.5, one = 1., qrtr = 0.25; variable
117 return ((hx & 0x8000) ? -half : half); in atanpil()
171 _XADD(half, 0, -hi, -lo, y, x); in atanpil()
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dloaders.c56 int half = (halfp[0] << 8) + halfp[1]; in _cbor_decode_half() local
57 int exp = (half >> 10) & 0x1f; in _cbor_decode_half()
58 int mant = half & 0x3ff; in _cbor_decode_half()
66 return (float)(half & 0x8000 ? -val : val); in _cbor_decode_half()
/freebsd/lib/libc/amd64/string/
H A Dstrcspn.S238 3: lea -16(%rax), %rax # go back to second half
263 pcmpistri $0, %xmm0, %xmm3 # match in second set half?
264 cmp %ecx, %eax # before the first half match?
273 pcmpistri $0, %xmm0, %xmm2 # match in first set half?
275 pcmpistri $0, %xmm0, %xmm3 # match in second set half or end of string?
281 jb 4f # match in first set half?
283 jbe 1f # match in second set half or end of string?
287 jb 3f # match in first set half?
289 ja 0b # neither match in 2nd half nor string end?
292 lea -16(%rax), %rax # go back to second half
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_closefrom.c84 int buf[16], cur, half; in ATF_TC_BODY() local
104 half = STDERR_FILENO + __arraycount(buf) / 2; in ATF_TC_BODY()
105 ATF_REQUIRE(closefrom(half) == 0); in ATF_TC_BODY()
108 ATF_REQUIRE(cur == half - 1); in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbtree.h151 uint32_t half = nelems / 2; \
152 nelems -= half; \
153 i += (COMP(&i[half - 1], value) < 0) * half; \

12345678910>>...13