Searched refs:C7 (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/lib/msun/ld128/
H A Dk_cosl.c42 C7 = 0.4779477332386808976875457937252120293400e-13L; variable
56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
H A Ds_expl.c151 C7 = 1.98412698412698412698412697235950394e-4L, variable
251 x * (C7 + x * (C8 + x * (C9 + x * (C10 +
/freebsd-13-stable/lib/msun/ld80/
H A Dk_cosl.c66 C7 = 4.7383039476436467e-14; /* 0x1aac9d9af5c43e.0p-97 */ 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_sincosl.h41 C7 = 4.7383039476436467e-14, /* 0x1aac9d9af5c43e.0p-97 */ variable
72 z * C7))))));
85 C7 = 0.4779477332386808976875457937252120293400e-13L, variable
128 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * C11))))))))));
/freebsd-13-stable/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c183 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) macro
201 # define C7(K,i) (Cx.q[7+8*K.c[(i)*8+7]]) macro
214 # define C7(K,i) (((u64_a1*)(Cx.c+1))[2*K.c[(i)*8+7]]) macro
518 C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7);
525 C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 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(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h34 MAP(C7, 71) \
/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/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp128 SP::C4, SP::C5, SP::C6, SP::C7,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp184 Sparc::C4, Sparc::C5, Sparc::C6, Sparc::C7,

Completed in 210 milliseconds