Home
last modified time | relevance | path

Searched refs:conup (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan.c50 double f, z, ans = 0.0L, ansu, ansl, tmp, poly, conup, conlo, dummy; in __vatan() local
277 conup = __vlibm_TBL_atan1[index ]; /* upper table */ in __vatan()
293 ansu = conup + f ; /* compute atan(f) upper */ in __vatan()
297 ansl = (((conup - ansu) + f) + poly) + conlo ; in __vatan()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S40 ! double f, z, ans, ansu, ansl, tmp, poly, conup, conlo, dummy;
102 ! conup = __vlibm_TBL_atan1[index]; /* upper table */
106 ! ansu = conup + f; /* compute atan(f) upper */
107 ! ansl = (((conup - ansu) + f) + poly) + conlo;
247 mov 2,%o1 !index == 2, point to conup, conlo = pi/2 upper, lower
253 mov 0,%o1 !index == 0 , point to conup,conlo = 0,0
333 mov 2,%o1 !index == 2, point to conup, conlo = pi/2 upper, lower
339 mov 0,%o1 !index == 0 , point to conup,conlo = 0,0
413 mov 2,%o1 !index == 2, point to conup, conlo = pi/2 upper, lower
419 mov 0,%o1 !index == 0 , point to conup,conlo = 0,0