/aosp_15_r20/external/arm-optimized-routines/pl/math/ |
H A D | v_cospi_3u1.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 | v_cospif_3u2.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 | v_sinpi_3u1.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 | v_sinpif_3u.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
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A 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()
|
/aosp_15_r20/external/arm-optimized-routines/math/aarch64/ |
H A D | v_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 | v_sinf.c | 37 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 D | v_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 | v_sin.c | 37 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/ |
D | test_iterators.cpp | 145 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 D | native_stack_dump.cc | 84 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 D | vpx_subpixel_4t_intrin_sse2.c | 33 __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 D | radix_sort_vk.h | 83 VkPipelineLayout odd; member 89 VkPipeline odd; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_gs_variant.cpp | 266 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 D | sg_tst_excl.cpp | 188 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 D | signal_dumper.cc | 146 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 D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1112 RepeatedPipelineInstance(Context &context, uint32_t xSize, uint32_t repeat, uint32_t odd) in RepeatedPipelineInstance() 1131 … uint32_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 D | CdmaSmsSubaddress.java | 22 public byte odd; field in CdmaSmsSubaddress
|
/aosp_15_r20/external/pdfium/fxbarcode/oned/ |
H A D | BC_OnedEANChecksum.cpp | 10 int32_t odd = 0; in EANCalcChecksum() local
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | NewDelete-path-notes.cpp | 23 void test(Odd *odd) { in test() argument
|
/aosp_15_r20/external/musl/src/math/ |
H A D | __tandf.c | 28 float __tandf(double x, int odd) in __tandf()
|
/aosp_15_r20/external/trusty/musl/src/math/ |
D | __tandf.c | 28 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/ |
D | CdmaSmsSubaddress.h | 26 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/ |
D | CdmaSmsSubaddress.h | 26 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/ |
D | CdmaSmsSubaddress.h | 26 bool odd = false; variable
|