HomeSort by: relevance | last modified time | path
    Searched defs:ld (Results 1 - 25 of 160) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
float128.c 21 long double ld; variable
30 ld = 1.375l;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
float128.c 21 long double ld; variable
30 ld = 1.375l;
  /src/lib/libc/gdtoa/
strtold_subr.c 47 long double ld; local
49 (void)STRTOP(GDTOA_LD_FMT)(nptr, endptr, &ld, loc);
50 return ld;
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
DD.h 7 long double ld; member in union:__anon4189
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
DD.h 7 long double ld; member in union:__anon4200
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
ppc-longdouble.c 21 long double ld; variable
33 ld = 1.375l;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
ppc-longdouble.c 21 long double ld; variable
33 ld = 1.375l;
  /src/external/bsd/kyua-cli/dist/utils/logging/
macros_test.cpp 45 ATF_TEST_CASE_WITHOUT_HEAD(ld); variable
46 ATF_TEST_CASE_BODY(ld)
50 LD("Debug message");
111 ATF_ADD_TEST_CASE(tcs, ld);
  /src/external/gpl3/gdb/dist/sim/arm/
maverick.h 41 long double ld; /* Acc registers are 72-bits. */ member in union:maverick_acc_regs
  /src/external/gpl3/gdb.old/dist/sim/arm/
maverick.h 41 long double ld; /* Acc registers are 72-bits. */ member in union:maverick_acc_regs
  /src/tests/lib/libc/gen/
t_floatunditf.c 43 long double ld; member in struct:__anon7829
131 testcases[i].ld == (long double)testcases[i].u64,
133 testcases[i].ld,
  /src/tests/usr.bin/xlint/lint1/
msg_098.c 22 long double ld = 1234.5; local
  /src/external/bsd/elftoolchain/dist/libelf/
