Home
last modified time | relevance | path

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

/bionic/libm/src/
Ds_lrint.c49 fenv_t env; in fn() local
Ds_fmal.c79 fenv_t env; in fmal() local
Ds_fma.c84 fenv_t env; in fma() local
/bionic/libm/amd64/
Dfenv.c47 fenv_t env; in fesetexceptflag() local
/bionic/libm/i387/
Dfenv.h48 #define __get_mxcsr(env) (((env).__mxcsr_hi << 16) | \ argument
50 #define __set_mxcsr(env, x) do { \ argument
Dfenv.c89 fenv_t env; in fesetexceptflag() local
/bionic/libm/include/i387/
Dfenv.h48 #define __get_mxcsr(env) (((env).__mxcsr_hi << 16) | \ argument
50 #define __set_mxcsr(env, x) do { \ argument
/bionic/libc/bionic/
Dsystem_properties.c58 char *env; in __system_properties_init() local
Dmalloc_leak.c879 char env[PROP_VALUE_MAX]; in malloc_debug_init() local
/bionic/libc/netbsd/resolv/
Dres_cache.c1429 const char* env = getenv(CONFIG_ENV); in _res_cache_init() local