Searched defs:ld (Results 1 - 11 of 11) sorted by relevance

/external/libffi/testsuite/libffi.call/
H A Dfloat2.c23 long double ld; local
40 ld = 666;
41 ffi_call(&cif, FFI_FN(ldblit), &ld, values);
47 printf ("%Lf, %Lf, %Lf, %Lf\n", ld, ldblit(f), ld - ldblit(f), LDBL_EPSILON);
51 if (ld - ldblit(f) < LDBL_EPSILON)
H A Dfloat.c30 long double ld; local
39 values[3] = &ld;
48 ld = 2.71828182846L;
50 floating (si1, f, d, ld);
54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld));
56 CHECK((int)rint == floating(si1, f, d, ld));
H A Dfloat3.c31 long double ld; local
38 values[2] = &ld;
46 ld = 2.71828182846L;
48 floating_1 (f, d, ld);
52 CHECK(rd - floating_1(f, d, ld) < DBL_EPSILON);
55 values[0] = &ld;
65 floating_2 (ld, d, f);
69 CHECK(rd - floating_2(ld, d, f) < DBL_EPSILON);
/external/stlport/src/
H A Dcomplex_trig.cpp42 long double ld; member in union:__anon5144
45 static const long double ldouble_limit = ldouble_ulimit.ld;
/external/openssl/crypto/x509/
H A Dby_dir.c120 BY_DIR *ld; local
123 ld=(BY_DIR *)ctx->method_data;
132 ret=add_cert_dir(ld,dir,X509_FILETYPE_PEM);
134 ret=add_cert_dir(ld,X509_get_default_cert_dir(),
142 ret=add_cert_dir(ld,argp,(int)argl);
/external/libffi/src/powerpc/
H A Dffi_darwin.c642 long double ld; member in union:ldu
779 avalue[i] = &temp_ld.ld;
/external/bluetooth/bluez/tools/
H A Dhciattach.c1180 int detach, printpid, opt, i, n, ld, err; local
1354 ld = N_TTY;
1355 if (ioctl(n, TIOCSETD, &ld) < 0) {
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c800 LDAP *ld = NULL; local
833 res = ldap_initialize(&ld, init);
842 ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION,
856 res = ldap_sasl_bind_s(ld,
862 res = ldap_sasl_bind_s(ld,
908 res = ldap_search_ext_s(ld, basedn, scope,
919 ecount = ldap_count_entries(ld, lr);
933 le = ldap_first_entry(ld, lr);
939 userdn = ldap_get_dn(ld, le);
951 bv = ldap_get_values_len(ld, l
1034 LDAP *ld = NULL; local
[all...]
H A Dipsec_doi.c366 plog(LLV_DEBUG, LOCATION, NULL, "(lifetime = %ld:%ld)\n",
1805 u_int32_t ld; local
1812 ld = ntohs(*(u_int16_t *)buf->v);
1815 ld = ntohl(*(u_int32_t *)buf->v);
1824 return ld;
4701 "prev:%ld curr:%u.\n",
/external/speex/libspeex/
H A Dsmallft.c46 int ld, ii, ip, is, nq, nr; local
88 ld=0;
94 ld+=l1;
96 argld=(float)ld*argh;
/external/clearsilver/util/
H A Dneo_hdf.c513 HDF_ATTR *da, *ld; local
522 ld = da;
534 ld = da;
539 ld->next = sa;
542 ld->next->next = NULL;

Completed in 134 milliseconds