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

  /frameworks/compile/libbcc/runtime/test/Unit/ppc/
DD.h 7 long double ld; member in union:__anon15779
  /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));
  /frameworks/compile/libbcc/runtime/lib/ppc/
DD.h 7 long double ld; member in union:__anon15768
  /external/clang/test/CodeGen/
builtins.c 137 long double ld; local
151 ld = __builtin_huge_vall(); // CHECK: x86_fp80 0xK7FFF8000000000000000
154 ld = __builtin_nanl(""); // CHECK: x86_fp80 0xK7FFFC000000000000000
157 ld = __builtin_nanl("0xAE98"); // CHECK: x86_fp80 0xK7FFFC00000000000AE98
160 ld = __builtin_nansl(""); // CHECK: x86_fp80 0xK7FFFA000000000000000
163 ld = __builtin_nansl("0xAE98");// CHECK: x86_fp80 0xK7FFF800000000000AE98
170 void test_float_builtins(float F, double D, long double LD) {
180 res = __builtin_isinf(LD);
  /external/stlport/src/
complex_trig.cpp 42 long double ld; member in union:__anon11468
45 static const long double ldouble_limit = ldouble_ulimit.ld;
  /frameworks/base/core/java/android/text/
AndroidBidi.java 106 int[] ld = new int[runCount * 2]; local
126 ld[n++] = (i - prev) | levelBits;
127 ld[n++] = i - lstart;
132 ld[n] = (lstart + visLen - prev) | levelBits;
134 ld[++n] = visLen;
135 ld[++n] = (len - visLen) | (baseLevel << Layout.RUN_LEVEL_SHIFT);
158 for (int i = 0; i < ld.length; i += 2) {
159 if (levels[ld[i]] >= level) {
161 while (e < ld.length && levels[ld[e]] >= level)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 42 long double ld; member in union:__anon16897
45 static const long double ldouble_limit = ldouble_ulimit.ld;
  /external/clang/test/CodeGenCXX/
constructor-init.cpp 29 N() : f1(1.314), P(2000), ld(00.1234+f1), M(1000), Q(3000),
37 printf("f1 = %f d1 = %f i1 = %d ld = %f \n", f1,d1,i1, ld);
50 float ld; member in struct:N
  /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/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 45 long double ld = 1.0; local
48 Agg<char> a6 = {ld}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
60 long double ld = 1.0; local
65 Agg<float> f3 = {ld}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
82 Agg<double> d3 = {ld}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
  /external/bluetooth/bluez/tools/
hciattach.c 1257 int detach, printpid, raw, opt, i, n, ld, err; local
1443 ld = N_TTY;
1444 if (ioctl(n, TIOCSETD, &ld) < 0) {
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 877 LDAP *ld = NULL; local
910 res = ldap_initialize(&ld, init);
919 ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION,
933 res = ldap_sasl_bind_s(ld,
939 res = ldap_sasl_bind_s(ld,
985 res = ldap_search_ext_s(ld, basedn, scope,
996 ecount = ldap_count_entries(ld, lr);
1010 le = ldap_first_entry(ld, lr);
1016 userdn = ldap_get_dn(ld, le);
1028 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_addr->v)
1111 LDAP *ld = NULL; local
    [all...]
ipsec_doi.c 215 " lifetime = %ld\n", (long) s->lifetime);
1679 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;
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 1439 ArmLIR *ld; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bt_amp_hci.h 157 uint8 ld[2]; member in struct:ld_cmd_parms
348 uint8 ld[2]; member in struct:ld_evt_parms
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 157 uint8 ld[2]; member in struct:ld_cmd_parms
348 uint8 ld[2]; member in struct:ld_evt_parms
  /external/valgrind/main/perf/
tinycc.c 2155 long double ld; member in union:CValue
    [all...]

Completed in 654 milliseconds