Home
last modified time | relevance | path

Searched defs:odd (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dcospi.c30 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 Dcospif.c26 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 Dsinpif.c28 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 Dsinpi.c33 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 Dcosf.c33 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 Dsinf.c40 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 Dcos.c33 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 Dsin.c40 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 Dv_sincospif_common.h34 uint32x4_t odd = vshlq_n_u32 ( in v_sincospif_inline() local
H A Dv_sincospi_common.h40 uint64x2_t odd = vshlq_n_u64 ( in v_sincospi_inline() local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c50 const char *odd, *even, *action; in main() local
/freebsd/lib/msun/ld128/
H A Ds_tanpil.c74 double odd; in tanpil() local
/freebsd/lib/msun/src/
H A Ds_tanpif.c61 float ax, hi, lo, odd, t; in tanpif() local
H A Ds_tanpi.c113 double ax, hi, lo, odd, t; in tanpi() local
/freebsd/lib/msun/ld80/
H A Ds_tanpil.c75 long double ax, hi, lo, odd, t; in tanpil() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsinf.c61 svuint32_t odd = svlsl_x (pg, svreinterpret_u32 (n), 31); in SV_NAME_F1() local
H A Dsv_sincospi_common.h66 svuint64_t odd = svlsl_x (pt, svreinterpret_u64 (svcvt_s64_z (pg, rx)), 63); in sv_sincospi_inline() local
H A Dsin.c58 svuint64_t odd = svlsl_x (pg, svreinterpret_u64 (n), 63); in SV_NAME_D1() local
H A Dsv_sincospif_common.h58 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 Dcrc32_sse42.c133 uint32_t odd[32]; /* odd-power-of-two zeros operator */ in crc32c_zeros_op() local
/freebsd/contrib/diff/src/
H A Danalyze.c106 bool odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd in diag() local
/freebsd/sys/geom/
H A Dgeom_dev.c531 off_t offset, length, chunk, odd; in g_dev_ioctl() local
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c585 uint32_t odd = (uint32_t)current >> pos; in recode_wnaf() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c102 unsigned char odd; member
1136 int odd = sumbytes & 3; in cab_checksum_update() local
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c997 unsigned int now, odd; in e82545_iov_checksum() local

12