Home
last modified time | relevance | path

Searched refs:SRCS (Results 1 – 10 of 10) sorted by relevance

/device/google/contexthub/firmware/lib/
Dlib.mk29 SRCS += $(LIBM_PATH)/ef_atan2.c
30 SRCS += $(LIBM_PATH)/ef_asin.c
31 SRCS += $(LIBM_PATH)/ef_exp.c
32 SRCS += $(LIBM_PATH)/ef_fmod.c
33 SRCS += $(LIBM_PATH)/ef_pow.c
34 SRCS += $(LIBM_PATH)/ef_rem_pio2.c
35 SRCS += $(LIBM_PATH)/ef_sqrt.c
36 SRCS += $(LIBM_PATH)/kf_cos.c
37 SRCS += $(LIBM_PATH)/kf_rem_pio2.c
38 SRCS += $(LIBM_PATH)/kf_sin.c
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
DMakefile.inc10 SRCS.softfloat= softfloat.c
12 SRCS.softfloat+=fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c \
16 SRCS.softfloat+=__aeabi_dcmpeq.c __aeabi_fcmpeq.c
17 SRCS.softfloat+=__aeabi_dcmpge.c __aeabi_fcmpge.c
18 SRCS.softfloat+=__aeabi_dcmpgt.c __aeabi_fcmpgt.c
19 SRCS.softfloat+=__aeabi_dcmple.c __aeabi_fcmple.c
20 SRCS.softfloat+=__aeabi_dcmplt.c __aeabi_fcmplt.c
21 SRCS.softfloat+=__aeabi_dcmpun.c __aeabi_fcmpun.c
23 SRCS.softfloat+=eqsf2.c nesf2.c gtsf2.c gesf2.c ltsf2.c lesf2.c negsf2.c \
30 SRCS+= ${SRCS.softfloat}
/device/google/contexthub/firmware/app/chre/
Dchre.mk22 SRCS += $(NANOHUB_DIR)/app/chre/common/chre_app.c
23 SRCS += $(NANOHUB_DIR)/app/chre/common/chre_app_syscalls.c
/device/google/contexthub/firmware/app/
Dapp.mk189 AS_SRCS := $(filter %.S, $(SRCS))
190 C_SRCS := $(filter %.c, $(SRCS))
191 CXX_SRCS := $(filter %.cc, $(SRCS))
192 CPP_SRCS := $(filter %.cpp, $(SRCS))
/device/google/contexthub/firmware/app/test0.app/
DMakefile24 SRCS := test_app0.c macro
/device/google/contexthub/firmware/app/test1.app/
DMakefile25 SRCS := test_app1.c macro
/device/google/contexthub/firmware/app/chre/chre_test0.app/
DMakefile24 SRCS := main.c macro
/device/google/contexthub/firmware/app/chre/chre_test1.app/
DMakefile24 SRCS := main.cpp macro
/device/google/contexthub/firmware/os/cpu/x86/
Dx86.mk23 SRCS += \
/device/google/contexthub/firmware/os/platform/native/
Dnative.mk25 SRCS += os/platform/$(PLATFORM)/platform.c \