/external/arm-optimized-routines/math/aarch64/advsimd/ |
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
D | v_sincospi_common.h | 40 uint64x2_t odd = vshlq_n_u64 ( in v_sincospi_inline() local
|
D | v_sincospif_common.h | 34 uint32x4_t odd = vshlq_n_u32 ( in v_sincospif_inline() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pwr8.h | 78 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/ |
D | BC_OnedEANChecksum.cpp | 10 int32_t odd = 0; in EANCalcChecksum() local
|
/external/clang/test/Analysis/ |
D | NewDelete-path-notes.cpp | 23 void test(Odd *odd) { in test() argument
|
/external/trusty/musl/src/math/ |
D | __tandf.c | 28 float __tandf(double x, int odd) in __tandf()
|
D | __tan.c | 66 double __tan(double x, double y, int odd) in __tan()
|
/external/musl/src/math/ |
D | __tandf.c | 28 float __tandf(double x, int odd) in __tandf()
|
D | __tan.c | 66 double __tan(double x, double y, int odd) in __tan()
|
/external/libvpx/vpx_dsp/ppc/ |
D | bitdepth_conversion_vsx.h | 37 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/ |
D | niebloid.compile.pass.cpp | 58 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/ |
D | niebloid.compile.pass.cpp | 58 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/ |
D | combine.rs | 25 let mut odd = [0u32; GF2_DIM]; /* odd-power-of-two zeros operator */ in combine() localVariable
|
/external/rust/android-crates-io/crates/crc32fast/src/ |
D | combine.rs | 25 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/ |
D | combine.rs | 25 let mut odd = [0u32; GF2_DIM]; /* odd-power-of-two zeros operator */ in combine() localVariable
|
/external/eigen/Eigen/src/Geometry/ |
D | EulerAngles.h | 48 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/ |
D | render.rs | 42 let odd = if height % 2 == 0 { 1 } else { 0 }; in to_string() localVariable
|