Home
last modified time | relevance | path

Searched defs:s02 (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dcall07.f9011 subroutine s02(p) subroutine
29 call s02(a02) ! ok argument
Dcall06.f9014 subroutine s02(x) subroutine
15 real, allocatable :: x[:]
Dcall04.f9030 subroutine s02(x) ! C846 subroutine
32 type(hasCoarray), intent(out) :: x local
Dcall09.f9019 subroutine s02(p) subroutine
20 procedure(realfunc), pointer :: p local
Dcall08.f9014 subroutine s02(x) subroutine
Dcall10.f9073 pure subroutine s02(a) ! C1587 subroutine
75 type(impureFinal), intent(out) :: a local
Dfinal01.f9033 final :: s01, s02, s03, s04, s05, s06, s07, s08, s09, s10 method
61 subroutine s02(x) subroutine
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestCustomValueInstDefaults.java60 s01, s02, s03, s04, s05, s06, s07, s08, field in TestCustomValueInstDefaults.BigBucket
82 @JsonProperty("s02") String s02, in BigBucket()
178 String s02 = BigBucket.DEFAULT_S; in createFromObjectWith() local
/external/fdlibm/
De_j1.c82 s02 = 1.85946785588630915560e-04, /* 0x3F285F56, 0xB9CDF664 */ variable
/external/libaom/libaom/av1/common/x86/
Dselfguided_avx2.c58 const __m256i s02 = _mm256_insertf128_si256(_mm256_setzero_si256(), s01, 1); in scan_32() local
/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_10bit_sse4.cc148 const __m128i s02 = _mm_add_epi16(s[0], s[2]); in WienerHorizontalTap3() local
Dloop_restoration_10bit_avx2.cc101 const __m256i s02 = _mm256_add_epi16(s[0], s[2]); in WienerHorizontalTap3Kernel() local