Home
last modified time | relevance | path

Searched refs:env (Results 1 – 10 of 10) sorted by relevance

/bionic/libm/i387/
Dfenv.c121 fenv_t env; in fesetexceptflag() local
126 __fnstenv(&env); in fesetexceptflag()
127 env.__status &= ~excepts; in fesetexceptflag()
128 env.__status |= *flagp & excepts; in fesetexceptflag()
130 __fldenv(env); in fesetexceptflag()
175 fenv_t env; in feholdexcept() local
177 __fnstenv(&env); in feholdexcept()
178 *envp = env; in feholdexcept()
179 env.__status &= ~FE_ALL_EXCEPT; in feholdexcept()
180 env.__control |= FE_ALL_EXCEPT; in feholdexcept()
[all …]
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lrint.c49 fenv_t env; in fn() local
52 feholdexcept(&env); in fn()
56 feupdateenv(&env); in fn()
Ds_nearbyint.c45 fenv_t env; \
47 fegetenv(&env); \
49 fesetenv(&env); \
De_sqrtl.c81 fenv_t env; in sqrtl() local
99 feholdexcept(&env); in sqrtl()
142 fesetenv(&env); in sqrtl()
156 feupdateenv(&env); /* Restore env and raise inexact */ in sqrtl()
/bionic/libc/bionic/
Dlibc_init_common.h41 extern int main(int argc, char** argv, char** env);
Dmalloc_debug_common.cpp342 char env[PROP_VALUE_MAX]; in malloc_init_impl() local
349 if (__system_property_get("ro.kernel.qemu", env) && atoi(env)) { in malloc_init_impl()
362 if (gMallocDebugLevel == 0 && __system_property_get("libc.debug.malloc", env)) { in malloc_init_impl()
363 gMallocDebugLevel = atoi(env); in malloc_init_impl()
Dsystem_properties.c60 char *env = getenv("ANDROID_PROPERTY_WORKSPACE"); in get_fd_from_env() local
62 if (!env) { in get_fd_from_env()
66 return atoi(env); in get_fd_from_env()
Dpthread_debug.cpp667 char env[PROP_VALUE_MAX]; in pthread_debug_init() local
668 if (__system_property_get("debug.libc.pthread", env)) { in pthread_debug_init()
669 int level = atoi(env); in pthread_debug_init()
/bionic/libstdc++/include/
Dcsetjmp42 #define setjmp(env) setjmp (env)
/bionic/libc/netbsd/resolv/
Dres_cache.c1845 const char* env = getenv(CONFIG_ENV); in _res_cache_init() local
1847 if (env && atoi(env) == 0) { in _res_cache_init()