Home
last modified time | relevance | path

Searched defs:one (Results 1 – 10 of 10) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dnumber.hpp96 static constexpr Q<M,F,S,T> one() {return Q<M,F,S,T>::one();}; in one() function
Dfixed_point.hpp392 constexpr static Q one() {return f(1.0f);}; in one() function
567 constexpr static Q one() {return f(1.0f);}; in one() function
725 constexpr static Q one() {return f(1.0f);}; in one() function
910 constexpr static Q one() {return f(1.0f);}; in one() function
1067 constexpr static Q one() {return f(1.0f);}; in one() function
1257 constexpr static Q one() {return f(1.0f);}; in one() function
1422 constexpr static Q one() {return f(1.0f);}; in one() function
1613 constexpr static Q one() {return f(1.0f);}; in one() function
/cmsis-dsp-latest/PrivateInclude/
Darm_vec_fft.h67 uint32x4_t one = vdupq_n_u32(1); in arm_bitreversal_32_inpl_mve() local
144 uint16x8_t one = vdupq_n_u16(1); in arm_bitreversal_16_inpl_mve() local
/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/
Dq15.hpp30 static constexpr Q15 one() {return Q15::one();}; in one() function
Dq31.hpp30 static constexpr Q31 one() {return Q31::one();}; in one() function
Dq7.hpp33 static constexpr Q7 one() {return Q7::one();}; in one() function
Ddouble.hpp34 static constexpr double one() {return 1.0;}; in one() function
Dfloat.hpp33 static constexpr float one() {return 1.0f;}; in one() function
Dhalf.hpp37 static constexpr float16_t one() {return ((float16_t)1.0f);}; in one() function
Dgroup.hpp39 static std::tuple<typename number_traits<E>::accumulator...> one() in one() function