Searched defs:one (Results 1 – 10 of 10) sorted by relevance
96 static constexpr Q<M,F,S,T> one() {return Q<M,F,S,T>::one();}; in one() function
392 constexpr static Q one() {return f(1.0f);}; in one() function567 constexpr static Q one() {return f(1.0f);}; in one() function725 constexpr static Q one() {return f(1.0f);}; in one() function910 constexpr static Q one() {return f(1.0f);}; in one() function1067 constexpr static Q one() {return f(1.0f);}; in one() function1257 constexpr static Q one() {return f(1.0f);}; in one() function1422 constexpr static Q one() {return f(1.0f);}; in one() function1613 constexpr static Q one() {return f(1.0f);}; in one() function
67 uint32x4_t one = vdupq_n_u32(1); in arm_bitreversal_32_inpl_mve() local144 uint16x8_t one = vdupq_n_u16(1); in arm_bitreversal_16_inpl_mve() local
30 static constexpr Q15 one() {return Q15::one();}; in one() function
30 static constexpr Q31 one() {return Q31::one();}; in one() function
33 static constexpr Q7 one() {return Q7::one();}; in one() function
34 static constexpr double one() {return 1.0;}; in one() function
33 static constexpr float one() {return 1.0f;}; in one() function
37 static constexpr float16_t one() {return ((float16_t)1.0f);}; in one() function
39 static std::tuple<typename number_traits<E>::accumulator...> one() in one() function