Home
last modified time | relevance | path

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

123456

/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.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);
/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/contrib/arm-optimized-routines/pl/math/
H A Dv_cospif_3u2.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()
74 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in V_NAME_F1()
H A Dv_cospi_3u1.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()
77 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in V_NAME_D1()
H A Dv_sinpi_3u1.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 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 Dv_sinpif_3u.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 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 Dsv_sin_3u5.c58 svuint64_t odd = svlsl_x (pg, svreinterpret_u64 (n), 63); in SV_NAME_D1() local
86 svnot_z (pg, cmp), svreinterpret_u64 (y), odd)), in SV_NAME_D1()
90 return svreinterpret_f64 (sveor_z (pg, svreinterpret_u64 (y), odd)); in SV_NAME_D1()
H A Dsv_sinf_1u9.c61 svuint32_t odd = svlsl_x (pg, svreinterpret_u32 (n), 31); in SV_NAME_F1() local
80 sign = sveor_x (pg, sign, odd); in SV_NAME_F1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_sinf.c37 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case() argument
40 y = vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in special_case()
48 uint32x4_t odd, cmp; in V_NAME_F1() local
64 odd = vshlq_n_u32 (vreinterpretq_u32_f32 (n), 31); in V_NAME_F1()
80 return special_case (x, y, odd, cmp); in V_NAME_F1()
81 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in V_NAME_F1()
H A Dv_cosf.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_f32 (n), 31); in V_NAME_F1()
80 return special_case (x, y, odd, cmp); in V_NAME_F1()
81 return vreinterpretq_f32_u32 (veorq_u32 (vreinterpretq_u32_f32 (y), odd)); in V_NAME_F1()
H A Dv_cos.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_f64 (n), 63); in V_NAME_D1()
85 return special_case (x, y, odd, cmp); in V_NAME_D1()
86 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in V_NAME_D1()
H A Dv_sin.c37 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case() argument
39 y = vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in special_case()
56 uint64x2_t odd, cmp; in V_NAME_D1() local
72 odd = vshlq_n_u64 (vreinterpretq_u64_f64 (n), 63); in V_NAME_D1()
95 return special_case (x, y, odd, cmp); in V_NAME_D1()
96 return vreinterpretq_f64_u64 (veorq_u64 (vreinterpretq_u64_f64 (y), odd)); in V_NAME_D1()
/freebsd/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()
/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 …]
H A D13-fragmentation.cnf.in96 name => "large-app-data-odd-fragment-size",
137 name => "large-app-data-aes-sha1-multibuffer-odd-fragment",
149 name => "large-app-data-aes-sha2-multibuffer-odd-fragment",
/freebsd/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()
/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()
/freebsd/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
/freebsd/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()
/freebsd/contrib/arm-optimized-routines/pl/math/tools/
H A Datan.sollya6 // atan is odd, so approximate with an odd polynomial:
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl69 my $odd = $d0&1;
71 my ($xd,$xd_) = $odd ? (@t[2],@x[$d1]) : (@x[$d0],@t[2]);
124 "&ldr ($xd,'[sp,#4*(16+$d2)]')" ) if ($odd);
130 "&ldr ($xd_,'[sp,#4*(16+$d3)]')" ) if (!$odd);
135 $xd=@x[$d2] if (!$odd);
136 $xd_=@x[$d3] if ($odd);
642 my $odd = pop;
666 "&vext_8 ($b,$b,$b,$odd?12:4)",
667 "&vext_8 ($d,$d,$d,$odd?4:12)"
/freebsd/contrib/one-true-awk/testdir/
H A Dt.redir11 $1%2==1 {print >"foo.odd"}

123456