Searched refs:one (Results 51 - 63 of 63) sorted by relevance

123

/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_log.c367 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0;
373 return (-one/zero);
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_fmod.c26 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
129 x *= one; /* create necessary signal */
H A De_fmodl.c52 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; variable
147 x = ux.e * one; /* create necessary signal */
H A Dk_tan.c68 /* one */ 1.00000000000000000000e+00, /* 3FF00000, 00000000 */
72 #define one xxx[13] macro
H A Dk_rem_pio2.c55 * precison, one may have to do something like:
289 one = 1.0, variable
359 z = one - z;
360 if(carry!=0) z -= scalbn(one,q0);
396 fw = scalbn(one,q0);
/bionic/tests/
H A Dfortify_test.cpp54 char one[1]; member in struct:foo
78 myfoo.one[0] = 'A'; // not null terminated string
79 ASSERT_EXIT(stpncpy(myfoo.b, myfoo.one, sizeof(myfoo.b)),
103 myfoo.one[0] = 'A'; // not null terminated string
104 ASSERT_EXIT(strncpy(myfoo.b, myfoo.one, sizeof(myfoo.b)),
239 // one byte target with longer source (should fail)
247 ASSERT_EXIT(strcpy(myfoo.one, src),
299 ASSERT_EXIT(strlcpy(myfoo.one, myfoo.a, n),
315 myfoo.one[0] = '\0';
317 ASSERT_EXIT(strlcat(myfoo.one, myfo
[all...]
/bionic/libc/arch-mips/string/
H A Dmemset.S104 sh a1,0(a0) # store one halfword to get aligned
110 sne t1,a2,2 # one more halfword?
/bionic/libc/arch-mips64/string/
H A Dmemset.S104 sh a1,0(a0) # store one halfword to get aligned
110 sne t1,a2,2 # one more halfword?
/bionic/libc/bionic/
H A Dsystem_properties.cpp353 static int cmp_prop_name(const char *one, uint8_t one_len, const char *two, argument
361 return strncmp(one, two, one_len);
/bionic/libc/dns/
H A Dgethnamaddr.c237 * same as the one we sent; this just gets the expanded name
451 * Note: we sort even if host can take only one address
453 * address in that case, not some random one
539 const int one = 1; local
547 setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one));
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h70 * compute (d*10^k) * 10^(e-k) with just one roundoff.
74 * one bit; only in really hard cases do we need to
103 * arithmetic when the result could be computed with one rounding error.
147 * preceded by 0x or 0X) and spaces; if there is only one string
160 * in pow5mult, ensures lazy evaluation of only one copy of high
274 Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
/bionic/libc/dns/net/
H A Dgetaddrinfo.c418 const int one = 1; local
441 setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one));
1267 * We currently assume a one-to-one mapping between links
1360 * same as the one we sent; this just gets the expanded name
2297 * We do at least one level of search if
2299 * - there is at least one dot, there is no trailing dot,
2358 * we only wanted one iteration of the loop, so stop.
2381 * else send back meaningless h_errno, that being the one fro
[all...]
/bionic/libc/
H A DAndroid.mk602 # tzcode doesn't include wcsftime, so we use the OpenBSD one.

Completed in 394 milliseconds

123