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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
lc3b-ea-err.asm 0 ld r5, [r6+5]
1 ld r5, [r6+5] label
  /external/compiler-rt/test/Unit/ppc/
DD.h 7 long double ld; member in union:__anon19154
  /external/clang/test/CodeGen/
mips64-padding-arg.c 6 long double ld; member in struct:__anon18305
builtins.c 138 long double ld; local
152 ld = __builtin_huge_vall(); // CHECK: x86_fp80 0xK7FFF8000000000000000
155 ld = __builtin_nanl(""); // CHECK: x86_fp80 0xK7FFFC000000000000000
158 ld = __builtin_nanl("0xAE98"); // CHECK: x86_fp80 0xK7FFFC00000000000AE98
161 ld = __builtin_nansl(""); // CHECK: x86_fp80 0xK7FFFA000000000000000
164 ld = __builtin_nansl("0xAE98");// CHECK: x86_fp80 0xK7FFF800000000000AE98
171 void test_float_builtins(float F, double D, long double LD) {
181 res = __builtin_isinf(LD);
  /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));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 39 ldiv_t ld; local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 39 std::ldiv_t ld; local
  /external/compiler-rt/lib/ppc/
DD.h 7 long double ld; member in union:__anon19128
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
alignment_of.hpp 103 struct long_double_wrapper{ long double ld; }; member in struct:boost::long_double_wrapper
  /external/bison/lib/
float.in.h 99 long double ld; member in union:gl_long_double_union
102 # define LDBL_MAX (gl_LDBL_MAX.ld)
152 long double ld; member in union:gl_long_double_union
155 # define LDBL_MAX (gl_LDBL_MAX.ld)
  /bionic/tests/
math_test.cpp 1166 long double ld = remquol(13.0, 4.0, &q); local
1168 ASSERT_FLOAT_EQ(1.0, ld);
  /external/stlport/src/
complex_trig.cpp 42 long double ld; member in union:__anon28421
45 # define ldouble_limit ldouble_ulimit.ld
  /frameworks/base/core/java/android/text/
AndroidBidi.java 109 int[] ld = new int[runCount * 2]; local
129 ld[n++] = (i - prev) | levelBits;
130 ld[n++] = i - lstart;
135 ld[n] = (lstart + visLen - prev) | levelBits;
137 ld[++n] = visLen;
138 ld[++n] = (len - visLen) | (baseLevel << Layout.RUN_LEVEL_SHIFT);
161 for (int i = 0; i < ld.length; i += 2) {
162 if (levels[ld[i]] >= level) {
164 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:__anon34945
45 # define ldouble_limit ldouble_ulimit.ld
  /external/chromium_org/third_party/openssl/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/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);
  /frameworks/base/core/java/android/widget/
TextClock.java 223 LocaleData ld = LocaleData.get(getContext().getResources().getConfiguration().locale); local
225 mFormat12 = ld.timeFormat12;
228 mFormat24 = ld.timeFormat24;
429 LocaleData ld = LocaleData.get(getContext().getResources().getConfiguration().locale); local
432 mFormat = abc(mFormat24, mFormat12, ld.timeFormat24);
434 mFormat = abc(mFormat12, mFormat24, ld.timeFormat12);
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 54 long double ld = 1.0; local
57 Agg<char> a6 = {ld}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
72 long double ld = 1.0; local
77 Agg<float> f3 = {ld}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
94 Agg<double> d3 = {ld}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
p7-0x.cpp 53 long double ld = 1.0; local
56 Agg<char> a6 = {ld}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
71 long double ld = 1.0; local
76 Agg<float> f3 = {ld}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
93 Agg<double> d3 = {ld}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
  /frameworks/native/cmds/flatland/
Main.cpp 415 LayerDesc ld = mDesc.layers[i]; local
416 ld.x = int32_t(scaleFactor * float(ld.x));
417 ld.y = int32_t(scaleFactor * float(ld.y));
418 ld.width = uint32_t(scaleFactor * float(ld.width));
419 ld.height = uint32_t(scaleFactor * float(ld.height));
422 result = mLayers[i].setUp(ld, mGLHelper)
    [all...]
  /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...]

Completed in 1465 milliseconds

1 2