Searched refs:s2 (Results 26 - 33 of 33) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgammaf_r.c64 s2 = 3.2577878237e-01, /* 0x3ea6cc7a */ variable
197 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
H A Dlgammal.c170 s2 = -6.573568698209374121847873064292963089438E6L, variable
305 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
/fuchsia/zircon/system/ulib/fdio/
H A Dbsdsocket.c30 zx_status_t zxsio_accept(fdio_t* io, zx_handle_t* s2);
233 zx_handle_t s2; local
234 zx_status_t r = zxsio_accept(io, &s2);
243 if ((io2 = fdio_socket_create_stream(s2, IOFLAG_SOCKET_CONNECTED)) == NULL) {
H A Dsocket.c38 zx_status_t zxsio_accept(fdio_t* io, zx_handle_t* s2) { argument
47 r = zx_socket_accept(sio->s, s2);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmkinit.c147 #define equal(s1, s2) (strcmp(s1, s2) == 0)
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dinternal.h692 static inline int OPENSSL_memcmp(const void *s1, const void *s2, size_t n) { argument
697 return memcmp(s1, s2, n);
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in4058 my ($sample_adjustment, $sampling_algorithm, $n1, $s1, $n2, $s2) = @_;
4072 my $ratio = (($s2*1.0)/$n2)/($sample_adjustment);
4075 $s2 *= $scale_factor;
4085 $ratio = (($s2*1.0)/$n2)/($sample_adjustment);
4088 $s2 /= $ratio;
4092 return ($n1, $s1, $n2, $s2);
4153 # that the total-allocated stats ($n2,$s2) are exactly the
4158 my ($n1, $s1, $n2, $s2) = ($1, $2, $3, $4);
4159 if (($n1 == $n2) && ($s1 == $s2)) {
4205 my ($n1, $s1, $n2, $s2)
[all...]
/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp359 ssize_t s2 = static_cast<ssize_t>(static_cast<const PartitionPosition*>(p2)->start);
360 return static_cast<int>(s1 - s2);

Completed in 112 milliseconds

12