HomeSort by: relevance | last modified time | path
    Searched refs:e10 (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-matrix22.c 29 mp_ptr e00, e01, e10, e11; member in struct:matrix
38 M->e10 = p; p += n+1;
56 MPN_COPY (R->e10, M->e10, M->n);
67 && mpn_cmp (A->e10, B->e10, A->n) == 0
77 mpn_random (M->e10, n);
100 r10 = R->e10; a10 = A->e10; b10 = B->e10;
    [all...]
  /src/external/historical/nawk/dist/testdir/
T.expr 133 2e10 2.00e10 1
134 2e10 2e+10 1
136 2e10 2e-10 0
137 2e10 20e9 1
  /src/lib/libm/noieee_src/
n_tanh.c 79 static const double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
f2s.c 67 int32_t e10; local
73 e10 = (int32_t) q;
103 e10 = (int32_t) q + e2;
138 printf("e10=%d\n", e10);
206 const int32_t exp = e10 + removed;
generic_128.c 104 int32_t e10; local
111 e10 = q;
141 e10 = q + e2;
179 printf("e10=%d\n", e10);
224 const int32_t exp = e10 + removed;
d2s.c 107 int32_t e10; local
114 e10 = (int32_t) q;
148 e10 = (int32_t) q + e2;
187 printf("e10=%d\n", e10);
288 const int32_t exp = e10 + removed;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
f2s.c 67 int32_t e10; local
73 e10 = (int32_t) q;
103 e10 = (int32_t) q + e2;
138 printf("e10=%d\n", e10);
206 const int32_t exp = e10 + removed;
generic_128.c 104 int32_t e10; local
111 e10 = q;
141 e10 = q + e2;
179 printf("e10=%d\n", e10);
224 const int32_t exp = e10 + removed;
d2s.c 107 int32_t e10; local
114 e10 = (int32_t) q;
148 e10 = (int32_t) q + e2;
187 printf("e10=%d\n", e10);
288 const int32_t exp = e10 + removed;
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
com.asm 72 jmp L(e10)
86 L(e10): movq 24(up,n,8), %r9
logops_n.asm 126 jmp L(e10)
140 L(e10): mov 24(vp,n,8), %r9
176 jmp L(e10)
193 L(e10): mov 24(vp,n,8), %r9
230 jmp L(e10)
247 L(e10): mov 24(vp,n,8), %r9
  /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
logops_n.asm 129 jmp L(e10)
146 L(e10): mov 24(vp), %r9
187 jmp L(e10)
207 L(e10): mov 24(vp), %r9
249 jmp L(e10)
269 L(e10): mov 24(vp), %r9
aors_n.asm 115 jmp L(e10)
139 L(e10): mov -8(up,n,8), %r10
  /src/crypto/external/bsd/openssl/dist/test/
sanitytest.c 40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, enumerator in enum:largechoices
  /src/crypto/external/bsd/openssl.old/dist/test/
sanitytest.c 39 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, enumerator in enum:largechoices
  /src/lib/libm/src/
e_jnf.c 153 if(b>(float)1e10) {
  /src/crypto/external/apache2/openssl/dist/test/
sanitytest.c 143 e10, enumerator in enum:largechoices
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv50.c 250 u32 e10 = nvkm_rd32(device, ustatus_addr + 0x08); local
263 tp, e14, e10 | ((e18 >> 24) & 0x1f));
268 tp, e14, e10 | ((e18 >> 7) & 0x1f));
272 tp, e14, e10);
280 tp, ustatus, msg, e14, e10);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nested-types.cc 22 enum E10 {A10, B10, C10};
29 E10 e10; member in struct:S10
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
nested-types.cc 22 enum E10 {A10, B10, C10};
29 E10 e10; member in struct:S10
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
README.md 5 decimal values (e.g., `1.3e10`) into binary types. We provide exact rounding (including
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
README.md 12 decimal values (e.g., `1.3e10`) into binary types. We provide exact rounding (including
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 2025 2.940378956634553899906876e10, 1.702665737765398868392998e11,
2030 1.488613728678813811542398e10, 1.016803586272438228077304e11,
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 2017 2.940378956634553899906876e10, 1.702665737765398868392998e11,
2022 1.488613728678813811542398e10, 1.016803586272438228077304e11,
  /src/lib/libc/gdtoa/
misc.c 885 1e10, 1e11, 1e12, 1e13, 1e14, 1e15, 1e16, 1e17, 1e18, 1e19,

Completed in 30 milliseconds

1 2