clang 19.0.0git
Functions
velintrin_approx.h File Reference

Go to the source code of this file.

Functions

static __vr _vel_approx_vfdivs_vvvl (__vr v0, __vr v1, int l)
 
static __vr _vel_approx_pvfdiv_vvvl (__vr v0, __vr v1, int l)
 
static __vr _vel_approx_vfdivs_vsvl (float s0, __vr v0, int l)
 
static __vr _vel_approx_vfdivs_vvsl (__vr v0, float s0, int l)
 
static __vr _vel_approx_vfdivd_vsvl (double s0, __vr v0, int l)
 
static __vr _vel_approx_vfsqrtd_vvl (__vr v0, int l)
 
static __vr _vel_approx_vfsqrts_vvl (__vr v0, int l)
 

Function Documentation

◆ _vel_approx_pvfdiv_vvvl()

static __vr _vel_approx_pvfdiv_vvvl ( __vr  v0,
__vr  v1,
int  l 
)
inlinestatic

◆ _vel_approx_vfdivd_vsvl()

static __vr _vel_approx_vfdivd_vsvl ( double  s0,
__vr  v0,
int  l 
)
inlinestatic

◆ _vel_approx_vfdivs_vsvl()

static __vr _vel_approx_vfdivs_vsvl ( float  s0,
__vr  v0,
int  l 
)
inlinestatic

◆ _vel_approx_vfdivs_vvsl()

static __vr _vel_approx_vfdivs_vvsl ( __vr  v0,
float  s0,
int  l 
)
inlinestatic

Definition at line 57 of file velintrin_approx.h.

References _vel_vfmads_vvsvl, _vel_vfmuls_vsvl, and _vel_vfnmsbs_vvsvl.

◆ _vel_approx_vfdivs_vvvl()

static __vr _vel_approx_vfdivs_vvvl ( __vr  v0,
__vr  v1,
int  l 
)
inlinestatic

◆ _vel_approx_vfsqrtd_vvl()

static __vr _vel_approx_vfsqrtd_vvl ( __vr  v0,
int  l 
)
inlinestatic

◆ _vel_approx_vfsqrts_vvl()

static __vr _vel_approx_vfsqrts_vvl ( __vr  v0,
int  l 
)
inlinestatic