Searched refs:env (Results 1 – 11 of 11) sorted by relevance
123 fenv_t env; in fesetexceptflag() local128 __fnstenv(&env); in fesetexceptflag()129 env.__status &= ~excepts; in fesetexceptflag()130 env.__status |= *flagp & excepts; in fesetexceptflag()132 __fldenv(env); in fesetexceptflag()177 fenv_t env; in feholdexcept() local179 __fnstenv(&env); in feholdexcept()180 *envp = env; in feholdexcept()181 env.__status &= ~FE_ALL_EXCEPT; in feholdexcept()182 env.__control |= FE_ALL_EXCEPT; in feholdexcept()[all …]
49 fenv_t env; in fn() local52 feholdexcept(&env); in fn()56 feupdateenv(&env); in fn()
49 fenv_t env; \51 fegetenv(&env); \53 fesetenv(&env); \
81 fenv_t env; in sqrtl() local99 feholdexcept(&env); in sqrtl()142 fesetenv(&env); in sqrtl()156 feupdateenv(&env); /* Restore env and raise inexact */ in sqrtl()
129 fenv_t env; in feholdexcept() local135 env.__status = fpsr; in feholdexcept()136 env.__control = fpcr; in feholdexcept()137 *envp = env; in feholdexcept()
41 extern int main(int argc, char** argv, char** env);
334 char env[PROP_VALUE_MAX]; in malloc_init_impl() local341 if (__system_property_get("ro.kernel.qemu", env) && atoi(env)) { in malloc_init_impl()354 if (g_malloc_debug_level == 0 && __system_property_get("libc.debug.malloc", env)) { in malloc_init_impl()355 g_malloc_debug_level = atoi(env); in malloc_init_impl()
164 char *env = getenv("ANDROID_PROPERTY_WORKSPACE"); in get_fd_from_env() local166 if (!env) { in get_fd_from_env()170 return atoi(env); in get_fd_from_env()
653 char env[PROP_VALUE_MAX]; in malloc_debug_initialize() local654 if (__system_property_get("libc.debug.malloc.nobacktrace", env) && atoi(env) != 0) { in malloc_debug_initialize()
42 #define setjmp(env) setjmp (env)
1803 const char* env = getenv(CONFIG_ENV); in _res_cache_init() local1805 if (env && atoi(env) == 0) { in _res_cache_init()