/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | quick_exit.c | 54 struct quick_exit_handler *h; in at_quick_exit() local 56 h = malloc(sizeof(*h)); in at_quick_exit() 58 if (NULL == h) in at_quick_exit() 60 h->cleanup = func; in at_quick_exit() 62 h->next = handlers; in at_quick_exit() 63 handlers = h; in at_quick_exit() 71 struct quick_exit_handler *h; in quick_exit() local 77 for (h = handlers; NULL != h; h = h->next) in quick_exit() 78 h->cleanup(); in quick_exit()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_sinhf.c | 27 float t,h; in __ieee754_sinhf() local 36 h = 0.5; in __ieee754_sinhf() 37 if (jx<0) h = -h; in __ieee754_sinhf() 43 if(ix<0x3f800000) return h*((float)2.0*t-t*t/(t+one)); in __ieee754_sinhf() 44 return h*(t+t/(t+one)); in __ieee754_sinhf() 48 if (ix < 0x42b17217) return h*__ieee754_expf(fabsf(x)); in __ieee754_sinhf() 52 return h*2.0F*__ldexp_expf(fabsf(x), -1); in __ieee754_sinhf()
|
D | e_sinh.c | 45 double t,h; in __ieee754_sinh() local 55 h = 0.5; in __ieee754_sinh() 56 if (jx<0) h = -h; in __ieee754_sinh() 62 if(ix<0x3ff00000) return h*(2.0*t-t*t/(t+one)); in __ieee754_sinh() 63 return h*(t+t/(t+one)); in __ieee754_sinh() 67 if (ix < 0x40862E42) return h*__ieee754_exp(fabs(x)); in __ieee754_sinh() 71 return h*2.0*__ldexp_exp(fabs(x), -1); in __ieee754_sinh()
|
D | s_csinhf.c | 46 float x, y, h; in csinhf() local 67 h = expf(fabsf(x)) * 0.5F; in csinhf() 68 return (CMPLXF(copysignf(h, x) * cosf(y), h * sinf(y))); in csinhf() 75 h = huge * x; in csinhf() 76 return (CMPLXF(h * cosf(y), h * h * sinf(y))); in csinhf()
|
D | s_ccoshf.c | 46 float x, y, h; in ccoshf() local 67 h = expf(fabsf(x)) * 0.5F; in ccoshf() 68 return (CMPLXF(h * cosf(y), copysignf(h, x) * sinf(y))); in ccoshf() 75 h = huge * x; in ccoshf() 76 return (CMPLXF(h * h * cosf(y), h * sinf(y))); in ccoshf()
|
D | s_ccosh.c | 54 double x, y, h; in ccosh() local 76 h = exp(fabs(x)) * 0.5; in ccosh() 77 return (CMPLX(h * cos(y), copysign(h, x) * sin(y))); in ccosh() 84 h = huge * x; in ccosh() 85 return (CMPLX(h * h * cos(y), h * sin(y))); in ccosh()
|
D | s_csinh.c | 54 double x, y, h; in csinh() local 76 h = exp(fabs(x)) * 0.5; in csinh() 77 return (CMPLX(copysign(h, x) * cos(y), h * sin(y))); in csinh() 84 h = huge * x; in csinh() 85 return (CMPLX(h * cos(y), h * h * sin(y))); in csinh()
|
D | e_jnf.c | 114 float q0,q1,h,tmp; int32_t k,m; in __ieee754_jnf() local 115 w = (n+n)/(float)x; h = (float)2.0/(float)x; in __ieee754_jnf() 116 q0 = w; z = w+h; q1 = w*z - (float)1.0; k=1; in __ieee754_jnf() 118 k += 1; z += h; in __ieee754_jnf()
|
D | e_jn.c | 156 double q0,q1,h,tmp; int32_t k,m; in __ieee754_jn() local 157 w = (n+n)/(double)x; h = 2.0/(double)x; in __ieee754_jn() 158 q0 = w; z = w+h; q1 = w*z - 1.0; k=1; in __ieee754_jn() 160 k += 1; z += h; in __ieee754_jn()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hd_init.c | 38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; in htinit() argument 40 htinit(unsigned char *h, unsigned char *s, int inc) 45 h[j] = i + inc;
|
D | hexnan.c | 60 ULong c, h, *x, *x1, *xe; local 81 if (!(h = hexdig[c])) { 123 *x = (*x << 4) | (h & 0xf);
|
/bionic/docs/ |
D | status.md | 28 * `<aio.h>` 29 * `<wordexp.h>` 41 * `timespec_get` (C11 `<time.h>` addition) 42 * `reallocarray` (BSD/GNU extension in `<malloc.h>` and `<stdlib.h>`) 43 * `res_randomid` (in `<resolv.h>`) 45 * `getloadavg` (BSD/GNU extension in <stdlib.h>) 63 * `__freading`/`__fwriting` (completing <stdio_ext.h>) 64 …ndprotoent`/`getnetent`/`getprotoent`/`sethostent`/`setnetent`/`setprotoent` (completing <netdb.h>) 67 * `getentropy`/`getrandom` (adding <sys/random.h>) 69 * `glob`/`globfree` (adding <glob.h>) [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | romfs_fs.h | 28 #define __mkw(h,l) (((h) & 0x00ff) << 8 | ((l) & 0x00ff)) argument 29 #define __mkl(h,l) (((h) & 0xffff) << 16 | ((l) & 0xffff)) argument
|
D | pkt_cls.h | 114 #define TC_U32_HTID(h) ((h) & 0xFFF00000) argument 115 #define TC_U32_USERHTID(h) (TC_U32_HTID(h) >> 20) argument 116 #define TC_U32_HASH(h) (((h) >> 12) & 0xFF) argument 117 #define TC_U32_NODE(h) ((h) & 0xFFF) argument 118 #define TC_U32_KEY(h) ((h) & 0xFFFFF) argument
|
/bionic/libc/include/ |
D | string.h | 204 char* __bionic_strstr(const char* h, const char* n) { return strstr(h, n); } in __bionic_strstr() argument 207 const char* strstr(const char* h, const char* n) __prefer_this_overload { in strstr() argument 208 return __bionic_strstr(h, n); in strstr() 212 char* strstr(char* h, const char* n) __prefer_this_overload { in strstr() argument 213 return __bionic_strstr(h, n); in strstr() 217 char* __bionic_strpbrk(const char* h, const char* n) { return strpbrk(h, n); } in __bionic_strpbrk() argument 220 char* strpbrk(char* h, const char* n) __prefer_this_overload { in strpbrk() argument 221 return __bionic_strpbrk(h, n); in strpbrk() 225 const char* strpbrk(const char* h, const char* n) __prefer_this_overload { in strpbrk() argument 226 return __bionic_strpbrk(h, n); in strpbrk()
|
/bionic/tests/libs/ |
D | ld_config_test_helper.cpp | 20 #if __has_include(<sys/auxv.h>) 29 #if __has_include(<sys/auxv.h>) in main()
|
/bionic/tools/versioner/tests/multiple_decl_mismatch/ |
D | expected_fail | 4 extern declaration @ headers/bar.h:5:1 6 extern declaration @ headers/foo.h:5:1
|
/bionic/tools/versioner/tests/version_mismatch/ |
D | expected_fail | 4 extern declaration @ headers/foo.h:6:1 6 extern declaration @ headers/foo.h:8:1
|
/bionic/tools/versioner/tests/multiple_definition/ |
D | expected_fail | 3 static definition @ headers/foo.h:5:1 5 static definition @ headers/bar.h:5:1
|
/bionic/tools/versioner/tests/missing_api/ |
D | expected_fail | 2 extern declaration @ headers/foo.h:5:1
|
/bionic/tools/versioner/tests/missing_arch/ |
D | expected_fail | 2 extern declaration @ headers/foo.h:5:1
|
/bionic/libc/kernel/tools/ |
D | generate_uapi_headers.sh | 76 elif [[ -f "${file}" ]] && [[ "${file}" =~ .h$ ]]; then 97 if [[ -f "${file}" ]] && [[ "${file}" =~ .h$ ]]; then 118 elif [[ -f "${file}" ]] && [[ "${file}" =~ .h$ ]]; then
|
/bionic/tests/headers/posix/ |
D | signal_h.c | 34 void (*h)(int); in signal_h() local 35 h = SIG_DFL; in signal_h() 36 h = SIG_ERR; in signal_h() 37 h = SIG_HOLD; in signal_h() 38 h = SIG_IGN; in signal_h()
|
/bionic/linker/ |
D | linker_soinfo.cpp | 789 uint32_t h = 0, g; in calculate_elf_hash() local 792 h = (h << 4) + *name_bytes++; in calculate_elf_hash() 793 g = h & 0xf0000000; in calculate_elf_hash() 794 h ^= g; in calculate_elf_hash() 795 h ^= g >> 24; in calculate_elf_hash() 798 return h; in calculate_elf_hash() 812 uint32_t h = 5381; in gnu_hash() local 815 h += (h << 5) + *name++; // h*33 + c = h + h * 32 + c = h + h << 5 + c in gnu_hash() 818 gnu_hash_ = h; in gnu_hash()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_logl.c | 432 #define RETURN2(rp, h, l) do { \ argument 433 (rp)->hi = (h); \ 446 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
|