Searched defs:s06 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | call06.f90 | 26 subroutine s06(x) subroutine 27 real, allocatable, intent(in out) :: x local
|
D | call04.f90 | 52 subroutine s06(x) ! C847 subroutine 55 type(lock_type), intent(out) :: x local
|
D | final01.f90 | 33 final :: s01, s02, s03, s04, s05, s06, s07, s08, s09, s10 method 73 subroutine s06(x) subroutine 74 type(child(kind1=6, len1=*, len2=*)), allocatable :: x local
|
D | call10.f90 | 104 pure subroutine s06 ! C1589 subroutine
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | TestCustomValueInstDefaults.java | 60 s01, s02, s03, s04, s05, s06, s07, s08, field in TestCustomValueInstDefaults.BigBucket 86 @JsonProperty("s06") String s06, in BigBucket() 182 String s06 = BigBucket.DEFAULT_S; in createFromObjectWith() local
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | loop_restoration_10bit_sse4.cc | 75 const __m128i s06 = _mm_add_epi16(s[0], s[6]); in WienerHorizontalTap7() local
|
D | loop_restoration_10bit_avx2.cc | 61 const __m256i s06 = _mm256_add_epi16(s[0], s[6]); in WienerHorizontalTap7Kernel() local
|