Searched refs:odd (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A D__tandf.c28 float __tandf(double x, int odd) { argument
52 return odd ? -1.0 / r : r;
H A D__tan.c15 * Input odd indicates whether tan (if odd = 0) or -1/tan (if odd = 1) is returned.
20 * odd polynomial is not evaluated in a way that preserves -0.
22 * 3. tan(x) is approximated by a odd polynomial of degree 27 on
67 double __tan(double x, double y, int odd) { argument
97 s = 1 - 2 * odd;
101 if (!odd)
H A D__tanl.c114 long double __tanl(long double x, long double y, int odd) { argument
137 s = 1 - 2 * odd;
141 if (!odd)
/fuchsia/zircon/third_party/ulib/cksum/
H A Dcrc32.c344 uint32_t odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
350 /* put operator for one zero bit in odd */
351 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
354 odd[n] = row;
359 gf2_matrix_square(even, odd);
361 /* put operator for four zero bits in odd */
362 gf2_matrix_square(odd, even);
368 gf2_matrix_square(even, odd);
377 /* another iteration of the loop with odd an
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-armv8.pl346 my $odd = pop;
370 "&ext ('$d','$d','$d',$odd?4:12)",
371 "&ext ('$b','$b','$b',$odd?12:4)"

Completed in 80 milliseconds