HomeSort by relevance Sort by last modified time
    Searched refs:eptr (Results 1 - 23 of 23) sorted by null

  /external/fdlibm/
s_frexp.c 34 double ieee_frexp(double x, int *eptr)
36 double ieee_frexp(x, eptr)
37 double x; int *eptr;
44 *eptr = 0;
50 *eptr = -54;
52 *eptr += (ix>>20)-1022;
  /external/pcre/dist2/src/
pcre2_intmodedep.h 238 #define UCHAR21(eptr) (*(eptr))
239 #define UCHAR21TEST(eptr) (*(eptr))
240 #define UCHAR21INC(eptr) (*(eptr)++)
241 #define UCHAR21INCTEST(eptr) (*(eptr)++)
256 #define GETCHAR(c, eptr) c = *eptr;
    [all...]
pcre2_match.c 134 eptr pointer into the subject
145 match_ref(PCRE2_SIZE offset, PCRE2_SIZE offset_top, register PCRE2_SPTR eptr,
154 PCRE2_SPTR eptr_start = eptr;
193 if (eptr >= mb->end_subject) return 1; /* Partial match */
194 GETCHARINC(c, eptr);
217 if (eptr >= mb->end_subject) return 1; /* Partial match */
218 cc = UCHAR21TEST(eptr);
223 eptr++;
235 if (eptr >= mb->end_subject) return 1; /* Partial match */
236 if (UCHAR21INCTEST(p) != UCHAR21INCTEST(eptr)) return -1; /*No match *
620 #define eptr macro
6342 #undef eptr macro
    [all...]
pcre2_internal.h 285 #define GETUTF8(c, eptr) \
288 c = ((c & 0x1fu) << 6) | (eptr[1] & 0x3fu); \
290 c = ((c & 0x0fu) << 12) | ((eptr[1] & 0x3fu) << 6) | (eptr[2] & 0x3fu); \
292 c = ((c & 0x07u) << 18) | ((eptr[1] & 0x3fu) << 12) | \
293 ((eptr[2] & 0x3fu) << 6) | (eptr[3] & 0x3fu); \
295 c = ((c & 0x03u) << 24) | ((eptr[1] & 0x3fu) << 18) | \
296 ((eptr[2] & 0x3fu) << 12) | ((eptr[3] & 0x3fu) << 6) |
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexp.c 35 frexp(double x, int *eptr)
40 *eptr = 0;
46 *eptr = -54;
48 *eptr += (ix>>20)-1022;
s_frexpf.c 26 frexpf(float x, int *eptr)
31 *eptr = 0;
37 *eptr = -25;
39 *eptr += (ix>>23)-126;
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_frexp.c 35 frexp(double x, int *eptr)
40 *eptr = 0;
46 *eptr = -54;
48 *eptr += (ix>>20)-1022;
  /external/e2fsprogs/lib/e2p/
crypto_mode.c 54 char *eptr; local
67 num = strtol(string+9, &eptr, 10);
70 if (*eptr)
hashstr.c 52 char *eptr; local
65 num = strtol(string+8, &eptr, 10);
68 if (*eptr)
mntopts.c 61 char *eptr; local
75 num = strtol(string+8, &eptr, 10);
78 if (*eptr)
feature.c 162 char *eptr; local
193 num = strtol(string+9, &eptr, 10);
196 if (*eptr)
236 char *eptr; local
267 num = strtol(string+9, &eptr, 10);
270 if (*eptr)
  /toolchain/binutils/binutils-2.25/ld/
ldemul.c 277 ld_emulation_xfer_type **eptr = ld_emulations; local
281 for (; *eptr; eptr++)
283 if (strcmp (target, (*eptr)->emulation_name) == 0)
285 ld_emulation = *eptr;
298 ld_emulation_xfer_type **eptr = ld_emulations; local
301 for (; *eptr; eptr++)
307 fprintf (f, "%s", (*eptr)->emulation_name);
314 ld_emulation_xfer_type **eptr; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_f16_math.c 31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) {
38 *eptr = 0;
41 // x is subnormal. Scale it by 2^12 (and adjust eptr accordingly) so
46 *eptr = -12;
49 // Adjust eptr by (non-biased exponent of hx + 1). Set the non-biased
51 *eptr += (ix >> 10) - 14;
rs_cl.c     [all...]
  /external/vboot_reference/tests/
vboot_display_tests.c 230 FontArrayEntryHeader *eptr; local
239 eptr = (FontArrayEntryHeader *)(buf + sizeof(h));
240 Memcpy(eptr, eh, sizeof(eh));
246 &eptr[1].info, "Glyph found");
247 TEST_EQ(buffersize, eptr[1].info.original_size, " size");
249 &eptr[0].info, "Glyph not found");
250 TEST_EQ(buffersize, eptr[0].info.original_size, " size");
  /external/boringssl/src/crypto/x509/
asn1_gen.c 414 char *eptr; local
417 tag_num = strtoul(vstart, &eptr, 10);
419 if (eptr && *eptr && (eptr > vstart + vlen))
427 if (eptr)
428 vlen -= eptr - vstart;
432 switch (*eptr) {
451 erch[0] = *eptr;
826 char *eptr; local
    [all...]
  /system/core/libprocessgroup/
processgroup.cpp 160 char* eptr; local
161 while ((eptr = static_cast<char*>(memchr(buf_ptr_, '\n', buf_len_))) == nullptr) {
166 *eptr = '\0';
173 if (pid_eptr != eptr) {
178 buf_len_ -= (eptr - buf_ptr_) + 1;
179 buf_ptr_ = eptr + 1;
  /external/iw/
coalesce.c 27 char *eptr, *value1, *value2, *sptr = NULL, *end, buf[16768]; local
113 pkt_offset = strtoul(value1, &eptr, 10);
114 if (eptr != value1 + strlen(value1))
wowlan.c 214 char *eptr, *value1, *value2, *sptr = NULL; local
278 pkt_offset = strtoul(value1, &eptr, 10);
279 if (eptr != value1 + strlen(value1)) {
scan.c 346 char *eptr; local
414 freq = strtoul(argv[i], &eptr, 10);
415 if (eptr != argv[i] + strlen(argv[i])) {
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-misc.c 69 char *eptr; local
75 if ((eptr = getenv ("VMS_DEBUG")) != NULL)
77 min_level = atoi (eptr);
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.h 66 uint8_t * eptr; member in struct:TCPSocket_struct
mDNSWin32.c     [all...]

Completed in 787 milliseconds