Lines Matching full:point
41 * The following constant represents the default floating-point environment
46 * that manage the floating-point environment, namely fesetenv() and
52 * The feclearexcept() function clears the supported floating-point exceptions
70 * representation of the states of the floating-point status flags indicated by
85 * The feraiseexcept() function raises the supported floating-point exceptions
102 * This function sets the floating-point status flags indicated by the argument
104 * NOT raise any floating-point exceptions, but only sets the state of the flags.
122 * floating-point exception flags are currently set. The `excepts' argument
123 * specifies the floating-point status flags to be queried.
167 * The fegetenv() function attempts to store the current floating-point
183 * The feholdexcept() function saves the current floating-point environment
184 * in the object pointed to by envp, clears the floating-point status flags, and
185 * then installs a non-stop (continue on floating-point exceptions) mode, if
186 * available, for all floating-point exceptions.
203 * The fesetenv() function attempts to establish the floating-point environment
206 * floating-point environment macro. The fesetenv() function does not raise
207 * floating-point exceptions, but only installs the state of the floating-point
222 * The feupdateenv() function saves the currently raised floating-point
223 * exceptions in its automatic storage, installs the floating-point environment
225 * floating-point exceptions. The argument `envp' shall point to an object set
226 * by a call to feholdexcept() or fegetenv(), or equal a floating-point