Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 25 of 1487) sorted by relevance

12345678910>>...60

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dsha.d216 import std.internal.digest.sha_SSSE3 : sse3_constants=constants, transformSSSE3; in SHA()
307 static immutable uint[64] constants = [ in SHA()
320 static immutable ulong[80] constants = [ in SHA()
574 T_SHA2_0_15!Word ( 0, block, W, A, B, C, D, E, F, G, H, constants[ 0]); in SHA()
575 T_SHA2_0_15!Word ( 1, block, W, H, A, B, C, D, E, F, G, constants[ 1]); in SHA()
576 T_SHA2_0_15!Word ( 2, block, W, G, H, A, B, C, D, E, F, constants[ 2]); in SHA()
577 T_SHA2_0_15!Word ( 3, block, W, F, G, H, A, B, C, D, E, constants[ 3]); in SHA()
578 T_SHA2_0_15!Word ( 4, block, W, E, F, G, H, A, B, C, D, constants[ 4]); in SHA()
579 T_SHA2_0_15!Word ( 5, block, W, D, E, F, G, H, A, B, C, constants[ 5]); in SHA()
580 T_SHA2_0_15!Word ( 6, block, W, C, D, E, F, G, H, A, B, constants[ 6]); in SHA()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dsha.d162 import std.internal.digest.sha_SSSE3 : sse3_constants=constants, transformSSSE3; in SHA()
254 static immutable uint[64] constants = [ in SHA()
267 static immutable ulong[80] constants = [ in SHA()
525 T_SHA2_0_15!Word ( 0, block, W, A, B, C, D, E, F, G, H, constants[ 0]); in SHA()
526 T_SHA2_0_15!Word ( 1, block, W, H, A, B, C, D, E, F, G, constants[ 1]); in SHA()
527 T_SHA2_0_15!Word ( 2, block, W, G, H, A, B, C, D, E, F, constants[ 2]); in SHA()
528 T_SHA2_0_15!Word ( 3, block, W, F, G, H, A, B, C, D, E, constants[ 3]); in SHA()
529 T_SHA2_0_15!Word ( 4, block, W, E, F, G, H, A, B, C, D, constants[ 4]); in SHA()
530 T_SHA2_0_15!Word ( 5, block, W, D, E, F, G, H, A, B, C, constants[ 5]); in SHA()
531 T_SHA2_0_15!Word ( 6, block, W, C, D, E, F, G, H, A, B, constants[ 6]); in SHA()
[all …]
/netbsd-src/external/gpl3/gcc/lib/
H A DMakefile.hacks6 insn-constants.h:
14 DPSRCS+= insn-constants.h
15 CLEANFILES+= insn-constants.h
17 FAKEHEADERS+= insn-constants.h
/netbsd-src/external/gpl3/gcc.old/lib/
H A DMakefile.hacks6 insn-constants.h:
14 DPSRCS+= insn-constants.h
15 CLEANFILES+= insn-constants.h
17 FAKEHEADERS+= insn-constants.h
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c136 short constants[N_ENTRIES]; in main() local
165 constants[i] = constant; in main()
181 calc_defect (1., constants[0], factors[0])); in main()
183 calc_defect (-2., constants[steps], factors[steps])); in main()
188 printf ("\t.word\t%d\n", constants[i]); in main()
201 printf ("\t.word\t%d\n", constants[i]); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc136 short constants[N_ENTRIES]; in main() local
165 constants[i] = constant; in main()
181 calc_defect (1., constants[0], factors[0])); in main()
183 calc_defect (-2., constants[steps], factors[steps])); in main()
188 printf ("\t.word\t%d\n", constants[i]); in main()
201 printf ("\t.word\t%d\n", constants[i]); in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtrigonometry.d136 import std.math.constants : PI;
201 import std.math.constants : PI;
311 import std.math.constants : PI, PI_4; in tanImpl()
453 import std.math.constants : PI, PI_4; in testTan()
518 import std.math.constants : PI;
576 import std.math.constants : PI;
586 import std.math.constants : PI;
620 import std.math.constants : PI;
630 import std.math.constants : PI;
669 import std.math.constants : PI;
[all …]
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dchacha_private.h57 const char *constants; in chacha_keysetup() local
65 constants = sigma; in chacha_keysetup()
67 constants = tau; in chacha_keysetup()
73 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
74 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
75 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
76 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dchacha.c59 const char *constants; in chacha_keysetup() local
67 constants = sigma; in chacha_keysetup()
69 constants = tau; in chacha_keysetup()
75 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
76 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
77 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
78 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/netbsd-src/external/bsd/lutok/dist/
H A DNEWS17 * New global constants: registry_index.
21 * Removed global constants: globals_index.
29 * New global constants: globals_index.
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c470 symlist_t constants; in symtable_dump() local
486 SLIST_INIT(&constants); in symtable_dump()
508 symlist_add(&constants, cursym, in symtable_dump()
642 while (SLIST_FIRST(&constants) != NULL) { in symtable_dump()
645 curnode = SLIST_FIRST(&constants); in symtable_dump()
646 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
/netbsd-src/external/gpl3/gcc/dist/include/
H A DChangeLog33 * gomp-constants.h (GOMP_VERSION_GCN): Bump.
38 * gomp-constants.h (enum gomp_map_kind):
46 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_3): Define special bit macro.
68 * gomp-constants.h (GOMP_TASK_FLAG_STRICT): Define.
103 * gomp-constants.h (GOMP_TASK_FLAG_DETACH): New.
127 * gomp-constants.h (GOMP_MAP_ALWAYS_POINTER_P): Define.
146 * gomp-constants.h (GOMP_VERSION_HSA): Remove.
152 * gomp-constants.h (gomp_map_kind): Expand comment for attach/detach
157 * gomp-constants.h (gomp_map_kind): Update comment for GOMP_MAP_TO_PSET.
211 * gomp-constants.h (enum gomp_device_property): Remove.
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_get_version.pod25 certificate B<x>. These correspond to the constants B<X509_VERSION_1>,
26 B<X509_VERSION_2>, and B<X509_VERSION_3>. Note: the values of these constants
35 number of certificate requests and CRLs. They use constants
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DIRTranslator.rst79 .. _irtranslator-constants:
90 This is beneficial as it allows us to fold constants into immediate operands
92 for expensive non-foldable constants. However, this can lead to unnecessary
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dstruct.rst19 (uint16) Flags for query. See QF_BIT\_ predefined constants.
123 The class type asked for. See RR_TYPE\_ predefined constants.
131 The question class. See RR_CLASS\_ predefined constants.
213 … The security status from DNSSEC validation of this message. See sec_status\_ predefined constants.
396 Security status of the RRset data. See sec_status\_ predefined constants.
439 …res an answer (DNS packet) from given information. Query flags are combination of PKT_xx constants.
465 Query flags. See PKT\_ predefined constants.
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp141 ConstantsBlockASTNode * constants = dynamic_cast<ConstantsBlockASTNode *>(node); in run() local
142 if (constants) in run()
144 processConstants(constants->getConstants()); in run()
258 void ConversionController::processConstants(ListASTNode * constants) in processConstants() argument
260 if (!constants) in processConstants()
265 ListASTNode::iterator it = constants->begin(); in processConstants()
266 for (; it != constants->end(); ++it) in processConstants()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dpredicates.md82 ; TRUE for constants the constant generator can produce
92 ; TRUE for constants the constant generator can produce
116 ; TRUE for constants which are bit positions for zero_extract
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A DChangeLog-201619 * mips.h (EF_MIPS_FP64, EF_MIPS_NAN2008): New enum constants for
23 constants.
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A DChangeLog-201619 * mips.h (EF_MIPS_FP64, EF_MIPS_NAN2008): New enum constants for
23 constants.
H A DChangeLog-081581 * mips.h (E_MIPS_ARCH_32R6, E_MIPS_ARCH_64R6): New enum constants.
135 constants.
421 DF_1_CONLFAT): New enum constants.
429 Define as enum constants.
434 * elfcpp.h (SHN_BEFORE, SHN_AFTER): New enum constants.
445 * elfcpp.h (NT_VERSION, NT_ARCH): Define as enum constants.
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcomplex.d327 import std.math.constants : PI;
831 import std.math.constants : PI_2, PI_4;
854 import std.math.constants : PI;
937 import std.math.constants : PI_4;
1046 import std.math.constants : PI;
1054 import std.math.constants : PI;
1071 import std.math.constants : PI;
1080 import std.math.constants : PI;
1106 import std.math.constants : PI;
1475 import std.math.constants : PI;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dconstraints.md75 "Defines all of the floating constants that are *NOT* 68881
76 constants. This is so 68881 constants get reloaded and the fpmovecr
/netbsd-src/external/bsd/elftosb/dist/bdfiles/
H A Dcomplex.bd12 constants {
28 constants {
58 constants {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dconstraints.md75 "Defines all of the floating constants that are *NOT* 68881
76 constants. This is so 68881 constants get reloaded and the fpmovecr
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_ADDRINFO.pod64 B<BIO_ADDRINFO>. The result will be one of the constants
68 B<BIO_ADDRINFO>. The result will be one of the constants
72 B<BIO_ADDRINFO>. The result will be one of the constants

12345678910>>...60