gelf_symshndx.c 53 struct _Libelf_Data *ld, *lid; local
55 ld = (struct _Libelf_Data *) d;
70 (e = scn->s_elf) == NULL || (e != ld->d_scn->s_elf)) {
113 struct _Libelf_Data *ld, *lid; local
115 ld = (struct _Libelf_Data *) d;
122 (e = scn->s_elf) == NULL || (e != ld->d_scn->s_elf)) {
elf_flag.c 65 struct _Libelf_Data *ld; local
76 ld = (struct _Libelf_Data *) d;
79 r = ld->d_flags |= flags;
81 r = ld->d_flags &= ~flags;
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
DD.h 7 long double ld; member in union:__anon4083
  /src/tests/lib/libc/stdlib/
t_div.c 65 ldiv_t ld; local
67 ld = ldiv(NUM, DENOM);
69 ATF_CHECK(ld.quot == QUOT);
70 ATF_CHECK(ld.rem == REM);
  /src/external/bsd/openldap/dist/clients/tools/
ldapwhoami.c 117 LDAP *ld = NULL; local
136 ld = tool_conn_setup( 0, 0 );
138 tool_bind( ld );
145 tool_server_controls( ld, NULL, 0 );
147 rc = ldap_whoami( ld, NULL, NULL, &id );
158 if ( tool_check_abandon( ld, id ) ) {
159 tool_exit( ld, LDAP_CANCELLED );
165 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res );
168 tool_exit( ld, rc );
176 rc = ldap_parse_result( ld, res
    [all...]
  /src/external/bsd/openldap/dist/tests/progs/
slapd-modify.c 141 LDAP *ld = NULL; local
158 if ( ld == NULL ) {
159 tester_init_ld( &ld, config, 0 );
163 fprintf( stderr, "PID=%ld - Modify(%d): entry=\"%s\".\n",
169 rc = ldap_modify_ext_s( ld, entry, mods, NULL, NULL );
171 tester_ldap_error( ld, "ldap_modify_ext_s", NULL );
196 rc = ldap_modify_ext_s( ld, entry, mods, NULL, NULL );
198 tester_ldap_error( ld, "ldap_modify_ext_s", NULL );
225 fprintf( stderr, " PID=%ld - Modify done (%d).\n", (long) pid, rc );
227 ldap_unbind_ext( ld, NULL, NULL )
    [all...]
slapd-modrdn.c 124 LDAP *ld = NULL; local
164 if ( ld == NULL ) {
165 tester_init_ld( &ld, config, 0 );
169 fprintf( stderr, "PID=%ld - Modrdn(%d): entry=\"%s\".\n",
174 rc = ldap_rename_s( ld, DNs[0], rdns[0], NULL, 0, NULL, NULL );
176 tester_ldap_error( ld, "ldap_rename_s", NULL );
199 rc = ldap_rename_s( ld, DNs[1], rdns[1], NULL, 1, NULL, NULL );
201 tester_ldap_error( ld, "ldap_rename_s", NULL );
227 fprintf( stderr, " PID=%ld - Modrdn done (%d).\n", (long) pid, rc );
229 ldap_unbind_ext( ld, NULL, NULL )
    [all...]
slapd-addel.c 224 LDAP *ld = NULL; local
229 if ( ld == NULL ) {
230 tester_init_ld( &ld, config, 0 );
234 fprintf( stderr, "PID=%ld - Add/Delete(%d): entry=\"%s\".\n",
241 rc = ldap_add_ext_s( ld, record->lr_dn.bv_val, record->lrop_mods, NULL, NULL );
243 tester_ldap_error( ld, "ldap_add_ext_s", NULL );
274 rc = ldap_delete_ext_s( ld, record->lr_dn.bv_val, NULL, NULL );
276 tester_ldap_error( ld, "ldap_delete_ext_s", NULL );
302 fprintf( stderr, " PID=%ld - Add/Delete done (%d).\n", (long) pid, rc );
304 ldap_unbind_ext( ld, NULL, NULL )
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_loclist.c 181 Dwarf_Locdesc *ld, **llbuf; local
208 ld = llbuf[i];
210 *hipc = ld->ld_hipc;
211 *lopc = ld->ld_lopc;
213 if (ld->ld_lopc < *lopc)
214 *lopc = ld->ld_lopc;
215 if (ld->ld_hipc > *hipc)
216 *hipc = ld->ld_hipc;
277 Dwarf_Locdesc *ld; local
296 ret = _dwarf_loc_fill_locexpr(dbg, &ld, bytes_in, bytes_len, addr_size
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
float.in.h 100 long double ld; member in union:gl_long_double_union
105 # define LDBL_MAX (gl_LDBL_MAX.ld)
156 long double ld; member in union:gl_long_double_union
161 # define LDBL_MAX (gl_LDBL_MAX.ld)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
float.in.h 100 long double ld; member in union:gl_long_double_union
105 # define LDBL_MAX (gl_LDBL_MAX.ld)
156 long double ld; member in union:gl_long_double_union
161 # define LDBL_MAX (gl_LDBL_MAX.ld)
  /src/external/lgpl3/mpfr/dist/src/
get_ld.c 49 mpfr_long_double_t ld; local
64 ld.ld = (long double) mpfr_get_d (tmp, rnd_mode);
79 ld.s.manl = (tmpmant[0] >> denorm);
80 ld.s.manh = (tmpmant[0] >> denorm) >> 32;
84 ld.s.manl = tmpmant[0];
85 ld.s.manh = tmpmant[1];
89 ld.s.manl = (tmpmant[0] >> denorm) | (tmpmant[1] << (32 - denorm));
90 ld.s.manh = tmpmant[1] >> denorm;
94 ld.s.manl = tmpmant[1] >> (denorm - 32)
    [all...]
  /src/sys/arch/hp300/stand/mkboot/
mkboot.c 75 static struct hp300_load ld; variable in typeref:struct:hp300_load
238 ld.address = htobe32(loadpoint);
239 ld.count = htobe32(statb.st_size);
245 write(to, &ld, sizeof(ld));
249 return statb.st_size + sizeof(ld);

Completed in 38 milliseconds

1 2 3 4 5 6 7