Home
last modified time | relevance | path

Searched full:j1 (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxl-s905x-libretech-cc.dts248 "7J1 Header Pin5",
249 "7J1 Header Pin3",
250 "7J1 Header Pin12",
252 "9J3 Switch HDMI CEC/7J1 Header Pin11",
253 "7J1 Header Pin13",
255 "7J1 Header Pin15";
265 "HDMI_5V_EN", "9J1 Header Pin2",
283 "7J1 Header Pin27", "7J1 Header Pin28",
286 "7J1 Header Pin22", "7J1 Header Pin26",
287 "7J1 Header Pin36", "7J1 Header Pin38",
[all …]
H A Dmeson-gxl-s805x-libretech-ac.dts226 "7J1 Header Pin31",
242 "", "7J1 Header Pin13",
243 "7J1 Header Pin15",
244 "7J1 Header Pin7",
245 "7J1 Header Pin12",
246 "7J1 Header Pin16",
247 "7J1 Header Pin18",
259 "7J1 Header Pin27", "7J1 Header Pin28", "",
260 "7J1 Header Pin29",
263 "7J1 Header Pin22", "7J1 Header Pin26",
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-jobs-internal.mk9 @${MAKE} -f ${MAKEFILE} -j1 direct
10 @${MAKE} -f ${MAKEFILE} -j1 direct-syntax
11 @${MAKE} -f ${MAKEFILE} -j1 direct-open
12 @${MAKE} -f ${MAKEFILE} -j1 indirect-open
13 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr
14 @${MAKE} -f ${MAKEFILE} -j1 indirect-comment
15 @${MAKE} -f ${MAKEFILE} -j1 indirect-silent-comment
16 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr-empty
H A Djob-output.mk6 @${MAKE} -f ${MAKEFILE} -j1 empty-lines
7 @${MAKE} -f ${MAKEFILE} -j1 stdout-and-stderr
8 @${MAKE} -f ${MAKEFILE} -j1 echo-on-stdout-and-stderr
H A Ddepsrc-meta.mk29 @${MAKE} -r -f ${MAKEFILE} actual-test -j1
30 @${MAKE} -r -f ${MAKEFILE} check-results -j1
H A Dmeta-output.mk11 all: output.-B output.-j1
25 output.-B output.-j1:
H A Dvarname-dot-make-mode.mk27 @echo "randomize jobs mode (-j1):"
28 @${MAKE} -r -f ${MAKEFILE} -j1 randomize-targets
H A Dvarname-make_stack_trace.mk16 @${MAKE} -f ${MAKEFILE} -j1 disabled-parallel || :
18 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} -j1 enabled-parallel || :
H A Dopt-query.mk30 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=commands \
39 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=variants \
H A Dopt-keep-going-indirect.mk56 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct -j1; echo "exited $$?"
64 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k indirect -j1; echo "exited $$?"
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl523 my ($I0,$j1,$j2,$j3,
540 vrev64.8 $j1,$j1
547 vext.8 $I1,$j1,$j1,#8
564 veor $j1,$j1,$I1
566 vpmull.p64 $j1,$H34,$j1
570 veor $Ym,$Ym,$j1
583 vrev64.8 $j1,$j1
599 vext.8 $I1,$j1,$j1,#8
626 veor $j1,$j1,$I1
629 vpmull.p64 $j1,$H34,$j1
[all …]
/freebsd/lib/msun/src/
H A De_j1.c12 /* j1(x), y1(x)
14 * Method -- j1(x):
15 * 1. For tiny x, we use j1(x) = x/2 - x^3/16 + x^5/384 - ...
16 * 2. Reduce x to |x| since j1(x)=-j1(-x), and
18 * j1(x) = x/2 + x*z*R0/S0, where z = x*x;
19 * (precision: |j1/x - 1/2 - R0/S0 |<2**-61.51 )
21 * j1(x) = sqrt(2/(pi*x))*(p1(x)*cos(x1)-q1(x)*sin(x1))
34 * j1(nan)= nan
35 * j1(0) = 0
36 * j1(inf) = 0
[all …]
H A De_jn.c22 * For n=1, j1(x) is called.
24 * from values of j0(x) and j1(x).
69 if(n==1) return(j1(x)); in jn()
100 b = j1(x); in jn()
201 w = j1(x); in jn()
/freebsd/lib/msun/man/
H A Dj0.334 .Nm j1 ,
54 .Fn j1 "double x"
77 .Fn j1 ,
147 .Fn j1 ,
/freebsd/contrib/gdtoa/
H A Dgdtoa.c157 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
250 if ( (j1 = j & 3) !=0)
251 dval(&d) *= 1 << j1;
361 if ( (j1 = -k) !=0) {
362 dval(&d) *= tens[j1 & 0xf];
363 for(j = j1 >> 4; j; j >>= 1, i++)
626 j1 = delta->sign ? 1 : cmp(b, delta);
629 if (j1 == 0 && !mode && !(bits[0] & 1) && !rdir) {
668 if (j1 > 0) {
670 j1 = cmp(b, S);
[all …]
H A Ddtoa.c119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
359 else if (( j1 = -k )!=0) {
360 dval(&d) *= tens[j1 & 0xf];
361 for(j = j1 >> 4; j; j >>= 1, i++)
628 j1 = delta->sign ? 1 : cmp(b, delta);
631 if (j1 == 0 && mode != 1 && !(word1(&d) & 1)
666 if (j1 > 0) {
668 j1 = cmp(b, S);
670 if (j1 >= 0 /*)*/
672 if ((j1 > 0 || (j1 == 0 && dig & 1))
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dt.re11 /[a-cg-j1-3]/ { print $0 " matches /[a-cg-j1-3]/" }
H A Dt.re1a1 BEGIN { r1 = "[a-cg-j1-3]"
5 $0 ~ r1 { print $0 " matches /[a-cg-j1-3]/" }
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in crypto_core_salsa() local
31 j1 = x1 = LOAD32_LE(k + 0); in crypto_core_salsa()
80 STORE32_LE(out + 4, x1 + j1); in crypto_core_salsa()
/freebsd/contrib/unbound/compat/
H A Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
100 j1 = x->input[1]; in chacha_encrypt_bytes()
124 x1 = j1; in chacha_encrypt_bytes()
150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
102 j1 = x->input[1]; in chacha_encrypt_bytes()
126 x1 = j1; in chacha_encrypt_bytes()
152 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
/freebsd/crypto/openssh/
H A Dchacha.c92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
100 j1 = x->input[1]; in chacha_encrypt_bytes()
124 x1 = j1; in chacha_encrypt_bytes()
150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in chacha20_encrypt_bytes() local
99 j1 = ctx->input[1]; in chacha20_encrypt_bytes()
126 x1 = j1; in chacha20_encrypt_bytes()
152 x1 = PLUS(x1, j1); in chacha20_encrypt_bytes()
/freebsd/sys/crypto/chacha20/
H A Dchacha.c114 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
122 j1 = x->input[1]; in chacha_encrypt_bytes()
148 x1 = j1; in chacha_encrypt_bytes()
174 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp39 /// J1^ ^J2 will always be 1 in encodeImmBT4BlT1BlxT2()
52 /// J1^ ^J2 will always be 1
63 /// S:I1:I2:Imm10:Imm11:0 -> [ 00000:S:Imm10, 00:J1:0:J2:Imm11 ] in encodeImmBT4BlT1BlxT2_J1J2()
67 uint32_t J1 = (((~(Value >> 10)) ^ (Value >> 11)) & 0x2000);
71 return HalfWords{S | Imm10, J1 | J2 | Imm11};
77 /// [ 00000:S:Imm10, 00:J1:0:J2:Imm11] -> S:I1:I2:Imm10:Imm11:0 in decodeImmBT4BlT1BlxT2_J1J2()
60 uint32_t J1 = (((~(Value >> 10)) ^ (Value >> 11)) & 0x2000); encodeImmBT4BlT1BlxT2_J1J2() local

1234