Home
last modified time | relevance | path

Searched full:odd (Results 1 – 25 of 920) sorted by relevance

12345678910>>...37

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d.out1 [0] sz 445.890000 odd false even true
2 [1] sz 793.684200 odd true even false
3 [2] sz 1412.757876 odd false even true
4 [3] sz 2514.709019 odd true even false
5 [4] sz 4476.182054 odd false even true
6 [5] sz 7967.604057 odd true even false
7 [6] sz 14182.335221 odd false even true
8 [8] sz 44935.310914 odd false even true
9 [9] sz 79984.853427 odd true even false
H A Dtst.usdt.c25 " \"odd\": \"%s\"," \
50 const char *odd, *even, *action; in main() local
54 odd = idx % 2 == 1 ? "true" : "false"; in main()
58 asprintf(&json, FMT, size, idx, odd, even, action); in main()
H A Dtst.usdt.d43 this->odd = json(this->j, "facts.odd");
45 printf("[%d] sz %s odd %s even %s\n", this->index, this->size,
46 this->odd, this->even);
/freebsd/sys/dev/ath/ath_hal/ah_regdomain/
H A Dah_rd_regenum.h130 MKK6_MKKB = 0x89, /* Japan UNI-1 even + UNI-1 odd MKKB */
131 MKK6_MKKA2 = 0x8A, /* Japan UNI-1 even + UNI-1 odd + MKKA2 */
132 MKK6_MKKC = 0x8B, /* Japan UNI-1 even + UNI-1 odd + MKKC */
134 MKK7_MKKB = 0x8C, /* Japan UNI-1 even + UNI-1 odd + UNI-2 + MKKB */
135 MKK7_MKKA2 = 0x8D, /* Japan UNI-1 even + UNI-1 odd + UNI-2 + MKKA2 */
136 MKK7_MKKC = 0x8E, /* Japan UNI-1 even + UNI-1 odd + UNI-2 + MKKC */
138 MKK8_MKKB = 0x8F, /* Japan UNI-1 even + UNI-1 odd + UNI-2 + mid-band + MKKB */
139 MKK8_MKKA2 = 0x90, /* Japan UNI-1 even + UNI-1 odd + UNI-2 + mid-band + MKKA2 */
140 MKK8_MKKC = 0x91, /* Japan UNI-1 even + UNI-1 odd + UNI-2 + mid-band + MKKC */
142 MKK14_MKKA1 = 0x92, /* Japan UNI-1 even + UNI-1 odd + 4.9GHz + MKKA1 */
[all …]
/freebsd/contrib/bc/scripts/
H A Dsqrt_frac_guess.bc59 odd = 0
67 odd = !odd
72 odd = !odd
78 print "odd: ", odd, "\n"
80 if (odd)
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dadvantech,idk-2121wr.yaml16 on one link, and with odd pixels traveling on the other link.
18 The panel expects odd pixels on the first port, and even pixels on the
20 dual-lvds-odd-pixels or dual-lvds-even-pixels).
49 description: The sink for odd pixels.
51 dual-lvds-odd-pixels: true
54 - dual-lvds-odd-pixels
108 dual-lvds-odd-pixels;
H A Dsharp,lq101r1sx01.txt5 - even-odd: each channel drives the even or odd lines of the screen
10 to the peripheral driven by the second link (DSI-LINK2, right or odd).
13 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it
14 is possible to program either link to drive the left/even or right/odd pixels
H A Dsharp,lq101r1sx01.yaml15 - even-odd: each channel drives the even or odd lines of the screen
20 to the peripheral driven by the second link (DSI-LINK2, right or odd).
23 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it
24 is possible to program either link to drive the left/even or right/odd pixels
H A Dpanel-simple-lvds-dual-ports.yaml17 The first port receives odd pixels, and the second port receives even pixels.
63 dual-lvds-odd-pixels:
65 description: The first sink port for odd pixels.
68 - dual-lvds-odd-pixels
105 dual-lvds-odd-pixels;
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dcospi.c30 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case() argument
33 y = vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in special_case()
52 uint64x2_t odd = vshlq_n_u64 (vcvtnq_u64_f64 (r), 63); in V_NAME_D1() local
57 uint64x2_t odd in V_NAME_D1() local
74 return special_case (x, y, odd, cmp); in V_NAME_D1()
76 /* Reintroduce the sign bit for inputs which round to odd. */ in V_NAME_D1()
77 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in V_NAME_D1()
H A Dcospif.c26 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case() argument
28 y = vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in special_case()
47 uint32x4_t odd = vshlq_n_u32 (vcvtnq_u32_f32 (r), 31); in V_NAME_F1() local
53 uint32x4_t odd in V_NAME_F1() local
71 return special_case (x, y, odd, cmp); in V_NAME_F1()
73 /* Reintroduce the sign bit for inputs which round to odd. */ in V_NAME_F1()
74 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in V_NAME_F1()
H A Dsinpif.c28 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case() argument
31 y = vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in special_case()
55 /* If r is odd, the sign of the result should be inverted. */ in V_NAME_F1()
56 uint32x4_t odd in V_NAME_F1() local
69 return special_case (x, y, odd, cmp); in V_NAME_F1()
72 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in V_NAME_F1()
H A Dsinpi.c33 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case() argument
36 y = vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in special_case()
60 /* If r is odd, the sign of the result should be inverted. */ in V_NAME_D1()
61 uint64x2_t odd in V_NAME_D1() local
74 return special_case (x, y, odd, cmp); in V_NAME_D1()
77 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in V_NAME_D1()
H A Dsinf.c40 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case() argument
43 y = vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in special_case()
51 uint32x4_t odd, cmp; in V_NAME_F1() local
67 odd = vshlq_n_u32 (vreinterpretq_u32_s32 (vcvtq_s32_f32 (n)), 31); in V_NAME_F1()
82 return special_case (x, y, odd, cmp); in V_NAME_F1()
83 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in V_NAME_F1()
H A Dcosf.c33 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case() argument
36 y = vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in special_case()
44 uint32x4_t odd, cmp; in V_NAME_F1() local
62 odd = vshlq_n_u32 (vreinterpretq_u32_s32 (vcvtq_s32_f32 (n)), 31); in V_NAME_F1()
79 return special_case (x, y, odd, cmp); in V_NAME_F1()
80 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in V_NAME_F1()
H A Dcos.c33 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case() argument
35 y = vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in special_case()
43 uint64x2_t odd, cmp; in V_NAME_D1() local
61 odd = vshlq_n_u64 (vreinterpretq_u64_s64 (vcvtq_s64_f64 (n)), 63); in V_NAME_D1()
84 return special_case (x, y, odd, cmp); in V_NAME_D1()
85 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in V_NAME_D1()
H A Dsin.c40 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case() argument
42 y = vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in special_case()
59 uint64x2_t odd, cmp; in V_NAME_D1() local
75 odd = vshlq_n_u64 (vreinterpretq_u64_s64 (vcvtq_s64_f64 (n)), 63); in V_NAME_D1()
97 return special_case (x, y, odd, cmp); in V_NAME_D1()
98 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in V_NAME_D1()
H A Dv_sincospif_common.h31 /* If r is odd, the sign of the result should be inverted for sinpi and in v_sincospif_inline()
34 uint32x4_t odd = vshlq_n_u32 ( in v_sincospif_inline() local
52 = vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (ss), odd)); in v_sincospif_inline()
54 = vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (cc), odd)); in v_sincospif_inline()
H A Dv_sincospi_common.h37 /* If r is odd, the sign of the result should be inverted for sinpi in v_sincospi_inline()
40 uint64x2_t odd = vshlq_n_u64 ( in v_sincospi_inline() local
58 = vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (ss), odd)); in v_sincospi_inline()
61 = vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (cc), odd)); in v_sincospi_inline()
/freebsd/crypto/openssl/test/ssl-tests/
H A D13-fragmentation.cnf14 test-9 = 9-large-app-data-odd-fragment-size
17 test-12 = 12-large-app-data-aes-sha1-multibuffer-odd-fragment
18 test-13 = 13-large-app-data-aes-sha2-multibuffer-odd-fragment
238 [9-large-app-data-odd-fragment-size]
239 ssl_conf = 9-large-app-data-odd-fragment-size-ssl
241 [9-large-app-data-odd-fragment-size-ssl]
242 server = 9-large-app-data-odd-fragment-size-server
243 client = 9-large-app-data-odd-fragment-size-client
245 [9-large-app-data-odd-fragment-size-server]
250 [9-large-app-data-odd-fragment-size-client]
[all …]
/freebsd/sys/libkern/x86/
H A Dcrc32_sse42.c133 uint32_t odd[32]; /* odd-power-of-two zeros operator */ in crc32c_zeros_op() local
137 /* put operator for one zero bit in odd */ in crc32c_zeros_op()
138 odd[0] = POLY; /* CRC-32C polynomial */ in crc32c_zeros_op()
141 odd[n] = row; in crc32c_zeros_op()
146 gf2_matrix_square(even, odd); in crc32c_zeros_op()
148 /* put operator for four zero bits in odd */ in crc32c_zeros_op()
149 gf2_matrix_square(odd, even); in crc32c_zeros_op()
154 * odd, and so on, until len has been rotated down to zero in crc32c_zeros_op()
157 gf2_matrix_square(even, odd); in crc32c_zeros_op()
161 gf2_matrix_square(odd, even); in crc32c_zeros_op()
[all …]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_kron.c24 * In 'tab', only odd-indexed entries are relevant: in BN_kronecker()
25 * For any odd BIGNUM n, in BN_kronecker()
76 /* i is odd */ in BN_kronecker()
77 /* (thus B was even, thus A must be odd!) */ in BN_kronecker()
93 * now B is positive and odd, so what remains to be done is to compute in BN_kronecker()
100 /* B is positive and odd */ in BN_kronecker()
115 /* i is odd */ in BN_kronecker()
/freebsd/lib/msun/src/
H A Ds_tanpi.c59 * tanpi(n) = +0 for positive even and negative odd integer n.
60 * tanpi(n) = -0 for positive odd and negative even integer n.
65 * odd integers n.
113 double ax, hi, lo, odd, t; in tanpi() local
147 odd = (uint64_t)x & 1 ? -1 : 1; in tanpi()
152 t = ix == 0 ? copysign(0, odd) : __kernel_tanpi(ax); in tanpi()
154 t = odd / vzero; in tanpi()
167 * or odd integer to set t = +0 or -0. in tanpi()
H A Ds_tanpif.c61 float ax, hi, lo, odd, t; in tanpif() local
90 odd = (uint32_t)x & 1 ? -1 : 1; in tanpif()
95 t = ix == 0 ? copysignf(0, odd) : __kernel_tanpif(ax); in tanpif()
97 t = odd / vzero; in tanpif()
109 * or odd integer to set t = +0 or -0. in tanpif()
/freebsd/lib/msun/ld128/
H A Ds_tanpil.c74 double odd; in tanpil() local
101 odd = fmodl(ai, 2.L) == 0 ? 1 : -1; in tanpil()
103 t = ar == 0 ? copysign(0., odd) : __kernel_tanpil(ar); in tanpil()
105 t = odd / vzero; in tanpil()
117 * or odd integer to set t = +0 or -0. in tanpil()

12345678910>>...37