/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | cospi.c | 30 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case() 52 uint64x2_t odd = vshlq_n_u64 (vcvtnq_u64_f64 (r), 63); in V_NAME_D1() local 57 uint64x2_t odd in V_NAME_D1() local
|
H A D | cospif.c | 26 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case() 47 uint32x4_t odd = vshlq_n_u32 (vcvtnq_u32_f32 (r), 31); in V_NAME_F1() local 53 uint32x4_t odd in V_NAME_F1() local
|
H A D | sinpif.c | 28 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case() 56 uint32x4_t odd in V_NAME_F1() local
|
H A D | sinpi.c | 33 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case() 61 uint64x2_t odd in V_NAME_D1() local
|
H A D | cosf.c | 33 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case() 44 uint32x4_t odd, cmp; in V_NAME_F1() local
|
H A D | sinf.c | 40 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case() 51 uint32x4_t odd, cmp; in V_NAME_F1() local
|
H A D | cos.c | 33 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case() 43 uint64x2_t odd, cmp; in V_NAME_D1() local
|
H A D | sin.c | 40 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case() 59 uint64x2_t odd, cmp; in V_NAME_D1() local
|
H A D | v_sincospif_common.h | 34 uint32x4_t odd = vshlq_n_u32 ( in v_sincospif_inline() local
|
H A D | v_sincospi_common.h | 40 uint64x2_t odd = vshlq_n_u64 ( in v_sincospi_inline() local
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/ |
H A D | tst.usdt.c | 50 const char *odd, *even, *action; in main() local
|
/freebsd/lib/msun/ld128/ |
H A D | s_tanpil.c | 74 double odd; in tanpil() local
|
/freebsd/lib/msun/src/ |
H A D | s_tanpif.c | 61 float ax, hi, lo, odd, t; in tanpif() local
|
H A D | s_tanpi.c | 113 double ax, hi, lo, odd, t; in tanpi() local
|
/freebsd/lib/msun/ld80/ |
H A D | s_tanpil.c | 75 long double ax, hi, lo, odd, t; in tanpil() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sinf.c | 61 svuint32_t odd = svlsl_x (pg, svreinterpret_u32 (n), 31); in SV_NAME_F1() local
|
H A D | sv_sincospi_common.h | 66 svuint64_t odd = svlsl_x (pt, svreinterpret_u64 (svcvt_s64_z (pg, rx)), 63); in sv_sincospi_inline() local
|
H A D | sin.c | 58 svuint64_t odd = svlsl_x (pg, svreinterpret_u64 (n), 63); in SV_NAME_D1() local
|
H A D | sv_sincospif_common.h | 58 svuint32_t odd = svlsl_x (pt, svreinterpret_u32 (svcvt_s32_z (pg, rx)), 31); in sv_sincospif_inline() local
|
/freebsd/sys/libkern/x86/ |
H A D | crc32_sse42.c | 133 uint32_t odd[32]; /* odd-power-of-two zeros operator */ in crc32c_zeros_op() local
|
/freebsd/contrib/diff/src/ |
H A D | analyze.c | 106 bool odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd in diag() local
|
/freebsd/sys/geom/ |
H A D | geom_dev.c | 531 off_t offset, length, chunk, odd; in g_dev_ioctl() local
|
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 585 uint32_t odd = (uint32_t)current >> pos; in recode_wnaf() local
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_cab.c | 102 unsigned char odd; member 1136 int odd = sumbytes & 3; in cab_checksum_update() local
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_e82545.c | 997 unsigned int now, odd; in e82545_iov_checksum() local
|