Home
last modified time | relevance | path

Searched refs:add1 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_fixed.h127 static inline uint_fixed_16_16_t add_fixed16(uint_fixed_16_16_t add1, in add_fixed16() argument
132 tmp = (u64)add1.val + add2.val; in add_fixed16()
137 static inline uint_fixed_16_16_t add_fixed16_u32(uint_fixed_16_16_t add1, in add_fixed16_u32() argument
143 tmp = (u64)add1.val + tmp_add2.val; in add_fixed16_u32()
/linux/lib/crypto/mpi/
H A DMakefile15 generic_mpih-add1.o \