Home
last modified time | relevance | path

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

/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/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/liteos_m/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/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/musl/
Dlibc.map.txt659 feupdateenv;
Dmusl_src.gni425 "src/fenv/feupdateenv.c",