Lines Matching full:point
27 * The following constant represents the default floating-point environment
32 * that manage the floating-point environment, namely fesetenv() and
42 * The feclearexcept() function clears the supported floating-point exceptions
52 /* Clear the requested floating-point exceptions */ in feclearexcept()
65 * representation of the states of the floating-point status flags indicated by
84 * The feraiseexcept() function raises the supported floating-point exceptions
99 * This function sets the floating-point status flags indicated by the argument
101 * NOT raise any floating-point exceptions, but only sets the state of the flags.
125 * floating-point exception flags are currently set. The `excepts' argument
126 * specifies the floating-point status flags to be queried.
184 * The fegetenv() function attempts to store the current floating-point
195 /* Store the current floating-point sticky flags */ in fegetenv()
198 /* Store the current floating-point masks */ in fegetenv()
201 /* Store the current floating-point control register */ in fegetenv()
209 * The feholdexcept() function saves the current floating-point environment
210 * in the object pointed to by envp, clears the floating-point status flags, and
211 * then installs a non-stop (continue on floating-point exceptions) mode, if
212 * available, for all floating-point exceptions.
219 /* Store the current floating-point environment */ in feholdexcept()
237 * The fesetenv() function attempts to establish the floating-point environment
240 * floating-point environment macro. The fesetenv() function does not raise
241 * floating-point exceptions, but only installs the state of the floating-point
252 /* Load the floating-point sticky flags */ in fesetenv()
256 /* Load the floating-point masks */ in fesetenv()
260 /* Load the floating-point rounding mode */ in fesetenv()
271 * The feupdateenv() function saves the currently raised floating-point
272 * exceptions in its automatic storage, installs the floating-point environment
274 * floating-point exceptions. The argument `envp' shall point to an object set
275 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
286 /* Install new floating-point environment */ in feupdateenv()