Lines Matching refs:initialize

744 \textbf{Output}.  Allocate memory and initialize $a$ to a known valid mp\_int state.  \\
761 The purpose of this function is to initialize an mp\_int structure so that the rest of the library can properly
796 call to mp\_init() is used only to initialize the members of the structure to a known default state.
805 accomplished by using calloc() instead of malloc(). However, to correctly initialize a integer type to a given value in a
873 The previous sections describes how to initialize and clear an mp\_int structure. To further support operations
876 initialize mp\_ints with differing initial conditions.
971 This algorithm will initialize an mp\_int structure $a$ like algorithm mp\_init with the exception that the number of
1000 The purpose of algorithm mp\_init\_multi is to initialize a variable length array of mp\_int structures in a single
1024 The algorithm will initialize the array of mp\_int variables one at a time. If a runtime error has been detected
1255 Another common operation is to make a local temporary copy of an mp\_int argument. To initialize an mp\_int
1277 This algorithm will initialize an mp\_int variable and copy another previously initialized mp\_int variable into it. As
1287 This will initialize \textbf{a} and make it a verbatim copy of the contents of \textbf{b}. Note that
2528 Allocate and initialize a temporary mp\_int. \\
3022 to extract the halves, the respective code has been placed inline within the body of the function. To initialize the halves, the \textbf{used} and
5205 The for loop on line 61 initializes the $M$ array while lines 72 and 77 through 86 initialize the reduction