HomeSort by relevance Sort by last modified time
    Searched defs:ld (Results 1 - 14 of 14) sorted by null

  /external/libffi/testsuite/libffi.call/
float2.c 23 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)
float3.c 31 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);
float.c 30 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));
  /external/stlport/src/
complex_trig.cpp 42 long double ld; member in union:__anon7519
45 static const long double ldouble_limit = ldouble_ulimit.ld;
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 42 long double ld; member in union:__anon11084
45 static const long double ldouble_limit = ldouble_ulimit.ld;
  /external/libffi/src/powerpc/
ffi_darwin.c 642 long double ld; member in union:ldu
779 avalue[i] = &temp_ld.ld;
  /external/openssl/crypto/x509/
by_dir.c 128 BY_DIR *ld; local
131 ld=(BY_DIR *)ctx->method_data;
140 ret=add_cert_dir(ld,dir,X509_FILETYPE_PEM);
142 ret=add_cert_dir(ld,X509_get_default_cert_dir(),
150 ret=add_cert_dir(ld,argp,(int)argl);
  /external/bluetooth/bluez/tools/
hciattach.c 1191 int detach, printpid, raw, opt, i, n, ld, err; local
1370 ld = N_TTY;
1371 if (ioctl(n, TIOCSETD, &ld) < 0) {
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 800 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, le, xauth_ldap_config.attr_addr->v)
1034 LDAP *ld = NULL; local
    [all...]
ipsec_doi.c 366 plog(LLV_DEBUG, LOCATION, NULL, "(lifetime = %ld:%ld)\n",
1805 u_int32_t ld; local
    [all...]
  /external/speex/libspeex/
smallft.c 46 int ld, ii, ip, is, nq, nr; local
88 ld=0;
94 ld+=l1;
96 argld=(float)ld*argh;
  /external/clearsilver/util/
neo_hdf.c 513 HDF_ATTR *da, *ld; local
522 ld = da;
534 ld = da;
539 ld->next = sa;
542 ld->next->next = NULL;
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 1085 short[] ld = new short[count + 1]; local
    [all...]
  /system/core/libacc/
acc.cpp 895 const unsigned int ld = mQ[-1]; local
896 if ((ld & ~BMask) == 0xe5900000) { // ldr{b} r0, [r0]
897 unsigned int combined = encodedImmediate | (0xE51B0000 | (ld & BMask)); // ldr r0, [r11, #-0]
901 } else if (ld == 0xedd07a00) { // ldcl p10, c7, [r0, #0x000]
    [all...]

Completed in 183 milliseconds