HomeSort by: relevance | last modified time | path
    Searched defs:ay (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
s_clogl.c 57 long double ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl; local in function:clogl
70 ay = fabsl(y);
71 if (ax < ay) {
73 ax = ay;
74 ay = t;
79 GET_LDBL_EXPSIGN(hay, ay);
89 RETURNI(CMPLXL((ay / 2) * ay, v));
90 RETURNI(CMPLXL(log1pl(ay * ay) / 2, v))
    [all...]
  /src/lib/libm/complex/
catrig.c 300 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local in function:casinh
307 ay = fabs(y);
327 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
343 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
346 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
381 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local in function:cacos
391 ay = fabs(y);
411 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
428 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
431 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x)
481 double ax, ay, t; local in function:clog_for_large_values
592 double x, y, ax, ay, rx, ry; local in function:catanh
    [all...]
catrigf.c 161 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local in function:casinhf
168 ay = fabsf(y);
180 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
194 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
197 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
216 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local in function:cacosf
226 ay = fabsf(y);
238 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
252 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
255 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x)
294 float ax, ay, t; local in function:clog_for_large_values
354 float x, y, ax, ay, rx, ry; local in function:catanhf
    [all...]
catrigl.c 194 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local in function:casinhl
201 ay = fabsl(y);
212 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
225 if (ax < SQRT_6_EPSILON/4 && ay < SQRT_6_EPSILON/4)
228 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
246 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local in function:cacosl
256 ay = fabsl(y);
267 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
281 if (ax < SQRT_6_EPSILON/4 && ay < SQRT_6_EPSILON/4)
284 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x)
323 long double ax, ay, t; local in function:clog_for_large_values
382 long double x, y, ax, ay, rx, ry; local in function:catanhl
    [all...]
  /src/sys/dev/bluetooth/
btmagic.c 1460 struct hid_location aY;
1470 .aY = { .pos = 13, .size = 13 },
1512 int id, ax, ay, tx, ty; local in function:btmagic_input_magict
1530 ay = hid_get_data(data, &toucht.aY);
1533 "btmagic_input_magict: id %d ax %d ay %d phase %ld %s\n",
1534 id, ax, ay, hid_get_udata(data, &toucht.phase),
1547 if (sc->sc_mb == 0 && ay < MAGICT_B_YMAX) {
1579 ty = ay - sc->sc_ay[id];
1603 } else if (ay > MAGICT_B_YMAX) { /* new finger *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 66 u16 ry, gy, by, ay; member in struct:color_conversion
129 * 10 bit fields (ay, au)
194 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
204 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133,
214 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0119,
224 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x014c,
234 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0113,
244 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0145,
254 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
264 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133
    [all...]

Completed in 18 milliseconds