Home
last modified time | relevance | path

Searched defs:ps1 (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm-project/flang/test/Semantics/
Dstructconst04.f9047 pure subroutine ps1(dummy1, dummy2, dummy3, dummy4) subroutine
48 real, target :: local1
49 type(t1) :: x1
50 type(t2) :: x2
51 type(t3) :: x3
52 type(t4) :: x4
53 real, intent(in), target :: dummy1
54 real, intent(inout), target :: dummy2
55 real, pointer :: dummy3
56 real, intent(inout), target :: dummy4[*]
[all …]
Dstructconst03.f9052 pure subroutine ps1(dummy1, dummy2, dummy3, dummy4) subroutine
53 real, target :: local1
54 type(t1(0)) :: x1
55 type(t2(0)) :: x2
56 type(t3(0)) :: x3
57 type(t4(0)) :: x4
58 real, intent(in), target :: dummy1
59 real, intent(inout), target :: dummy2
60 real, pointer :: dummy3
61 real, intent(inout), target :: dummy4[*]
[all …]
/external/python/cpython2/Parser/
Dparsetok.c73 char *ps1, char *ps2, perrdetail *err_ret) in PyParser_ParseFile()
81 char *ps1, char *ps2, perrdetail *err_ret, int flags) in PyParser_ParseFileFlags()
89 char *ps1, char *ps2, perrdetail *err_ret, int *flags) in PyParser_ParseFileFlagsEx()
/external/python/cpython3/Parser/
Dparsetok.c146 const char *ps1, const char *ps2, in PyParser_ParseFile()
156 const char *ps1, const char *ps2, in PyParser_ParseFileFlags()
167 const char *ps1, const char *ps2, in PyParser_ParseFileObject()
194 const char *ps1, const char *ps2, in PyParser_ParseFileFlagsEx()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
Dswap.pass.cpp32 fs::path::string_type ps1 = p1.native(); in main() local
/external/llvm-project/clang/test/PCH/
Dnamespaces.cpp42 used_cls* ps1 = &s1; variable
/external/clang/test/PCH/
Dnamespaces.cpp42 used_cls* ps1 = &s1; variable
/external/python/cpython3/Parser/pegen/
Dpeg_api.c46 const char *enc, const char *ps1, const char* ps2, in PyPegen_ASTFromFileObject()
/external/strace/tests-mx32/
Dpread64-pwrite64.c87 size_t ps1 = get_page_size() - 1; in test_dump() local
Dread-write.c122 size_t ps1 = get_page_size() - 1; in test_dump() local
/external/strace/tests-m32/
Dpread64-pwrite64.c87 size_t ps1 = get_page_size() - 1; in test_dump() local
Dread-write.c122 size_t ps1 = get_page_size() - 1; in test_dump() local
/external/strace/tests/
Dpread64-pwrite64.c87 size_t ps1 = get_page_size() - 1; in test_dump() local
Dread-write.c122 size_t ps1 = get_page_size() - 1; in test_dump() local
/external/libvpx/libvpx/vp8/common/
Dloopfilter_filters.c48 signed char ps1, qs1; in vp8_filter() local
143 signed char ps1 = (signed char)*op1 ^ 0x80; in vp8_mbfilter() local
/external/libaom/libaom/aom_dsp/mips/
Dloopfilter_filters_dspr2.h29 static INLINE void filter_dspr2(uint32_t mask, uint32_t hev, uint32_t *ps1, in filter_dspr2()
194 static INLINE void filter1_dspr2(uint32_t mask, uint32_t hev, uint32_t ps1, in filter1_dspr2()
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.h27 static INLINE void filter_dspr2(uint32_t mask, uint32_t hev, uint32_t *ps1, in filter_dspr2()
192 static INLINE void filter1_dspr2(uint32_t mask, uint32_t hev, uint32_t ps1, in filter1_dspr2()
/external/llvm-project/clang/test/OpenMP/
Dtarget_data_codegen.cpp637 S2 *ps1; in test_present_modifier() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c59 __m128i ps1, qs1, ps0, qs0; in vpx_highbd_lpf_horizontal_16_sse2() local
516 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_8_sse2() local
757 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_4_sse2() local
Dloopfilter_sse2.c1059 const __m128i ps1 = in vpx_lpf_horizontal_8_sse2() local
1301 const __m128i ps1 = in vpx_lpf_horizontal_8_dual_sse2() local
1470 const __m128i ps1 = in vpx_lpf_horizontal_4_dual_sse2() local
Dloopfilter_avx2.c467 __m128i ps1 = _mm_xor_si128(p1, t80); in vpx_lpf_horizontal_16_dual_avx2() local
/external/python/cpython3/Python/
Dpythonrun.c186 const char *ps1 = "", *ps2 = "", *enc = NULL; in PyRun_InteractiveOneObjectEx() local
1443 int start, const char *ps1, in PyParser_ASTFromFileObject()
1475 int start, const char *ps1, in PyParser_ASTFromFile()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc475 PartialTensorShape ps1; in TEST_F() local
554 PartialTensorShape ps1; in TEST_F() local
/external/libwebsockets/plugins/ssh-base/
Dsshd.c1968 uint8_t buf[LWS_PRE + 1024], *pp, *ps = &buf[LWS_PRE + 512], *ps1 = NULL; in lws_callback_raw_sshd() local
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dvp8_loopfilter_filters_dspr2.c131 static __inline void vp8_filter_mips(uint32_t mask, uint32_t hev, uint32_t *ps1, in vp8_filter_mips()
1210 uint32_t *ps2, uint32_t *ps1, in vp8_mbfilter_mips()

12