Searched refs:C4 (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-13-stable/lib/msun/ld128/
H A Dk_cosl.c39 C4 = -0.2755731922398589065255474947078934284324e-6L, variable
56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
H A Ds_expl.c148 C4 = 4.16666666666666666666666666666666645e-2L, variable
250 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 +
/freebsd-13-stable/lib/msun/ld80/
H A Dk_cosl.c63 C4 = -0.00000027557319215507120, /* -0x127e4fb7602f22.0p-74 */ variable
74 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
/freebsd-13-stable/lib/msun/src/
H A Dk_cos.c33 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
37 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
64 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
75 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
H A De_coshl.c48 #define C4 C4u.e macro
63 C4 = 4.16666666666666666666666666666666225e-2L, /* 0x1555555555555555555555555554e.0p-117L */ variable
110 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1);
116 C4)*(x2*x2) + C2*x2 + 1);
H A Dk_sincos.h29 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
48 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6));
H A Dk_sincosl.h38 C4 = -0.00000027557319215507120, /* -0x127e4fb7602f22.0p-74 */ variable
71 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
82 C4 = -0.2755731922398589065255474947078934284324e-6L, variable
127 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h68 C4, D4) \
72 VEC8_LINE1(A4, B4, C4, D4); \
76 VEC8_LINE2(A4, B4, C4, D4); \
80 VEC8_LINE3(A4, B4, C4, D4); \
84 VEC8_LINE4(A4, B4, C4, D4)
87 B4, C4, D4) \
97 VEC8_LINE1(A4, B4, C4, D4); \
99 VEC8_LINE2(A4, B4, C4, D4); \
101 VEC8_LINE3(A4, B4, C4, D4); \
103 VEC8_LINE4(A4, B4, C4, D
[all...]
/freebsd-13-stable/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c180 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) macro
198 # define C4(K,i) (Cx.q[4+8*K.c[(i)*8+4]]) macro
211 # define C4(K,i) (((u64_a1*)(Cx.c+4))[2*K.c[(i)*8+4]]) macro
517 C4(K, (i - 4) & 7) ^ C5(K, (i - 5) & 7) ^
524 C4(S, (i - 4) & 7) ^ C5(S, (i - 5) & 7) ^
562 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r];
564 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2);
566 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3);
568 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4);
570 C4(
[all...]
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl700 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(0..23));
792 mov $C4,@K[2]
806 my @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
825 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
920 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
937 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
979 add $C4,$C4,@K[2]
1070 eor $C4,$C4,
[all...]
/freebsd-13-stable/usr.bin/systat/
H A Difstat.c56 #define C4 60 /* 60-80 */ macro
63 static const int col4 = C4;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h31 MAP(C4, 68) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp122 SystemZ::C4, SystemZ::C5, SystemZ::C6, SystemZ::C7,
/freebsd-13-stable/contrib/openbsm/config/
H A Dconfig.guess715 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.guess746 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/byacc/
H A Dconfig.guess809 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/libevent/
H A Dconfig.guess768 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess768 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/ncurses/
H A Dconfig.guess809 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/sqlite3/
H A Dconfig.guess799 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/tcpdump/
H A Dconfig.guess799 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/unbound/
H A Dconfig.guess819 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/dialog/
H A Dconfig.guess799 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/ldns/
H A Dconfig.guess789 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/freebsd-13-stable/contrib/libpcap/
H A Dconfig.guess799 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)

Completed in 158 milliseconds

12