Searched defs:f3 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatanf.c53 float f3, ans3, poly3, sign3, *yaddr3; local
275 f3 = *x;
279 f3 = -f3;
287 ansf = f3 - f3; /* return NaN if x=NaN*/
291 dummy = 1.0e37 + f3;
293 ansf = f3;
314 d3 = f3;
315 f3
[all...]
H A D__vcosf.c150 float f0, f1, f2, f3, t; local
214 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
222 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
230 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
239 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
247 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
256 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
265 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
275 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
282 f3
[all...]
H A D__vsincosf.c169 float f0, f1, f2, f3, t; local
233 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
257 f3 = -f3;
293 *c = -f3;
295 *s = f3;
H A D__vsinf.c154 float f0, f1, f2, f3, t; local
218 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
226 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
234 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
243 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
251 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
260 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
269 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
279 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
286 f3
[all...]
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s229 #define f3(x) [[f2(x)] ^ [x]] define
237 #define u8(x) [f2(x)], [x], [x], [f3(x)], [f2(x)], [x], [x], [f3(x)]
/illumos-gate/usr/src/tools/lintdump/
H A Dlnstuff.h71 long f1, f2, f3, f4; member in struct:flens
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dsmbios.c158 uint16_t f2, f3; local
195 f3 = ntohs(SMBIOS_GET16(addr, 6));
199 f3 = le16toh(SMBIOS_GET16(addr, 6));
203 f1, f2, f3, SMBIOS_GET8(addr, 8), SMBIOS_GET8(addr, 9),
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfenv_inlines.h260 sse_minss(float *f1, float *f2, float *f3) argument
265 : "=m" (*f3), "+x" (*f1)
270 sse_maxss(float *f1, float *f2, float *f3) argument
275 : "=m" (*f3), "+x" (*f1)
280 sse_addss(float *f1, float *f2, float *f3) argument
285 : "=m" (*f3), "+x" (*f1)
290 sse_subss(float *f1, float *f2, float *f3) argument
295 : "=m" (*f3), "+x" (*f1)
300 sse_mulss(float *f1, float *f2, float *f3) argument
305 : "=m" (*f3), "
310 sse_divss(float *f1, float *f2, float *f3) argument
[all...]
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c491 format3_t f3; member in union:ifmt
515 "%f0", "%f1", "%f2", "%f3", "%f4", "%f5", "%f6", "%f7",
538 "%q0", "%q32", "%f2", "%f3", "%f4", "%q4", "%q36", "%f6",
925 asistr = get_asi_name(f->f3.asi);
928 if (f->f3.op3 == 0x3c && f->f3.i == 0) {
929 if (f->f3.asi == 0x80) {
934 if (f->f3.asi == 0x88) {
940 if (f->f3.op3 == 0x3e && f->f3
[all...]

Completed in 67 milliseconds