Searched defs:sqr (Results 1 – 4 of 4) sorted by relevance
122 static inline int sqr(int x) { return x * x; } in sqr() function123 static inline float sqr(float x) { return x * x; } in sqr() function124 static inline double sqr(double x) { return x * x; } in sqr() function
168 #define sqr(a) ((a) * (a)) macro
699 inline T sqr(T const& value) in sqr() function
136 const struct stm32_adc_regs *sqr; member1002 const struct stm32_adc_regs *sqr = adc->cfg->regs->sqr; in stm32_adc_conf_scan_seq() local