/glibc-2.36/math/ |
D | s_clog_template.c | 28 CFLOAT result; in M_DECL_FUNC() local 35 __imag__ result = signbit (__real__ x) ? M_MLIT (M_PI) : 0; in M_DECL_FUNC() local 36 __imag__ result = M_COPYSIGN (__imag__ result, __imag__ x); in M_DECL_FUNC() local 38 __real__ result = -1 / M_FABS (__real__ x); in M_DECL_FUNC() local 68 __real__ result = M_LOG1P (absy * absy) / 2; in M_DECL_FUNC() local 76 __real__ result = M_LOG1P (d2m1) / 2; in M_DECL_FUNC() local 84 __real__ result = M_LOG1P (d2m1) / 2; in M_DECL_FUNC() local 92 __real__ result = M_LOG1P (d2m1) / 2; in M_DECL_FUNC() local 97 __real__ result = M_LOG (d) - scale * M_MLIT (M_LN2); in M_DECL_FUNC() local 100 __imag__ result = M_ATAN2 (__imag__ x, __real__ x); in M_DECL_FUNC() local [all …]
|
D | s_clog10_template.c | 34 CFLOAT result; in M_DECL_FUNC() local 41 __imag__ result = signbit (__real__ x) ? PI_LOG10E : 0; in M_DECL_FUNC() local 42 __imag__ result = M_COPYSIGN (__imag__ result, __imag__ x); in M_DECL_FUNC() local 44 __real__ result = -1 / M_FABS (__real__ x); in M_DECL_FUNC() local 74 __real__ result = (M_LOG1P (absy * absy) in M_DECL_FUNC() local 83 __real__ result = M_LOG1P (d2m1) * (M_MLIT (M_LOG10E) / 2); in M_DECL_FUNC() local 91 __real__ result = M_LOG1P (d2m1) * (M_MLIT (M_LOG10E) / 2); in M_DECL_FUNC() local 99 __real__ result = M_LOG1P (d2m1) * (M_MLIT (M_LOG10E) / 2); in M_DECL_FUNC() local 104 __real__ result = M_SUF (__ieee754_log10) (d) - scale * LOG10_2; in M_DECL_FUNC() local 107 __imag__ result = M_MLIT (M_LOG10E) * M_ATAN2 (__imag__ x, __real__ x); in M_DECL_FUNC() local [all …]
|
D | test-femode.c | 26 int result = 0; in test_mmee() local 139 int result = 0; in test_mme() local 165 int result = 0; in test_mm() local 191 int result = 0; in test_m() local 212 int result = 0; in do_test() local
|
D | test-femode-traps.c | 26 int result = 0; in test_ee() local 99 int result = 0; in test_e() local 125 int result = 0; in do_test() local
|
D | test-fetestexceptflag.c | 26 int result = 0; in test_one() local 84 int result = 0; in test_fetestexceptflag() local 106 int result = 0; in do_test() local
|
D | test-fesetexcept.c | 26 int result = 0; in test_fesetexcept() local 105 int result = 0; in do_test() local
|
/glibc-2.36/stdio-common/ |
D | tst-vfprintf-width-prec.c | 32 char *result; in do_test() local 42 wchar_t *result = calloc (ret + 1, sizeof (wchar_t)); in do_test() local 80 char *result; in do_test() local 89 wchar_t result[100]; in do_test() local
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/ |
D | sysconf.c | 26 getauxval2_einval (unsigned long int type, unsigned long int *result) in getauxval2_einval() 39 unsigned long int result; in sysconf_get_cache_associativity() local 50 unsigned long int result; in sysconf_get_cache_linesize() local 61 unsigned long int result; in sysconf_get_cache_size() local
|
/glibc-2.36/nptl/ |
D | test-condattr-printers.py | 61 result = FAIL variable 65 result = UNSUPPORTED variable 69 result = PASS variable
|
D | test-rwlockattr-printers.py | 66 result = FAIL variable 70 result = UNSUPPORTED variable 74 result = PASS variable
|
D | test-mutex-printers.c | 45 int result = FAIL; in main() local 62 int result = FAIL; in test_status_destroyed() local 75 int result = FAIL; in test_status_no_robust() local 91 int result = FAIL; in test_status_robust() local 107 int result = FAIL; in test_locking_state_robust() local 137 int result = FAIL; in test_recursive_locks() local
|
D | test-mutexattr-printers.py | 91 result = FAIL variable 95 result = UNSUPPORTED variable 99 result = PASS variable
|
D | test-rwlock-printers.c | 36 int result = FAIL; in main() local 50 int result = FAIL; in test_locking_reader() local 69 int result = FAIL; in test_locking_writer() local
|
D | test-cond-printers.py | 44 result = FAIL variable 48 result = PASS variable
|
D | test-condattr-printers.c | 43 int result = FAIL; in main() local 59 int result = FAIL; in condvar_reinit() local 73 int result = FAIL; in test_setclock() local 86 int result = FAIL; in test_setpshared() local
|
D | test-rwlock-printers.py | 58 result = FAIL variable 62 result = PASS variable
|
D | test-rwlockattr-printers.c | 45 int result = FAIL; in main() local 61 int result = FAIL; in rwlock_reinit() local 74 int result = FAIL; in test_setkind_np() local 91 int result = FAIL; in test_setpshared() local
|
D | test-cond-printers.c | 36 int result = FAIL; in main() local 50 int result = FAIL; in test_status_destroyed() local
|
/glibc-2.36/hurd/ |
D | ports-get.c | 21 getbootstrap (mach_port_t *result) in getbootstrap() 34 _hurd_ports_get (unsigned int which, mach_port_t *result) in _hurd_ports_get()
|
/glibc-2.36/misc/ |
D | getauxval.c | 24 __getauxval2 (unsigned long int type, unsigned long int *result) in __getauxval2() 57 unsigned long int result; in libc_hidden_def() local
|
D | tst-select.c | 94 struct support_capture_subprocess result; in do_test() local 104 struct support_capture_subprocess result; in do_test() local 113 struct support_capture_subprocess result; in do_test() local 124 struct support_capture_subprocess result; in do_test() local 133 struct support_capture_subprocess result; in do_test() local
|
D | tst-dirname.c | 26 test (const char *input, const char *result) in test() 42 int result = 0; in do_test() local
|
/glibc-2.36/stdlib/ |
D | tst-system.c | 84 struct support_capture_subprocess result; in do_test() local 103 struct support_capture_subprocess result; in do_test() local 118 struct support_capture_subprocess result; in do_test() local 127 struct support_capture_subprocess result; in do_test() local 135 struct support_capture_subprocess result; in do_test() local 147 struct support_capture_subprocess result; in do_test() local
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | ntp_gettimex.c | 32 int result; in __ntp_gettimex64() local 54 int result; in libc_hidden_def() local
|
D | pathconf.c | 97 long int result = EXT2_LINK_MAX; in distinguish_extX() local 133 __statfs_link_max (int result, const struct statfs *fsbuf, const char *file, in __statfs_link_max() 197 __statfs_filesize_max (int result, const struct statfs *fsbuf) in __statfs_filesize_max() 246 __statfs_symlinks (int result, const struct statfs *fsbuf) in __statfs_symlinks() 281 __statfs_chown_restricted (int result, const struct statfs *fsbuf) in __statfs_chown_restricted()
|