Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 72) sorted by relevance

123

/device/generic/goldfish/camera/fake-pipeline2/
DScene.cpp32 #define S (Scene::GRASS_SHADOW * Scene::NUM_CHANNELS) macro
63 S,S,S,G,G,S,S,S,W,W,W,W,W,W,W,W,W,W,S,S,
64 S,G,G,G,G,S,S,S,W,I,I,W,D,D,W,I,I,W,S,S, // 15
65 G,G,G,G,G,G,S,S,W,I,I,W,D,D,W,I,I,W,S,S,
68 G,G,G,G,G,G,G,G,S,S,S,S,S,S,S,S,S,S,G,G,
69 G,G,G,G,G,G,G,G,S,S,S,S,S,S,S,S,S,S,G,G, // 20
74 #undef S
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h1117 const arm_fir_instance_q7 * S,
1133 arm_fir_instance_q7 * S,
1149 const arm_fir_instance_q15 * S,
1163 const arm_fir_instance_q15 * S,
1180 arm_fir_instance_q15 * S,
1195 const arm_fir_instance_q31 * S,
1209 const arm_fir_instance_q31 * S,
1224 arm_fir_instance_q31 * S,
1239 const arm_fir_instance_f32 * S,
1254 arm_fir_instance_f32 * S,
[all …]
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DScene.cpp32 #define S (Scene::GRASS_SHADOW * Scene::NUM_CHANNELS) macro
61 S, S, S, G, G, S, S, S, W, W, W, W, W, W, W, W, W, W, S, S,
62 S, G, G, G, G, S, S, S, W, I, I, W, D, D, W, I, I, W, S, S, // 15
63 G, G, G, G, G, G, S, S, W, I, I, W, D, D, W, I, I, W, S, S,
66 G, G, G, G, G, G, G, G, S, S, S, S, S, S, S, S, S, S, G, G,
67 G, G, G, G, G, G, G, G, S, S, S, S, S, S, S, S, S, S, G, G, // 20
72 #undef S
/device/generic/opengl-transport/host/libs/virglrenderer/
DProtocolUtils.h56 template <typename T, typename S>
59 static_assert(sizeof(T) == sizeof(S), in unpack()
65 template <typename T, typename S>
66 struct UnpackerT<T*, S> {
68 return (T*)(uintptr_t)(*(const S*)ptr);
79 template <typename T, typename S>
81 return UnpackerT<T, S>::unpack(ptr);
/device/generic/goldfish-opengl/android-emu/android/base/
DTypeTraits.h158 template <int N, int... S>
159 struct MakeSeq : MakeSeq<N - 1, N - 1, S...> {};
161 template <int... S>
162 struct MakeSeq<0, S...> {
163 using type = Seq<S...>;
169 template <int... S>
170 using MakeSeqT = typename MakeSeq<S...>::type;
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.c54 struct Mat33 S; in moc_eigen_test() local
55 S.elem[0][0] = kasa->acc_xx - kasa->acc_x * kasa->acc_x; in moc_eigen_test()
56 S.elem[0][1] = S.elem[1][0] = kasa->acc_xy - kasa->acc_x * kasa->acc_y; in moc_eigen_test()
57 S.elem[0][2] = S.elem[2][0] = kasa->acc_xz - kasa->acc_x * kasa->acc_z; in moc_eigen_test()
58 S.elem[1][1] = kasa->acc_yy - kasa->acc_y * kasa->acc_y; in moc_eigen_test()
59 S.elem[1][2] = S.elem[2][1] = kasa->acc_yz - kasa->acc_y * kasa->acc_z; in moc_eigen_test()
60 S.elem[2][2] = kasa->acc_zz - kasa->acc_z * kasa->acc_z; in moc_eigen_test()
64 mat33GetEigenbasis(&S, &eigenvals, &eigenvecs); in moc_eigen_test()
/device/google/contexthub/firmware/lib/builtins/
DAndroid.mk25 aeabi_ldivmod.S \
26 aeabi_uldivmod.S \
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dcommon.mk29 S = /
58 OBJDIR = objs$(S)$(CODEC_NAME)
59 LIBDIR = $(ROOTDIR)$(S)lib
146 $(OBJ_LIBASMOBJS): $(OBJDIR)/%.o: %.S
Dxa_hikey.img33S���s���s���s���s���s���s���s�������s�������s���s���i���s���s���s���s���s���s���s���s���s���s���s�…
37S�3�s� �K�+�k��[�;�{��G�'�g��W�7�w��O�/�o��_�?���������������������?����������������…
44 …��C2������d�����˖��������b��S��� ���-�����_��������_��������%���(�U��&[�r��…
52 �S��S
DMakefile49 vpath %.S $(ROOTDIR)/ipc/xt-shmem/hikey
50 vpath %.S $(ROOTDIR)/core/util/gdbstub
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c304 void mat33GetEigenbasis(struct Mat33 *S, struct Vec3 *eigenvals, in mat33GetEigenbasis() argument
306 ASSERT_NOT_NULL(S); in mat33GetEigenbasis()
316 ind[k] = mat33Maxind(S, k); in mat33GetEigenbasis()
317 _eigenvals[k] = S->elem[k][k]; in mat33GetEigenbasis()
325 if (fabsf(S->elem[k][ind[k]]) > fabsf(S->elem[m][ind[m]])) { in mat33GetEigenbasis()
332 float p = S->elem[k][l]; in mat33GetEigenbasis()
351 S->elem[k][l] = 0.0f; in mat33GetEigenbasis()
357 mat33Rotate(S, c, s, i, k, i, l); in mat33GetEigenbasis()
361 mat33Rotate(S, c, s, k, i, i, l); in mat33GetEigenbasis()
365 mat33Rotate(S, c, s, k, i, l, i); in mat33GetEigenbasis()
[all …]
/device/google/contexthub/firmware/app/
Dapp.mk188 AS_SRCS := $(filter %.S, $(SRCS))
193 OBJS := $(patsubst %.S, $(OUT)/%.o, $(AS_SRCS))
203 all: $(OUT)/$(BIN).S $(OUT)/$(BIN).napp $(IMAGE_TARGET_OUT)
233 $(OUT)/$(BIN).S : $(OUT)/$(BIN).elf
241 $(OUT)/%.o : %.S
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img39S�3�s� �K�+�k��[�;�{��G�'�g��W�7�w��O�/�o��_�?���������������������?����������������…
46 …��C2������d�����˖��������b��S��� ���-�����_��������_��������%���(�U��&[�r��…
54 �S��S
64 …t��h4�f�t���4�Ȳt�R�4��t��4�W�t��5��tt��M5��_t�?{5��Jt��5��5t���5�� t�6�S t��16��s�._6���s���…
67 p�2>�t�o�#<>� �o� h>���o��>� �o���>�m�o���>��wo�I?�_o�C?�3Fo��n?�S-o�R�?�ao���?�_�n�|�?�K�n�…
70S�H��oi���H�$Si� �H��6i�WI��i��8I�*�h��aI�a�h���I���h��I���h�(�I���h�/J��lh�+/J��Oh�XJ�W2h��…
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcortexm4.mk41 $(LIB_PATH)/libc/memcpy-armv7m.S \
48 $(LIB_PATH)/libc/memcpy-armv7m.S \
/device/google/contexthub/firmware/lib/
Dlib.mk78 SRCS += $(BUILTINS_PATH)/aeabi_ldivmod.S
79 SRCS += $(BUILTINS_PATH)/aeabi_uldivmod.S
/device/google/bonito/vibrator/cs40l20/wav_wavetable/
D10_THUD_0503.json25 …�j���I���L���s���a�)�������x�v�������\���j���R���`����;�����b�!�������q�S�1����������{Z…
48 …�% � L�D��+������7����`�N�Q�z���6����xߗ���Y������6ݝ�H���N��2��������h���S�����&����0�r
/device/google/crosshatch/vibrator/cs40l20/wav_wavetable/
D10_THUD_0503.json25 …�j���I���L���s���a�)�������x�v�������\���j���R���`����;�����b�!�������q�S�1����������{Z…
48 …�% � L�D��+������7����`�N�Q�z���6����xߗ���Y������6ݝ�H���N��2��������h���S�����&����0�r
/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp34 template<typename S, typename T>
35 static std::string concat(const S& s, const T& t) { in concat()
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c382 struct Mat33 S; in accEigenTest() local
383 S.elem[0][0] = akf->acc_xx - akf->acc_x * akf->acc_x; in accEigenTest()
384 S.elem[0][1] = S.elem[1][0] = akf->acc_xy - akf->acc_x * akf->acc_y; in accEigenTest()
385 S.elem[0][2] = S.elem[2][0] = akf->acc_xz - akf->acc_x * akf->acc_z; in accEigenTest()
386 S.elem[1][1] = akf->acc_yy - akf->acc_y * akf->acc_y; in accEigenTest()
387 S.elem[1][2] = S.elem[2][1] = akf->acc_yz - akf->acc_y * akf->acc_z; in accEigenTest()
388 S.elem[2][2] = akf->acc_zz - akf->acc_z * akf->acc_z; in accEigenTest()
392 mat33GetEigenbasis(&S, &eigenvals, &eigenvecs); in accEigenTest()
/device/google/coral-sepolicy/vendor/google/certs/
Dapp.x509.pem25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
/device/google/wahoo/sepolicy/vendor/certs/
Dapp.x509.pem25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
/device/google/bonito-sepolicy/vendor/google/certs/
Dapp.x509.pem25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
/device/google/crosshatch-sepolicy/vendor/google/certs/
Dapp.x509.pem25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
/device/google/contexthub/firmware/lib/libc/
DAndroid.mk34 LOCAL_SRC_FILES_cortexm4 += memcpy-armv7m.S
/device/linaro/hikey/self-extractors_hikey960/hisilicon/
DLICENSE114 The SOFTWARE provided under this Agreement is subject to U.S. export control laws, including the
115 U.S. Export Administration Act and its associated regulations, and may be subject to export or impo…
118 or indirectly, in violation of Export Laws, either to any countries that are subject to U.S.A. expo…
119 restrictions or to any end user who has been prohibited from participating in the U.S.A. export
120 transactions by any federal agency of the U.S.A. government; or (2) intended to be used for any

123