Searched refs:e32 (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/Lexer/
H A D11-27-2007-FloatLiterals.c10 double D = 2e32;
12 double D2 = 02e32;
/external/ppp/pppd/
H A Deui64.h50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon28881
71 u_int32_t e32[2]; member in union:__anon28882
76 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0)
77 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \
78 ((e).e32[1] == (o).e32[1]))
79 #define eui64_zero(e) (e).e32[0] = (e).e32[
[all...]
/external/elfutils/0.153/libdwfl/
H A Delf-from-memory.c115 Elf32_Ehdr e32; member in union:__anon21199
147 phoff = ehdr.e32.e_phoff;
148 phnum = ehdr.e32.e_phnum;
149 phentsize = ehdr.e32.e_phentsize;
152 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
217 switch (ehdr.e32.e_ident[EI_CLASS])
238 ehdr.e32.e_ident[EI_DATA]) == NULL)
281 switch (ehdr.e32
[all...]
H A Ddwfl_segment_report_module.c181 Elf32_Ehdr e32; member in union:__anon21196
208 phoff = ehdr.e32.e_phoff;
209 phnum = ehdr.e32.e_phnum;
210 phentsize = ehdr.e32.e_phentsize;
213 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
299 if (ehdr.e32.e_ident[EI_DATA] == MY_ELFDATA)
312 ehdr.e32.e_ident[EI_DATA]) == NULL)
415 if (ehdr.e32
[all...]
H A Ddwfl_module_getdwarf.c346 Elf32_Ehdr e32; member in union:__anon21191
369 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
371 if (ehdr.e32.e_shentsize != shentsize
372 || ehdr.e32.e_phentsize != phentsize)
374 phnum = ehdr.e32.e_phnum;
375 shnum = ehdr.e32.e_shnum;
434 ehdr.e32.e_ident[EI_DATA]) == NULL))
436 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
471 ehdr.e32.e_ident[EI_DATA]) == NULL))
524 if (ehdr.e32
[all...]
/external/ceres-solver/internal/ceres/
H A Dtrust_region_strategy.h62 max_radius(1e32),
64 max_lm_diagonal(1e32),
H A Dtrust_region_minimizer_test.cc242 trust_region_strategy_options.max_lm_diagonal = 1e32;
/external/elfutils/0.153/libelf/
H A Delf_strptr.c112 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
119 if (unlikely (offset >= strscn->shdr.e32->sh_size))
H A Delf_getphdrnum.c88 ? scns->data[0].shdr.e32->sh_info
H A Dgelf_getshdr.c83 = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn);
H A Dgelf_update_shdr.c76 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn);
H A Delf_begin.c102 Elf32_Ehdr *e32; member in union:__anon21260
108 Elf32_Ehdr e32; member in union:__anon21261
131 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
132 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
139 CONVERT (ehdr_mem.e32.e_shnum);
140 CONVERT (ehdr_mem.e32.e_shoff);
164 result = ehdr.e32->e_shnum;
166 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
168 if (ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize)
177 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32
[all...]
H A Delf_getshdrstrndx.c117 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL)
119 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link;
H A Delf_newscn.c139 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
140 if (result->shdr.e32 == NULL)
H A Delf_end.c173 free (scn->shdr.e32);
H A Delf_getdata.c203 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn);
H A DlibelfP.h244 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member in union:Elf_Scn::__anon21273
/external/ceres-solver/include/ceres/
H A Dsolver.h89 max_lm_diagonal = 1e32;
/external/chromium_org/v8/test/mjsunit/
H A Dexternal-array-no-sse2.js685 var e32 = Math.pow(2,32); var e31 = Math.pow(2,31);
696 if (i < e32) { assertEquals(a7[0], i); } else { assertEquals(a7[0], 0); }
697 if (j < e32) { assertEquals(a7[1], j); } else { assertEquals(a7[1],e32-1); }
699 assertEquals(a71[0], (i < e32) ? -e31 : 0 ); }
H A Dexternal-array.js685 var e32 = Math.pow(2,32); var e31 = Math.pow(2,31);
696 if (i < e32) { assertEquals(a7[0], i); } else { assertEquals(a7[0], 0); }
697 if (j < e32) { assertEquals(a7[1], j); } else { assertEquals(a7[1],e32-1); }
699 assertEquals(a71[0], (i < e32) ? -e31 : 0 ); }
/external/ceres-solver/examples/
H A Dbundle_adjuster.cc106 DEFINE_double(max_solver_time, 1e32, "Maximum solve time in seconds.");
/external/chromium_org/v8/test/cctest/
H A Dtest-strtod.cc127 CHECK_EQ(12345e32, Strtod(vector, 32));
149 CHECK_EQ(12345678901234e32, Strtod(vector, 32));
/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c497 while( realvalue>=1e32 && exp<=350 ){ realvalue *= 1e-32; exp+=32; }
/external/elfutils/0.153/src/
H A Dunstrip.c961 Elf32_Ehdr e32;
980 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
982 phnum = ehdr.e32.e_phnum;
983 shnum = ehdr.e32.e_shnum;
1015 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
959 Elf32_Ehdr e32; member in union:__anon21318
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp600 static const double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };

Completed in 442 milliseconds

12