Home
last modified time | relevance | path

Searched refs:index3 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatanf.c52 int index3; in __vatanf() local
297 index3 = 2; in __vatanf()
298 ansf = __vlibm_TBL_atan1[index3] ;/* pi/2 up */ in __vatanf()
316 index3 = 2; /* point to pi/2 upper, lower */ in __vatanf()
325 index3 = (intz - 0x3C800000) >> 18; /* (index >> 19) << 1) */ in __vatanf()
326 index3 = index3 + 4; /* skip over 0,0,pi/2,pi/2 */ in __vatanf()
332 index3 = 0; /* points to 0,0 in table */ in __vatanf()
357 conup3 = __vlibm_TBL_atan1[index3]; in __vatanf()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dcopy.test107 execsql {CREATE INDEX index3 ON test1(three)}
H A Dindex.test199 CREATE INDEX index3 ON test1(a,b);