HomeSort by relevance Sort by last modified time
    Searched refs:e32 (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/Lexer/
11-27-2007-FloatLiterals.c 10 double D = 2e32;
12 double D2 = 02e32;
  /external/ceres-solver/internal/ceres/
trust_region_strategy.h 62 max_radius(1e32),
64 max_lm_diagonal(1e32),
trust_region_minimizer_test.cc 242 trust_region_strategy_options.max_lm_diagonal = 1e32;
  /external/elfutils/0.153/libdwfl/
elf-from-memory.c 115 Elf32_Ehdr e32; member in union:__anon758
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.e_ident[EI_CLASS]
    [all...]
dwfl_segment_report_module.c 181 Elf32_Ehdr e32; member in union:__anon755
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.e_ident[EI_CLASS] == ELFCLASS32
    [all...]
dwfl_module_getdwarf.c 346 Elf32_Ehdr e32; member in union:__anon750
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.e_ident[EI_CLASS] == ELFCLASS32
    [all...]
  /external/elfutils/0.153/libelf/
elf_strptr.c 112 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
119 if (unlikely (offset >= strscn->shdr.e32->sh_size))
elf_getphdrnum.c 88 ? scns->data[0].shdr.e32->sh_info
gelf_getshdr.c 83 = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn);
gelf_update_shdr.c 76 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn);
elf_begin.c 102 Elf32_Ehdr *e32; member in union:__anon819
108 Elf32_Ehdr e32; member in union:__anon820
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->e_shof
    [all...]
elf_getshdrstrndx.c 117 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL)
119 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link;
elf_newscn.c 139 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
140 if (result->shdr.e32 == NULL)
elf_end.c 173 free (scn->shdr.e32);
elf_getdata.c 203 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn);
libelfP.h 244 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member in union:Elf_Scn::__anon832
  /external/ceres-solver/include/ceres/
solver.h 89 max_lm_diagonal = 1e32;
    [all...]
  /external/ceres-solver/examples/
bundle_adjuster.cc 106 DEFINE_double(max_solver_time, 1e32, "Maximum solve time in seconds.");
  /external/chromium_org/v8/test/mjsunit/
external-array-no-sse2.js 685 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-array.js 685 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/chromium_org/v8/test/cctest/
test-strtod.cc 127 CHECK_EQ(12345e32, Strtod(vector, 32));
149 CHECK_EQ(12345678901234e32, Strtod(vector, 32));
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 856 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
861 bigtens[] = { 1e16, 1e32, 1e64 };
864 bigtens[] = { 1e16, 1e32 };
  /external/chromium_org/third_party/sqlite/src/src/
printf.c 497 while( realvalue>=1e32 && exp<=350 ){ realvalue *= 1e-32; exp+=32; }
    [all...]
  /external/elfutils/0.153/src/
unstrip.c 961 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:__anon877
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 600 static const double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
    [all...]

Completed in 1829 milliseconds

1 2