Lines Matching refs:point

3 Floating-point Settings
6 To propagate CPU-specific settings for floating-point computations to tasks executed by the task sc…
8 …iven application thread is initialized, they capture the current floating-point settings of the th…
9 * The ``task_group_context`` class has a method to capture the current floating-point settings.
11 By default, worker threads use floating-point settings obtained during the initialization of a ``ta…
14 For better control over floating point behavior, a thread may capture the current settings in a tas…
30 …h``, to ensure that all tasks related to this algorithm use the specified floating-point settings.
31 It is possible to execute the parallel algorithms with different floating-point settings captured t…
33point settings captured to a task group context prevail over the settings captured during task sch…
34 Otherwise, if floating-point settings are not captured to the context, or a context is not explicit…
36 …oes not use the context of a task group with explicitly captured floating-point settings, the oute…
37 If none of the outer-level contexts capture floating-point settings, the settings captured during t…
41 * Floating-point settings are applied to all tasks executed within a task arena, if they are captur…
46 * A call to a oneTBB parallel algorithm does not change the floating-point settings of the calling …
53 * Not change the floating-point settings.
57 * oneTBB task scheduler observers are not used to set or modify floating point settings.
59 …Otherwise, the stated guarantees are not valid and the behavior related to floating-point settings…