Home
last modified time | relevance | path

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

1234

/external/arm-optimized-routines/math/aarch64/advsimd/
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
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
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
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
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
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
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
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
Dv_sincospi_common.h40 uint64x2_t odd = vshlq_n_u64 ( in v_sincospi_inline() local
Dv_sincospif_common.h34 uint32x4_t odd = vshlq_n_u32 ( in v_sincospif_inline() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h78 vec_unpacklo_epi32 (__m128i even, __m128i odd) in vec_unpacklo_epi32()
91 vec_unpackhi_epi32 (__m128i even, __m128i odd) in vec_unpackhi_epi32()
104 vec_unpacklo_epi64 (__m128i even, __m128i odd) in vec_unpacklo_epi64()
117 vec_unpackhi_epi64 (__m128i even, __m128i odd) in vec_unpackhi_epi64()
/external/pdfium/fxbarcode/oned/
DBC_OnedEANChecksum.cpp10 int32_t odd = 0; in EANCalcChecksum() local
/external/clang/test/Analysis/
DNewDelete-path-notes.cpp23 void test(Odd *odd) { in test() argument
/external/trusty/musl/src/math/
D__tandf.c28 float __tandf(double x, int odd) in __tandf()
D__tan.c66 double __tan(double x, double y, int odd) in __tan()
/external/musl/src/math/
D__tandf.c28 float __tandf(double x, int odd) in __tandf()
D__tan.c66 double __tan(double x, double y, int odd) in __tan()
/external/libvpx/vpx_dsp/ppc/
Dbitdepth_conversion_vsx.h37 const int32x4_t odd = vec_mulo(v, one); in store_tran_low() local
/external/cronet/tot/third_party/libc++/src/test/std/library/description/conventions/customization.point.object/
Dniebloid.compile.pass.cpp58 auto odd = [](int x) { return x % 2 != 0; }; in __anon61e56dd30102() variable
/external/cronet/stable/third_party/libc++/src/test/std/library/description/conventions/customization.point.object/
Dniebloid.compile.pass.cpp58 auto odd = [](int x) { return x % 2 != 0; }; in __anon811c8f370102() variable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/crc32fast-1.4.2/src/
Dcombine.rs25 let mut odd = [0u32; GF2_DIM]; /* odd-power-of-two zeros operator */ in combine() localVariable
/external/rust/android-crates-io/crates/crc32fast/src/
Dcombine.rs25 let mut odd = [0u32; GF2_DIM]; /* odd-power-of-two zeros operator */ in combine() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/crc32fast-1.4.2/src/
Dcombine.rs25 let mut odd = [0u32; GF2_DIM]; /* odd-power-of-two zeros operator */ in combine() localVariable
/external/eigen/Eigen/src/Geometry/
DEulerAngles.h48 const Index odd = ((a0+1)%3 == a1) ? 0 : 1; in eulerAngles() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Drender.rs42 let odd = if height % 2 == 0 { 1 } else { 0 }; in to_string() localVariable

1234