/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | arm_math.h | 1117 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/host/libs/config/ |
D | feature.h | 70 template <typename S = T> 71 std::enable_if_t<!std::is_void_v<S>, S&> operator*() { 75 template <typename S = T> 76 std::enable_if_t<!std::is_void_v<S>, const S&> operator*() const { 80 template <typename S = T> 81 std::enable_if_t<!std::is_void_v<S>, S*> operator->() { 85 template <typename S = T> 86 std::enable_if_t<!std::is_void_v<S>, const S*> operator->() const { 90 template <typename S = T> 91 std::enable_if_t<!std::is_void_v<S>, S> Move() { in Move()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | ProtocolUtils.h | 56 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/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
D | mag_cal.c | 55 struct Mat33 S; in moc_eigen_test() local 56 S.elem[0][0] = kasa->acc_xx - kasa->acc_x * kasa->acc_x; in moc_eigen_test() 57 S.elem[0][1] = S.elem[1][0] = kasa->acc_xy - kasa->acc_x * kasa->acc_y; in moc_eigen_test() 58 S.elem[0][2] = S.elem[2][0] = kasa->acc_xz - kasa->acc_x * kasa->acc_z; in moc_eigen_test() 59 S.elem[1][1] = kasa->acc_yy - kasa->acc_y * kasa->acc_y; in moc_eigen_test() 60 S.elem[1][2] = S.elem[2][1] = kasa->acc_yz - kasa->acc_y * kasa->acc_z; in moc_eigen_test() 61 S.elem[2][2] = kasa->acc_zz - kasa->acc_z * kasa->acc_z; in moc_eigen_test() 65 mat33GetEigenbasis(&S, &eigenvals, &eigenvecs); in moc_eigen_test()
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | mat.c | 305 void mat33GetEigenbasis(struct Mat33 *S, struct Vec3 *eigenvals, in mat33GetEigenbasis() argument 307 CHRE_ASSERT_NOT_NULL(S); in mat33GetEigenbasis() 317 ind[k] = mat33Maxind(S, k); in mat33GetEigenbasis() 318 _eigenvals[k] = S->elem[k][k]; in mat33GetEigenbasis() 326 if (fabsf(S->elem[k][ind[k]]) > fabsf(S->elem[m][ind[m]])) { in mat33GetEigenbasis() 333 float p = S->elem[k][l]; in mat33GetEigenbasis() 352 S->elem[k][l] = 0.0f; in mat33GetEigenbasis() 358 mat33Rotate(S, c, s, i, k, i, l); in mat33GetEigenbasis() 362 mat33Rotate(S, c, s, k, i, i, l); in mat33GetEigenbasis() 366 mat33Rotate(S, c, s, k, i, l, i); in mat33GetEigenbasis() [all …]
|
/device/google/cuttlefish/common/libs/utils/ |
D | collect.h | 55 template <typename S> 56 Result<typename std::remove_reference<S>::type> AtMostN(S&& s, const size_t n) { in AtMostN() 58 return {std::forward<S>(s)}; in AtMostN()
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.c | 387 struct Mat33 S; in accEigenTest() local 388 S.elem[0][0] = akf->acc_xx - akf->acc_x * akf->acc_x; in accEigenTest() 389 S.elem[0][1] = S.elem[1][0] = akf->acc_xy - akf->acc_x * akf->acc_y; in accEigenTest() 390 S.elem[0][2] = S.elem[2][0] = akf->acc_xz - akf->acc_x * akf->acc_z; in accEigenTest() 391 S.elem[1][1] = akf->acc_yy - akf->acc_y * akf->acc_y; in accEigenTest() 392 S.elem[1][2] = S.elem[2][1] = akf->acc_yz - akf->acc_y * akf->acc_z; in accEigenTest() 393 S.elem[2][2] = akf->acc_zz - akf->acc_z * akf->acc_z; in accEigenTest() 397 mat33GetEigenbasis(&S, &eigenvals, &eigenvecs); in accEigenTest()
|
/device/google/contexthub/firmware/app/ |
D | app.mk | 188 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/google/redfin/vf/ |
D | Android.bp | 15 name: "redfin_product_compatibility_matrix.S.5.xml", 16 stem: "compatibility_matrix.redfin.S.5.xml", 19 "device_framework_matrix_product.S.5.xml",
|
/device/google/gs201-sepolicy/whitechapel_pro/ |
D | seapp_contexts | 1 # Samsung S.LSI IMS 10 # Samsung S.LSI telephony 18 # Samsung S.LSI engineer mode
|
/device/linaro/hikey/self-extractors_hikey960/hisilicon/ |
D | LICENSE | 114 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
|
/device/linaro/poplar/proprietary/hisilicon/ |
D | LICENSE | 52 …S. export control laws, including the U.S. Export Administration Act and its associated regulation…
|
/device/google/sunfish/vibrator/apex/ |
D | com.android.vibrator.sunfish.pem | 26 oFjcmGcbbTNKtrDMrHjiAdiGRqpTx352K/65V9l7aX1/GXpWjdZKe9zm7c2gJ/2S 32 637SYNrfSWwy03sVKsmUTS3LPRol4xysY1kEfoipLdeskagRdr24em6KTSBovH/S
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cortexm4.mk | 41 $(LIB_PATH)/libc/memcpy-armv7m.S \ 48 $(LIB_PATH)/libc/memcpy-armv7m.S \
|
/device/google/contexthub/firmware/lib/ |
D | lib.mk | 78 SRCS += $(BUILTINS_PATH)/aeabi_ldivmod.S 79 SRCS += $(BUILTINS_PATH)/aeabi_uldivmod.S
|
/device/generic/goldfish/input/ |
D | qwerty2.kcm | 183 key S { 184 label: 'S' 187 shift, capslock: 'S'
|
/device/google/contexthub/firmware/os/algos/ |
D | fusion.c | 444 struct Mat33 S; in fusionUpdate() local 445 scaleCovariance(&S, &L, &fusion->P[0][0]); in fusionUpdate() 447 mat33Add(&S, &R); in fusionUpdate() 450 mat33Invert(&Si, &S); in fusionUpdate()
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/agl-services/ |
D | sources.inc | 16 S = "${WORKDIR}/${FETCH_CODE_PREFIX}" 65 os.chdir(d.getVar('S'))
|
/device/google/gs101-sepolicy/whitechapel/vendor/google/ |
D | seapp_contexts | 1 # Samsung S.LSI telephony 12 # Samsung S.LSI IMS
|
/device/generic/goldfish/camera/ |
D | converters.cpp | 47 #define CLAMP_SHIFT(X, MIN, MAX, S) \ argument 48 (((X) - (((X) > (MAX)) * ((X) - (MAX))) - (((X) < (MIN)) * ((MIN) - (X)))) >> (S))
|
/device/amlogic/yukawa/binaries/gpu/ |
D | END_USER_LICENCE_AGREEMENT.txt | 133 6. U.S. GOVERNMENT END USERS. 183 European Union, and U.S. export control laws and regulations, 184 including the U.S. Export Administration Act and its associated
|
/device/google/gs201-sepolicy/whitechapel_pro/certs/ |
D | app.x509.pem | 25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
|
/device/google/zumapro-sepolicy/tracking_denials/certs/ |
D | app.x509.pem | 25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
|
/device/google/sunfish-sepolicy/vendor/google/certs/ |
D | app.x509.pem | 25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
|
/device/google/coral-sepolicy/vendor/google/certs/ |
D | app.x509.pem | 25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
|