Home
last modified time | relevance | path

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

1234

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
Dalign-2.c13 struct a_ldouble { char c; long double ld; } s_c_ld = { 'e', 27.0 }; member
14 struct b_ldouble { short s; long double ld; } s_s_ld = { 28, 29.0 }; member
15 struct c_ldouble { int i; long double ld; } s_i_ld = { 30, 31.0 }; member
16 struct d_ldouble { float f; long double ld; } s_f_ld = { 32.0, 33.0 }; member
17 struct e_ldouble { double d; long double ld; } s_d_ld = { 34.0, 35.0 }; member
/openbsd/src/lib/libc/gdtoa/
Dldtoa.c47 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa()
112 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa()
/openbsd/src/sys/dev/pci/
Dif_se.c531 struct se_list_data *ld; in se_attach() local
755 struct se_list_data *ld = &sc->se_ldata; in se_list_tx_init() local
792 struct se_list_data *ld = &sc->se_ldata; in se_list_rx_init() local
835 struct se_list_data *ld = &sc->se_ldata; in se_newbuf() local
879 struct se_list_data *ld = &sc->se_ldata; in se_discard_rxbuf() local
902 struct se_list_data *ld = &sc->se_ldata; in se_rxeof() local
969 struct se_list_data *ld = &sc->se_ldata; in se_txeof() local
1100 struct se_list_data *ld = &sc->se_ldata; in se_encap() local
/openbsd/src/lib/libelf/
Dgelf_symshndx.c43 struct _Libelf_Data *ld, *lid; in gelf_getsymshndx() local
96 struct _Libelf_Data *ld, *lid; in gelf_update_symshndx() local
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dfpgnulib.c97 long double ld; member
309 __truncxfdf2 (long double ld) in __truncxfdf2()
346 __truncxfsf2 (long double ld) in __truncxfsf2()
362 __fixxfsi (long double ld) in __fixxfsi()
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dfpgnulib.c97 long double ld; member
428 __truncxfdf2 (long double ld) in __truncxfdf2()
468 __truncxfsf2 (long double ld) in __truncxfsf2()
492 __fixxfsi (long double ld) in __fixxfsi()
/openbsd/src/libexec/ld.so/
Dlibrary_mquery.c106 struct load_list *ld, *lowld = NULL; in _dl_tryload_shlib() local
158 #define LDLIST_INSERT(ld) do { \ in _dl_tryload_shlib() argument
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/
Dalign-longdouble.c3 static long double ld; variable
Dsize-longdouble.c3 static long double ld; variable
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
Dstrfmon-1.c9 foo (char *s, size_t m, double d, long double ld) in foo()
Dc99-printf-1.c13 long double ld, wint_t lc, wchar_t *ls, long long int ll, in foo()
Dc90-printf-1.c14 long int *ln, long double ld, wint_t lc, wchar_t *ls, llong ll, in foo()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D20001212-1.c4 } ld; typedef
/openbsd/src/regress/usr.bin/ctfdump/
Dexample.c7 long double ld; variable
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
Dsysmac2.c15 #define ld 1.0L macro
/openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/
Datomic-2.c7 long double ld = 3; variable
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp186 const LiveInterval &ld = LIs.getInterval(Rd); in addIntraChainConstraint() local
262 const LiveInterval &ld = LIs.getInterval(Rd); in addInterChainConstraint() local
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/ppc/
Dfixunstfti.c31 long double ld; in __fixunstfti() member
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dnum_get_members_char.cc69 long double ld; in test01() local
277 long double ld = 0.0; in test02() local
Dnum_get_members_wchar_t.cc70 long double ld; in test01() local
278 long double ld = 0.0; in test02() local
/openbsd/src/sys/dev/ic/
Dciss.c985 int ld, pd, error = 0; in ciss_ioctl() local
1291 ciss_pdscan(struct ciss_softc *sc, int ld) in ciss_pdscan()
1327 ciss_blink(struct ciss_softc *sc, int ld, int pd, int stat, in ciss_blink()
/openbsd/src/regress/lib/libm/msun/
Dilogb_test.c81 long double ld; in ATF_TC_BODY() local
/openbsd/src/gnu/llvm/lld/MachO/
DOutputSegment.h29 constexpr const char ld[] = "__LD"; // output only with -r variable
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
D900210_02.C16 long double ld; variable
D900210_01.C16 long double ld; variable

1234