Searched defs:pW (Results 1 – 5 of 5) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
D | arm_weighted_sum_f32.c | 60 const float32_t *pIn, *pW; in arm_weighted_sum_f32() local 113 const float32_t *pIn, *pW; in arm_weighted_sum_f32() local 162 const float32_t *pIn, *pW; in arm_weighted_sum_f32() local
|
D | arm_weighted_sum_f16.c | 73 const float16_t *pIn, *pW; in arm_weighted_sum_f16() local 119 const float16_t *pIn, *pW; in arm_weighted_sum_f16() local
|
D | arm_barycenter_f32.c | 60 const float32_t *pIn, *pW; in arm_barycenter_f32() local 203 const float32_t *pIn,*pW, *pIn1, *pIn2, *pIn3, *pIn4; in arm_barycenter_f32() local 356 const float32_t *pIn,*pW; in arm_barycenter_f32() local
|
D | arm_barycenter_f16.c | 73 const float16_t *pIn, *pW; in arm_barycenter_f16() local 213 const float16_t *pIn,*pW; in arm_barycenter_f16() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 16 T pW = static_cast<T>(1.5) - dot(abs(pXYZ), tvec3<T, P>(1)); local
|