Lines Matching full:_init
377 A single mp\_int can be initialized with the ``mp\_init'' function.
379 \index{mp\_init}
445 The mp\_init\_multi() function provides this functionality.
447 \index{mp\_init\_multi} \index{mp\_clear\_multi}
481 To initialized and make a copy of an mp\_int the mp\_init\_copy() function has been provided.
483 \index{mp\_init\_copy}
514 Another less common initializer is mp\_init\_size() which allows the user to initialize an mp\_int with a given
518 \index{mp\_init\_size}
740 \index{mp\_init\_set} \index{mp\_init\_set\_int}
746 Both functions work like the previous counterparts except they first mp\_init $a$ before setting the values.