Home
last modified time | relevance | path

Searched refs:s2 (Results 1 – 25 of 49) sorted by relevance

12

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dspline.inl17 typename genType::value_type s2 = pow2(s); local
20 typename genType::value_type f1 = -s3 + typename genType::value_type(2) * s2 - s;
21 …= typename genType::value_type(3) * s3 - typename genType::value_type(5) * s2 + typename genType::…
22 …::value_type f3 = typename genType::value_type(-3) * s3 + typename genType::value_type(4) * s2 + s;
23 typename genType::value_type f4 = s3 - s2;
40 typename genType::value_type s2 = pow2(s); local
43 …= typename genType::value_type(2) * s3 - typename genType::value_type(3) * s2 + typename genType::…
44 …Type::value_type f2 = typename genType::value_type(-2) * s3 + typename genType::value_type(3) * s2;
45 typename genType::value_type f3 = s3 - typename genType::value_type(2) * s2 + s;
46 typename genType::value_type f4 = s3 - s2;
Deuler_angles.inl146 T s2 = glm::sin(-t2); local
151 Result[0][1] =-c1 * s3 + s1 * s2 * c3;
152 Result[0][2] = s1 * s3 + c1 * s2 * c3;
155 Result[1][1] = c1 * c3 + s1 * s2 * s3;
156 Result[1][2] =-s1 * c3 + c1 * s2 * s3;
158 Result[2][0] =-s2;
Dsimd_vec4.hpp109 fvec4SIMD(vec2 const & v, float const & s1, float const & s2);
110 fvec4SIMD(float const & s1, vec2 const & v, float const & s2);
111 fvec4SIMD(float const & s1, float const & s2, vec2 const & v);
Dsimd_vec4.inl56 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec2 const & v, float const & s1, float const & s2) : argument
57 Data(_mm_set_ps(s2, s1, v.y, v.x))
60 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s1, vec2 const & v, float const & s2) : argument
61 Data(_mm_set_ps(s2, v.y, v.x, s1))
64 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s1, float const & s2, vec2 const & v) : argument
65 Data(_mm_set_ps(v.y, v.x, s2, s1))
Dquaternion.hpp56 tquat<T, P> const & s2,
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglValidate.cpp86 EGLSurface s2) { in releaseContext() argument
89 (s2 == EGL_NO_SURFACE); in releaseContext()
95 EGLSurface s2) { in badContextMatch() argument
97 ? (s1 == EGL_NO_SURFACE || s2 == EGL_NO_SURFACE) in badContextMatch()
98 : (s1 != EGL_NO_SURFACE || s2 != EGL_NO_SURFACE); in badContextMatch()
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_platform.h576 __CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3; }; member
595 __CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7; }; member
614 …__CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF… member
651 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3; }; member
670 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7; }; member
689 …__CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, s… member
726 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3; }; member
745 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7; }; member
764 …__CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, s… member
801 __CL_ANON_STRUCT__ struct{ cl_ushort s0, s1, s2, s3; }; member
[all …]
/hardware/google/aemu/base/
DStringFormat_unittest.cpp44 std::string s2 = std::string(s.c_str() + n * kPieceLen, kPieceLen); in TEST() local
45 EXPECT_STREQ(kPiece, s2.c_str()) << "Index #" << n; in TEST()
74 std::string s2 = std::string(s.c_str() + n * kPieceLen, kPieceLen); in TEST() local
75 EXPECT_STREQ(kPiece, s2.c_str()) << "Index #" << n; in TEST()
/hardware/google/aemu/base/include/aemu/base/logging/
DLog.h303 friend bool operator==(const LogParams& s1, const LogParams& s2) {
304 return s1.lineno == s2.lineno && s1.severity == s2.severity && s1.quiet == s2.quiet &&
305 ((s1.file == nullptr && s2.file == nullptr) || // both null..
306 (s1.file != nullptr && s2.file != nullptr &&
307 (s1.file == s2.file || strcmp(s1.file, s2.file) == 0)) // or the same
/hardware/interfaces/gnss/aidl/default/
DGnssConfiguration.h35 inline bool operator()(const BlocklistedSource& s1, const BlocklistedSource& s2) const { in operator()
36 return (s1.constellation == s2.constellation) && (s1.svid == s2.svid); in operator()
/hardware/interfaces/gnss/common/utils/default/include/v2_1/
DGnssConfiguration.h39 const ::android::hardware::gnss::V2_1::IGnssConfiguration::BlacklistedSource& s2) in operator()
41 return (s1.constellation == s2.constellation) && (s1.svid == s2.svid); in operator()
/hardware/interfaces/gnss/1.1/default/
DGnssConfiguration.h36 inline bool operator()(const BlacklistedSource& s1, const BlacklistedSource& s2) const { in operator()
37 return (s1.constellation == s2.constellation) && (s1.svid == s2.svid); in operator()
/hardware/qcom/sm7150/gps/utils/
DLocUnorderedSetMap.h57 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() argument
59 for (auto b = s2.begin(); b != s2.end(); b++) { in removeAndReturnInterset()
66 s2.erase(b); in removeAndReturnInterset()
/hardware/qcom/sm8150/gps/utils/
DLocUnorderedSetMap.h64 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() argument
66 for (auto b = s2.begin(); b != s2.end(); b++) { in removeAndReturnInterset()
73 s2.erase(b); in removeAndReturnInterset()
/hardware/qcom/sm7250/gps/utils/
DLocUnorderedSetMap.h64 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() argument
66 for (auto b = s2.begin(); b != s2.end(); b++) { in removeAndReturnInterset()
73 s2.erase(b); in removeAndReturnInterset()
/hardware/qcom/sm8150p/gps/utils/
DLocUnorderedSetMap.h57 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() argument
59 for (auto b = s2.begin(); b != s2.end(); b++) { in removeAndReturnInterset()
66 s2.erase(b); in removeAndReturnInterset()
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/
DSignedPubKey.cddl37 AlgorithmES256 = -7 ; [RFC9053 s2.1]
38 AlgorithmEdDSA = -8 ; [RFC9053 s2.2]
/hardware/google/aemu/base/include/aemu/base/sockets/
DSocketUtils.h92 int socketCreatePair(int *s1, int* s2);
/hardware/google/pixel/vibrator/cs40l26/tests/
Dtest-vibrator.cpp409 Sequence s1, s2; in TEST_F() local
413 .InSequence(s1, s2) in TEST_F()
418 .InSequence(s2) in TEST_F()
420 EXPECT_CALL(*mMockStats, logLatencyEnd()).InSequence(s1, s2).WillOnce(DoDefault()); in TEST_F()
422 .InSequence(s1, s2) in TEST_F()
478 Sequence s1, s2; in TEST_F() local
480 EXPECT_CALL(*mMockApi, getHapticAlsaDevice(_, _)).InSequence(s2).WillOnce(Return(true)); in TEST_F()
482 .InSequence(s1, s2) in TEST_F()
489 Sequence s1, s2, s3, s4; in TEST_F() local
497 EXPECT_CALL(*mMockApi, getHapticAlsaDevice(_, _)).InSequence(s2).WillOnce(Return(true)); in TEST_F()
[all …]
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp509 int s1, s2, w0, w1, w2, w3; in init_decimation_info_3d() local
514 s2 = N; in init_decimation_info_3d()
522 s2 = 1; in init_decimation_info_3d()
530 s2 = NM; in init_decimation_info_3d()
538 s2 = 1; in init_decimation_info_3d()
546 s2 = NM; in init_decimation_info_3d()
554 s2 = N; in init_decimation_info_3d()
562 s2 = N; in init_decimation_info_3d()
571 qweight[2] = qweight[1] + s2; in init_decimation_info_3d()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c953 bcmstricmp(const char *s1, const char *s2) in bcmstricmp() argument
957 while (*s2 && *s1) { in bcmstricmp()
959 sc = xToLower(*s2); in bcmstricmp()
963 s2++; in bcmstricmp()
966 if (*s1 && !*s2) return 1; in bcmstricmp()
967 if (!*s1 && *s2) return -1; in bcmstricmp()
987 bcmstrnicmp(const char* s1, const char* s2, int cnt) in bcmstrnicmp() argument
991 while (*s2 && *s1 && cnt) { in bcmstrnicmp()
993 sc = xToLower(*s2); in bcmstrnicmp()
997 s2++; in bcmstrnicmp()
[all …]
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXos_r.h793 # define _XStrtok(s1,s2,p) \ argument
794 ( p = 0, (void)p, strtok((s1),(s2)) )
799 # define _XStrtok(s1,s2,p) \ argument
801 ((p) = strtok((s1),(s2))), \
808 # define _XStrtok(s1,s2,p) strtok_r((s1),(s2),&(p)) argument
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/
DgenerateCertificateRequestV2.cddl166 AlgorithmES256 = -7 ; [RFC9053 s2.1]
167 AlgorithmES384 = -35 ; [RFC9053 s2.1]
168 AlgorithmEdDSA = -8 ; [RFC9053 s2.2]
/hardware/interfaces/identity/aidl/default/libeic/
DEicOps.h153 int eicCryptoMemCmp(const void* s1, const void* s2, size_t n);
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-vibrator.cpp345 Sequence s1, s2, s3; in TEST_F() local
349 .InSequence(s1, s2, s3) in TEST_F()
353 EXPECT_CALL(*mMockApi, setEffectIndex(ON_EFFECT_INDEX)).InSequence(s2).WillOnce(DoDefault()); in TEST_F()
355 EXPECT_CALL(*mMockStats, logLatencyEnd()).InSequence(s1, s2, s3).WillOnce(DoDefault()); in TEST_F()
356 EXPECT_CALL(*mMockApi, setActivate(true)).InSequence(s1, s2, s3).WillOnce(Return(true)); in TEST_F()

12