Home
last modified time | relevance | path

Searched refs:s3 (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dspline.inl18 typename genType::value_type s3 = pow3(s); local
20 typename genType::value_type f1 = -s3 + typename genType::value_type(2) * s2 - s;
21 …typename genType::value_type f2 = typename genType::value_type(3) * s3 - typename genType::value_t…
22 …typename genType::value_type f3 = typename genType::value_type(-3) * s3 + typename genType::value_…
23 typename genType::value_type f4 = s3 - s2;
41 typename genType::value_type s3 = pow3(s); local
43 …typename genType::value_type f1 = typename genType::value_type(2) * s3 - typename genType::value_t…
44 …typename genType::value_type f2 = typename genType::value_type(-2) * s3 + typename genType::value_…
45 typename genType::value_type f3 = s3 - typename genType::value_type(2) * s2 + s;
46 typename genType::value_type f4 = s3 - s2;
Deuler_angles.inl147 T s3 = glm::sin(-t3); local
151 Result[0][1] =-c1 * s3 + s1 * s2 * c3;
152 Result[0][2] = s1 * s3 + c1 * s2 * c3;
154 Result[1][0] = c2 * s3;
155 Result[1][1] = c1 * c3 + s1 * s2 * s3;
156 Result[1][2] =-s1 * c3 + c1 * s2 * s3;
/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/pixel/vibrator/cs40l25/tests/
Dtest-vibrator.cpp345 Sequence s1, s2, s3; in TEST_F() local
349 .InSequence(s1, s2, s3) in TEST_F()
354 EXPECT_CALL(*mMockApi, setDuration(Ge(duration))).InSequence(s3).WillOnce(Return(true)); 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()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp291 int s3 = p12 + p20; in partition_mismatch3() local
292 int v1 = astc::min(s2, s3) + p01; in partition_mismatch3()
Dwuffs-v0.3.c15748 uint32_t s3 = alphabet[0xFF & (s >> 24)]; in wuffs_base__base_64__decode() local
15750 if (((s0 | s1 | s2 | s3) & 0xC0) != 0) { in wuffs_base__base_64__decode()
15776 s = (s0 << 18) | (s1 << 12) | (s2 << 6) | (s3 << 0); in wuffs_base__base_64__decode()
17031 uint8_t s3 = s[3]; in wuffs_base__pixel_swizzler__swap_rgbx_bgrx__sse42() local
17035 d[3] = s3; in wuffs_base__pixel_swizzler__swap_rgbx_bgrx__sse42()
17060 uint8_t s3 = s[3]; in wuffs_base__pixel_swizzler__swap_rgbx_bgrx() local
17064 d[3] = s3; in wuffs_base__pixel_swizzler__swap_rgbx_bgrx()
18579 uint8_t s3 = s[3]; in wuffs_base__pixel_swizzler__bgra_nonpremul_4x16le__bgra_nonpremul__src() local
18586 d[6] = s3; in wuffs_base__pixel_swizzler__bgra_nonpremul_4x16le__bgra_nonpremul__src()
18587 d[7] = s3; in wuffs_base__pixel_swizzler__bgra_nonpremul_4x16le__bgra_nonpremul__src()
[all …]
Dstb_image.h2396 #define STBI__IDCT_1D(s0,s1,s2,s3,s4,s5,s6,s7) \ argument
2413 t2 = s3; \
/hardware/google/pixel/vibrator/cs40l26/tests/
Dtest-vibrator.cpp489 Sequence s1, s2, s3, s4; in TEST_F() local
498 EXPECT_CALL(*mMockApi, setHapticPcmAmp(_, true, _, _)).InSequence(s3).WillOnce(Return(true)); in TEST_F()
506 .InSequence(s1, s2, s3, s4) in TEST_F()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.cpp1068 DSSubscriber s3(locEng->ds_nif, mID); in proc() local
1069 if(locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng.cpp1181 DSSubscriber s3(locEng->ds_nif, mID); in proc() local
1182 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.cpp1170 DSSubscriber s3(locEng->ds_nif, mID); in proc() local
1171 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng.cpp1168 DSSubscriber s3(locEng->ds_nif, mID); in proc() local
1169 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng.cpp1169 DSSubscriber s3(locEng->ds_nif, mID); in proc() local
1170 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng.cpp1171 DSSubscriber s3(locEng->ds_nif, mID); in proc() local
1172 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp6685 string s3 = "NUMBER_OF_ROWS_"; in reportGnssAntennaInformation() local
6686 s3 += to_string(i); in reportGnssAntennaInformation()
6699 { s3.c_str(), &numberOfRows, NULL, 'n' }, in reportGnssAntennaInformation()
6754 string s3 = "SIGNAL_GAIN_CORRECTION_" + to_string(i) + "_ROW_"; in reportGnssAntennaInformation() local
6755 s3 += to_string(j); in reportGnssAntennaInformation()
6761 { s3.c_str(), &sigGainCorrStr, NULL, 's' }, in reportGnssAntennaInformation()
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.cpp6686 string s3 = "NUMBER_OF_ROWS_"; in reportGnssAntennaInformation() local
6687 s3 += to_string(i); in reportGnssAntennaInformation()
6700 { s3.c_str(), &numberOfRows, NULL, 'n' }, in reportGnssAntennaInformation()
6755 string s3 = "SIGNAL_GAIN_CORRECTION_" + to_string(i) + "_ROW_"; in reportGnssAntennaInformation() local
6756 s3 += to_string(j); in reportGnssAntennaInformation()
6762 { s3.c_str(), &sigGainCorrStr, NULL, 's' }, in reportGnssAntennaInformation()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h2396 #define STBI__IDCT_1D(s0,s1,s2,s3,s4,s5,s6,s7) \ argument
2413 t2 = s3; \
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es1920 ���o�$D~T^���ң��E<ʯy| ���!�D ?ؐCO�� \��t$D�6��U�;~p�s3w~��A��)���@���u�H��l0,D/y�hY N��W…
4733 C��y����8!��s�R+]u\��T[�Lo_�&�Zt��s3��M���|�h���)��xت���_k����C^��B��0 ��l���\OR^�…