Home
last modified time | relevance | path

Searched defs:ld (Results 1 – 14 of 14) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm-compat/
A Dtest-syslog-ldbl-compat-template.c29 long double ld = -1; in do_test_one_call() local
46 long double ld = -1; in do_test_call() local
A Dtest-obstack-ldbl-compat-template.c35 long double ld = -1; in do_test_call() local
59 long double ld = -1; in do_test() local
A Dtest-wprintf-ldbl-compat.c54 do_test_call_rarg (FILE *stream, const wchar_t *format, long double ld, in do_test_call_rarg()
76 long double ld = -1; in do_test_call() local
A Dtest-scanf-ldbl-compat-template.c61 long double ld; in do_test_call() local
108 long double ld; in do_test() local
A Dtest-wprintf-chk-ldbl-compat.c56 do_test_call_rarg (FILE *stream, const wchar_t *format, long double ld, in do_test_call_rarg()
78 long double ld = -1; in do_test_call() local
A Dtest-printf-ldbl-compat.c81 do_test_call_rarg (FILE *stream, const char *format, long double ld, double d) in do_test_call_rarg()
123 long double ld = -1; in do_test_call() local
A Dtest-printf-chk-ldbl-compat.c86 do_test_call_rarg (FILE *stream, const char *format, long double ld, in do_test_call_rarg()
132 long double ld = -1; in do_test_call() local
/sysdeps/ieee754/ldbl-96/
A Dtest-sinl-pseudo.c29 long double ld; in do_test() local
A Dtest-canonical-ldbl-96.c96 long double ld; in do_test() local
/sysdeps/ieee754/ldbl-128ibm/
A Dtst-strtold-ldbl-128ibm.c30 union { long double ld; double d[2]; } x; in test_strtold_value() member
A Dtest-canonical-ldbl-128ibm.c188 long double ld = ldbl_pack (tests[i].hi, tests[i].lo); in do_test() local
A Dtest-fmodrem-ldbl-128ibm.c31 long double ld; member
A Dieee754.h187 __ibm128 ld; member
/sysdeps/ia64/fpu/
A Dlibm_support.h763 #define FP80(ld) ((struct fp80 *)&ld) argument
768 # define HI_DWORD_80(ld) ((((FP80(ld)->sign << 15) | FP80(ld)->exponent) << 16) | \ argument
770 # define LO_DWORD_80(ld) SIGN_EXPAND(FP80(ld)->lo_significand, 32) argument
772 # define HI_DWORD_80(ld) ((((FP80(ld)->sign << 15) | FP80(ld)->exponent) << 16) | \ argument
774 # define LO_DWORD_80(ld) SIGN_EXPAND(FP80(ld)->significand, 32) argument

Completed in 16 milliseconds