Home
last modified time | relevance | path

Searched refs:feupdateenv (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/detail/
Dfenv.hpp38 extern int feupdateenv (__const fenv_t*) __THROW;
60 using ::feupdateenv;
87 using ::feupdateenv;
/third_party/musl/src/fenv/
Dfeupdateenv.c3 int feupdateenv(const fenv_t *envp) in feupdateenv() function
/third_party/musl/libc-test/src/functionalext/supplement/fenv/
Dfeupdateenv.c28 ret = feupdateenv(&envp); in feupdateenv_0100()
Dtest_src_functionalext_supplement_fenv.gni17 "feupdateenv",
/third_party/musl/include/
Dfenv.h22 int feupdateenv(const fenv_t *);
/third_party/musl/porting/liteos_m/kernel/include/
Dfenv.h22 int feupdateenv(const fenv_t *);
/third_party/musl/ndk_musl_include/
Dfenv.h22 int feupdateenv(const fenv_t *);
/third_party/musl/porting/liteos_a/kernel/include/
Dfenv.h22 int feupdateenv(const fenv_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dfenv.h22 int feupdateenv(const fenv_t *);
/third_party/musl/libc-test/src/api/
Dfenv.c30 {int(*p)(const fenv_t*) = feupdateenv;} in f()
/third_party/boost/libs/config/test/
Dboost_no_fenv_h.ipp52 i += feupdateenv(&env);
/third_party/musl/
Dlibc.map.txt645 feupdateenv;
Dmusl_src.gni371 "src/fenv/feupdateenv.c",