Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 25 of 163) sorted by relevance

1234567

/src/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.c50 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");
46 this->odd, this->even);
/src/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)
/src/contrib/arm-optimized-routines/math/aarch64/advsimd/
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 cospi() local
53 uint32x4_t odd in cospi() local
71 return special_case (x, y, odd, cmp); in cospi()
74 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in cospi()
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 cospi() local
57 uint64x2_t odd in cospi() local
74 return special_case (x, y, odd, cmp); in cospi()
77 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in cospi()
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 sin() local
67 odd = vshlq_n_u32 (vreinterpretq_u32_s32 (vcvtq_s32_f32 (n)), 31); in sin()
82 return special_case (x, y, odd, cmp); in sin()
83 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in sin()
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 cos() local
62 odd = vshlq_n_u32 (vreinterpretq_u32_s32 (vcvtq_s32_f32 (n)), 31); in cos()
79 return special_case (x, y, odd, cmp); in cos()
80 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in cos()
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()
56 uint32x4_t odd in sinpi() local
69 return special_case (x, y, odd, cmp); in sinpi()
72 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in sinpi()
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()
61 uint64x2_t odd in sinpi() local
74 return special_case (x, y, odd, cmp); in sinpi()
77 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in sinpi()
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 cos() local
61 odd = vshlq_n_u64 (vreinterpretq_u64_s64 (vcvtq_s64_f64 (n)), 63); in cos()
84 return special_case (x, y, odd, cmp); in cos()
85 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in cos()
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 sin() local
75 odd = vshlq_n_u64 (vreinterpretq_u64_s64 (vcvtq_s64_f64 (n)), 63); in sin()
97 return special_case (x, y, odd, cmp); in sin()
98 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in sin()
H A Dv_sincospif_common.h34 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.h40 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()
/src/sys/libkern/x86/
H A Dcrc32_sse42.c133 uint32_t odd[32]; /* odd-power-of-two zeros operator */ in crc32c_zeros_op() local
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()
149 gf2_matrix_square(odd, even); in crc32c_zeros_op()
157 gf2_matrix_square(even, odd); in crc32c_zeros_op()
161 gf2_matrix_square(odd, even); in crc32c_zeros_op()
167 even[n] = odd[n]; in crc32c_zeros_op()
/src/crypto/openssl/test/ssl-tests/
H A D13-fragmentation.cnf14 test-9 = 9-large-app-data-odd-fragment-size
23 test-18 = 18-large-app-data-aes-sha1-multibuffer-odd-fragment
24 test-19 = 19-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 …]
/src/lib/msun/src/
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()
H A Ds_tanpi.c113 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()
/src/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()
/src/sys/contrib/device-tree/Bindings/display/panel/
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
/src/lib/msun/ld80/
H A Ds_tanpil.c75 long double ax, hi, lo, odd, t; in tanpil() local
109 odd = (uint64_t)x & 1 ? -1 : 1; in tanpil()
114 t = ix == 0 ? copysignl(0, odd) : __kernel_tanpil(ax); in tanpil()
116 t = odd / vzero; in tanpil()
/src/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_sincospi_common.h66 svuint64_t odd = svlsl_x (pt, svreinterpret_u64 (svcvt_s64_z (pg, rx)), 63); in sv_sincospi_inline() local
67 sr = svreinterpret_f64 (sveor_x (pt, svreinterpret_u64 (sr), odd)); in sv_sincospi_inline()
68 cr = svreinterpret_f64 (sveor_m (cmp, svreinterpret_u64 (cr), odd)); in sv_sincospi_inline()
H A Dsv_sincospif_common.h58 svuint32_t odd = svlsl_x (pt, svreinterpret_u32 (svcvt_s32_z (pg, rx)), 31); in sv_sincospif_inline() local
59 sr = svreinterpret_f32 (sveor_x (pt, svreinterpret_u32 (sr), odd)); in sv_sincospif_inline()
60 cr = svreinterpret_f32 (sveor_m (cmp, svreinterpret_u32 (cr), odd)); in sv_sincospif_inline()
H A Dsin.c58 svuint64_t odd = svlsl_x (pg, svreinterpret_u64 (n), 63); in sin() local
86 svnot_z (pg, cmp), svreinterpret_u64 (y), odd)), in sin()
90 return svreinterpret_f64 (sveor_z (pg, svreinterpret_u64 (y), odd)); in sin()
/src/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_ntt.c182 uint32_t odd = p->coeff[j + offset]; in ossl_ml_dsa_poly_ntt_inverse() local
184 p->coeff[j] = reduce_once(odd + even); in ossl_ml_dsa_poly_ntt_inverse()
186 * (uint64_t)(ML_DSA_Q + even - odd)); in ossl_ml_dsa_poly_ntt_inverse()

1234567