/titanic_50/usr/src/lib/libmvec/common/ |
H A D | __vexpf.c | 182 #define PREPROCESS(N, index, label) \ macro 210 #define PREPROCESS(N, index, label) \ macro 256 PREPROCESS(0, 0, begin); in __vexpf() 261 PREPROCESS(1, stridey, process1); in __vexpf() 266 PREPROCESS(2, stridey << 1, process2); in __vexpf() 271 PREPROCESS(3, (stridey << 1) + stridey, process3); in __vexpf() 276 PREPROCESS(4, (stridey << 2), process4); in __vexpf()
|
H A D | __vlogf.c | 116 #define PREPROCESS(N, index, label) \ macro 166 PREPROCESS(0, 0, begin) in __vlogf() 171 PREPROCESS(1, stridey, process1) in __vlogf() 176 PREPROCESS(2, (stridey << 1), process2) in __vlogf() 181 PREPROCESS(3, (stridey << 1) + stridey, process3) in __vlogf() 186 PREPROCESS(4, (stridey << 2), process4) in __vlogf()
|
H A D | __vexp.c | 382 #define PREPROCESS(N, index, label) \ macro 425 PREPROCESS(0, 0, begin); in __vexp() 430 PREPROCESS(1, stridey, process1); in __vexp() 435 PREPROCESS(2, stridey << 1, process2); in __vexp() 440 PREPROCESS(3, (stridey << 1) + stridey, process3); in __vexp() 445 PREPROCESS(4, stridey << 2, process4); in __vexp() 450 PREPROCESS(5, (stridey << 2) + stridey, process5); in __vexp()
|
H A D | __vlog.c | 635 #define PREPROCESS(N, index, label) \ macro 686 PREPROCESS(0, 0, begin); in __vlog() 691 PREPROCESS(1, stridey, process1); in __vlog() 696 PREPROCESS(2, (stridey << 1), process2); in __vlog() 701 PREPROCESS(3, (stridey << 1) + stridey, process3); in __vlog()
|
H A D | __vsincosf.c | 89 #define PREPROCESS(N, sindex, cindex, label) \ macro 185 PREPROCESS(0, 0, 0, begin); in __vsincosf() 190 PREPROCESS(1, strides, stridec, process1); in __vsincosf() 195 PREPROCESS(2, (strides << 1), (stridec << 1), process2); in __vsincosf() 200 PREPROCESS(3, (strides << 1) + strides, in __vsincosf()
|
H A D | __vcosf.c | 89 #define PREPROCESS(N, index, label) \ macro 163 PREPROCESS(0, 0, begin); in __vcosf() 168 PREPROCESS(1, stridey, process1); in __vcosf() 173 PREPROCESS(2, (stridey << 1), process2); in __vcosf() 178 PREPROCESS(3, (stridey << 1) + stridey, process3); in __vcosf()
|
H A D | __vsinf.c | 89 #define PREPROCESS(N, index, label) \ macro 167 PREPROCESS(0, 0, begin); in __vsinf() 172 PREPROCESS(1, stridey, process1); in __vsinf() 177 PREPROCESS(2, (stridey << 1), process2); in __vsinf() 182 PREPROCESS(3, (stridey << 1) + stridey, process3); in __vsinf()
|