Home
last modified time | relevance | path

Searched refs:vcgtq_f32 (Results 1 – 9 of 9) sorted by relevance

/external/XNNPACK/src/math/
Dexp-neonfma-p5.c93 vf = vbslq_f32(vcgtq_f32(vx, vinf_cutoff), vplus_inf, vf); in xnn_math_f32_exp__neonfma_p5()
Dexp-neonfma-lut64-p2.c120 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/
DMathFunctions.h50 Packet4ui mask = vcgtq_f32(tmp, fx);
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c152 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/
DSkNx_neon.h21 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/
DSkNx_neon.h21 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/
DNEON_2_SSE.h771 _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/
Daarch64-neon-intrinsics.c2476 return vcgtq_f32(v1, v2); in test_vcgtq_f32()
Darm_neon_intrinsics.c1764 return vcgtq_f32(a, b); in test_vcgtq_f32()