Searched refs:currentFenv (Results 1 – 2 of 2) sorted by relevance
24 std::fenv_t currentFenv; in SetUpHostFloatingPointEnvironment() local30 if (fegetenv(¤tFenv) != 0) { in SetUpHostFloatingPointEnvironment()50 currentFenv.__fpcr |= (1U << 24); // control register in SetUpHostFloatingPointEnvironment()52 currentFenv.__fpcr &= ~(1U << 24); // control register in SetUpHostFloatingPointEnvironment()57 currentFenv.__control |= (1U << 24); // control register in SetUpHostFloatingPointEnvironment()59 currentFenv.__control &= ~(1U << 24); // control register in SetUpHostFloatingPointEnvironment()79 if (fesetenv(¤tFenv) != 0) { in SetUpHostFloatingPointEnvironment()
26 fenv_t currentFenv; in ScopedHostFloatingPointEnvironment() local27 if (fegetenv(¤tFenv) != 0) { in ScopedHostFloatingPointEnvironment()50 if (fesetenv(¤tFenv) != 0) { in ScopedHostFloatingPointEnvironment()