Home
last modified time | relevance | path

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

/external/llvm-project/flang/test/Semantics/
Dcall09.f9019 subroutine s02(p) subroutine
69 call s02(realfunc)
70 call s02(p) ! ok
72 call s02(ip)
74 call s02(procptr())
76 call s02(null())
78 call s02(null(p))
80 call s02(sin)
Dcall07.f9011 subroutine s02(p) subroutine
29 call s02(a02) ! ok argument
32 call s02(a03)
Dcall08.f9014 subroutine s02(x) subroutine
30 call s02(c2) ! ok
38 call s02(c1)
Dcall06.f9014 subroutine s02(x) subroutine
42 call s02(cov) ! ok
45 call s02(com)
Dfinal01.f9033 final :: s01, s02, s03, s04, s05, s06, s07, s08, s09, s10 method
61 subroutine s02(x) subroutine
Dcall04.f9030 subroutine s02(x) ! C846 subroutine
Dcall10.f9073 pure subroutine s02(a) ! C1587 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() argument
107 this.s01 = s01; this.s02 = s02; this.s03 = s03; this.s04 = s04; in BigBucket()
178 String s02 = BigBucket.DEFAULT_S; in createFromObjectWith() local
214 else if (name.equals("s02")) s02 = (String) value; in createFromObjectWith()
234 s01, s02, s03, s04, s05, s06, s07, s08, in createFromObjectWith()
514 assertEquals(BigBucket.DEFAULT_S, big.s02); in testMoreThan32CreatorParams()
/external/fdlibm/
De_j1.c82 s02 = 1.85946785588630915560e-04, /* 0x3F285F56, 0xB9CDF664 */ variable
130 s = one+z*(s01+z*(s02+z*(s03+z*(s04+z*s05))));
/external/libaom/libaom/av1/common/x86/
Dselfguided_avx2.c58 const __m256i s02 = _mm256_insertf128_si256(_mm256_setzero_si256(), s01, 1); in scan_32() local
59 return _mm256_add_epi32(x04, s02); in scan_32()
/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_10bit_sse4.cc148 const __m128i s02 = _mm_add_epi16(s[0], s[2]); in WienerHorizontalTap3() local
149 const __m128i ss0 = _mm_unpacklo_epi16(s02, s[1]); in WienerHorizontalTap3()
150 const __m128i ss1 = _mm_unpackhi_epi16(s02, s[1]); in WienerHorizontalTap3()
Dloop_restoration_10bit_avx2.cc101 const __m256i s02 = _mm256_add_epi16(s[0], s[2]); in WienerHorizontalTap3Kernel() local
102 const __m256i ss0 = _mm256_unpacklo_epi16(s02, s[1]); in WienerHorizontalTap3Kernel()
103 const __m256i ss1 = _mm256_unpackhi_epi16(s02, s[1]); in WienerHorizontalTap3Kernel()