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

1 2 3 4

  /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/builtins/Unit/ppc/
DD.h 7 long double ld; member in union:__anon23469
  /external/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 39 ldiv_t ld; local
  /external/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 39 std::ldiv_t ld; local
  /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/clang/test/CodeGen/
mips64-padding-arg.c 7 long double ld; member in struct:__anon22473
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);
malign-double-x86-nacl.c 13 long double ld; member in struct:st_ld
  /external/clang/test/Modules/Inputs/
templates-left.h 38 List<double> ld; local
39 ld.push_back(0.0);
40 return ld.size;
templates-right.h 36 List<double> ld; local
37 ld.push_back(0.0);
38 return ld.size;
  /external/compiler-rt/lib/builtins/ppc/
DD.h 7 long double ld; member in union:__anon23421
  /external/compiler-rt/test/ubsan/TestCases/Float/
cast-overflow.cpp 114 volatile long double ld = 300.0; local
116 char c = ld;
  /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
  /ndk/tests/device/math/jni/
math.c 21 long double ld, ld1, ldn; variable
39 sincosl(0.73, &ld, &ld1);
42 TEST_EQ(ld, 0.6668696L);
54 ld = 1234L;
55 ld = logbl(ld);
56 TEST_EQ(ld, 10L);
57 ld = log2l(ld);
58 TEST_EQ(ld, 3.321928L)
    [all...]
math.cpp 21 long double ld, ld1, ldn; variable
39 sincosl(0.73, &ld, &ld1);
42 TEST_EQ(ld, 0.6668696L);
54 ld = 1234L;
55 ld = logbl(ld);
56 TEST_EQ(ld, 10L);
57 ld = log2l(ld);
58 TEST_EQ(ld, 3.321928L)
    [all...]
  /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/libc/bionic/
fpclassify.cpp 120 long double ld; member in union:long_double_u
126 int __fpclassifyl(long double ld) {
128 u.ld = ld;
138 int __isinfl(long double ld) {
139 return (__fpclassifyl(ld) == FP_INFINITE);
142 int __isnanl(long double ld) {
143 return (__fpclassifyl(ld) == FP_NAN);
146 int __isfinitel(long double ld) {
147 int type = __fpclassifyl(ld);
    [all...]
  /bionic/tests/
math_test.cpp 1287 long double ld = remquol(13.0L, 4.0L, &q); local
1289 ASSERT_DOUBLE_EQ(1.0L, ld);
  /external/ltrace/sysdeps/linux-gnu/m68k/
fetch.c 191 long double ld; member in union:__anon30416
198 memcpy (&u.ld, reg, sizeof (u.ld));
200 u.f = (float)u.ld;
202 u.d = (double)u.ld;
  /external/stlport/src/
complex_trig.cpp 42 long double ld; member in union:__anon34954
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:__anon42928
45 # define ldouble_limit ldouble_ulimit.ld
  /external/fio/engines/
guasi.c 53 struct guasi_data *ld = td->io_ops->data; local
58 if (guasi_req_info(ld->reqs[event], &rinf) < 0) {
85 struct guasi_data *ld = td->io_ops->data; local
90 if (min > ld->max_reqs)
91 min = ld->max_reqs;
92 if (max > ld->max_reqs)
93 max = ld->max_reqs;
96 for (n = 0; n < ld->reqs_nr; n++)
97 guasi_req_free(ld->reqs[n]);
100 r = guasi_fetch(ld->hctx, ld->reqs + n, min - n
118 struct guasi_data *ld = td->io_ops->data; local
151 struct guasi_data *ld = td->io_ops->data; local
201 struct guasi_data *ld = td->io_ops->data; local
219 struct guasi_data *ld = malloc(sizeof(*ld)); local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 437 struct ld { struct
449 k_logl(long double x, struct ld *rp)
677 struct ld r;
702 struct ld r;
721 struct ld r;

Completed in 508 milliseconds

1 2 3 4