Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dv_cospi_3u1.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 Dv_cospif_3u2.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 Dv_sinpi_3u1.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 Dv_sinpif_3u.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
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A 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()
/aosp_15_r20/external/arm-optimized-routines/math/aarch64/
H A Dv_cosf.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 Dv_sinf.c37 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case()
48 uint32x4_t odd, cmp; in V_NAME_F1() local
H A Dv_cos.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 Dv_sin.c37 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case()
56 uint64x2_t odd, cmp; in V_NAME_D1() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_iterators.cpp145 bool odd=((i.end()-i.begin())%2)!=0; in test_non_const_rnd_iterators() local
193 bool odd=((i.end()-i.begin())%2)!=0; in test_const_rnd_iterators() local
/aosp_15_r20/art/runtime/
H A Dnative_stack_dump.cc84 static inline void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix()
110 bool odd; // Print state for indentation of lines. member
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_4t_intrin_sse2.c33 __m128i even, odd; in vpx_filter_block1d16_h4_sse2() local
267 __m128i even, odd; in vpx_filter_block1d8_h4_sse2() local
620 __m128i even, odd; in vpx_highbd_filter_block1d4_h4_sse2() local
783 __m128i even, odd; in vpx_highbd_filter_block1d8_h4_sse2() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.h83 VkPipelineLayout odd; member
89 VkPipeline odd; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp266 nir_def *odd = nir_build_alu(b, nir_op_imod, in d3d12_begin_emit_primitives_gs() local
454 nir_def *odd = nir_imod_imm(b, nir_load_primitive_id(b), 2); in d3d12_emit_triangles() local
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_tst_excl.cpp188 bool odd = false; in do_rd_inc_wr_twice_v3() local
433 bool odd = false; in do_rd_inc_wr_twice_v4() local
/aosp_15_r20/art/tools/signal_dumper/
H A Dsignal_dumper.cc146 bool odd; // Print state for indentation of lines. member
192 void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1112 RepeatedPipelineInstance(Context &context, uint32_t xSize, uint32_t repeat, uint32_t odd) in RepeatedPipelineInstance()
1131uint32_t odd, const vk::ComputePipelineConstructionType computePipelineConstructionType) in RepeatedPipelineTest()
1346 uint32_t odd = odds[j]; in AddRepeatedPipelineTests() local
/aosp_15_r20/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsSubaddress.java22 public byte odd; field in CdmaSmsSubaddress
/aosp_15_r20/external/pdfium/fxbarcode/oned/
H A DBC_OnedEANChecksum.cpp10 int32_t odd = 0; in EANCalcChecksum() local
/aosp_15_r20/external/clang/test/Analysis/
H A DNewDelete-path-notes.cpp23 void test(Odd *odd) { in test() argument
/aosp_15_r20/external/musl/src/math/
H A D__tandf.c28 float __tandf(double x, int odd) in __tandf()
/aosp_15_r20/external/trusty/musl/src/math/
D__tandf.c28 float __tandf(double x, int odd) in __tandf()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.messaging-V1-ndk-source/gen/include/aidl/android/hardware/radio/messaging/
DCdmaSmsSubaddress.h26 bool odd = false; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.messaging-V1-ndk-source/gen/include/aidl/android/hardware/radio/messaging/
DCdmaSmsSubaddress.h26 bool odd = false; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.messaging-V1-ndk-source/gen/include/aidl/android/hardware/radio/messaging/
DCdmaSmsSubaddress.h26 bool odd = false; variable

12345678910