Searched refs:vcgtq_f32 (Results 1 – 9 of 9) sorted by relevance
/external/XNNPACK/src/math/ |
D | exp-neonfma-p5.c | 93 vf = vbslq_f32(vcgtq_f32(vx, vinf_cutoff), vplus_inf, vf); in xnn_math_f32_exp__neonfma_p5()
|
D | exp-neonfma-lut64-p2.c | 120 vf = vbslq_f32(vcgtq_f32(vx, vinf_cutoff), vplus_inf, vf); in xnn_math_f32_exp__neonfma_lut64_p2()
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | MathFunctions.h | 50 Packet4ui mask = vcgtq_f32(tmp, fx);
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 152 const uint32x4_t bigger = vcgtq_f32(absEf, kThresh); in ScaleErrorSignalNEON() 397 const uint32x4_t bigger = vcgtq_f32(vec_hNl, vec_hNlFb); in OverdriveAndSuppressNEON()
|
/external/skia/include/private/ |
D | SkNx_neon.h | 21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() 223 AI SkNx operator >(const SkNx& o) const {return vreinterpretq_f32_u32(vcgtq_f32(fVec, o.fVec));}
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() 223 AI SkNx operator >(const SkNx& o) const {return vreinterpretq_f32_u32(vcgtq_f32(fVec, o.fVec));}
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 771 _NEON2SSESTORAGE uint32x4_t vcgtq_f32(float32x4_t a, float32x4_t b); // VCGT.F32 q0, q0, q0 5449 _NEON2SSESTORAGE uint32x4_t vcgtq_f32(float32x4_t a, float32x4_t b); // VCGT.F32 q0, q0, q0 5450 _NEON2SSE_INLINE uint32x4_t vcgtq_f32(float32x4_t a, float32x4_t b) in vcgtq_f32() function 5524 #define vcltq_f32(a,b) vcgtq_f32(b, a) //swap the arguments!!
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 2476 return vcgtq_f32(v1, v2); in test_vcgtq_f32()
|
D | arm_neon_intrinsics.c | 1764 return vcgtq_f32(a, b); in test_vcgtq_f32()
|