Home
last modified time | relevance | path

Searched refs:y_hi (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/
H A D__vhypot.c155 y_lo = y - y_hi; in __vhypot()
156 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
198 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
223 y_lo = y - y_hi; in __vhypot()
224 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
283 y_lo = y - y_hi; in __vhypot()
284 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
309 y_lo = y - y_hi; in __vhypot()
310 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
328 y_lo = y - y_hi; in __vhypot()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkOpenGLRenderWindow.cxx427 y_hi = y2; in GetPixelData()
432 y_hi = y1; in GetPixelData()
463 y_hi = y2; in GetPixelData()
468 y_hi = y1; in GetPixelData()
509 y_hi = y2; in GetPixelData()
514 y_hi = y1; in GetPixelData()
603 y_hi = y2; in SetPixelData()
608 y_hi = y1; in SetPixelData()
667 y_hi = y2; in SetPixelData()
672 y_hi = y1; in SetPixelData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderWindow.cxx509 y_hi = y2; in GetPixelData()
514 y_hi = y1; in GetPixelData()
545 y_hi = y2; in GetPixelData()
550 y_hi = y1; in GetPixelData()
591 y_hi = y2; in GetPixelData()
596 y_hi = y1; in GetPixelData()
653 y_hi = y2; in SetPixelData()
658 y_hi = y1; in SetPixelData()
786 y_hi = y2; in DrawPixels()
791 y_hi = y1; in DrawPixels()
[all …]
/dports/math/gsl/gsl-2.7/interpolation/
H A Dlinear.c45 double y_lo, y_hi; in linear_eval() local
62 y_hi = y_array[index + 1]; in linear_eval()
66 *y = y_lo + (x - x_lo) / dx * (y_hi - y_lo); in linear_eval()
86 double y_lo, y_hi; in linear_eval_deriv() local
104 y_hi = y_array[index + 1]; in linear_eval_deriv()
106 dy = y_hi - y_lo; in linear_eval_deriv()
164 const double y_hi = y_array[i + 1]; in linear_eval_integ() local
172 const double D = (y_hi-y_lo)/dx; in linear_eval_integ()
177 *result += 0.5 * dx * (y_lo + y_hi); in linear_eval_integ()
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/vis/
H A D__vhypot.S111 ! res = (x_hi * x_hi + y_hi * y_hi);
141 ! res = (x_hi * x_hi + y_hi * y_hi);
174 ! dtmp0 = y_hi * y_hi;
396 fmuld %f22,%f22,%f2 ! (1_1) dtmp0 = y_hi * y_hi;
456 fmuld %f58,%f58,%f44 ! (2_1) dtmp0 = y_hi * y_hi;
524 fmuld %f4,%f4,%f22 ! (3_2) dtmp0 = y_hi * y_hi;
589 fmuld %f56,%f56,%f28 ! (0_1) dtmp0 = y_hi * y_hi;
653 fmuld %f22,%f22,%f2 ! (1_1) dtmp0 = y_hi * y_hi;
787 fmuld %f4,%f4,%f22 ! (3_2) dtmp0 = y_hi * y_hi;
871 fmuld %f22,%f22,%f2 ! (1_1) dtmp0 = y_hi * y_hi;
[all …]
/dports/net/libilbc/libilbc-3.0.4/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c34 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
48 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
53 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
56 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
58 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c34 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
48 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
53 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
56 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
58 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_ilbc/
H A Dwindow32_w32.c32 WebRtc_Word16 x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
46 y_hi = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(y[i], 16); in WebRtcIlbcfix_Window32W32()
52 temp = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)y_hi, 16); in WebRtcIlbcfix_Window32W32()
56 temp = WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(x_hi, y_hi), 1); in WebRtcIlbcfix_Window32W32()
59 z[i] = (temp + (WEBRTC_SPL_MUL_16_16_RSFT(x_low, y_hi, 14))); in WebRtcIlbcfix_Window32W32()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/rasdaman/
H A Drasdamandataset.cpp58 Subset(int x_lo, int x_hi, int y_lo, int y_hi) in Subset() argument
59 : m_x_lo(x_lo), m_x_hi(x_hi), m_y_lo(y_lo), m_y_hi(y_hi) in Subset()
90 int y_hi() const { return m_y_hi; } in y_hi() function in Subset
237 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi()); in request_array()
253 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi(), in request_array()
266 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi()); in request_array()
268 char x_lo[11], x_hi[11], y_lo[11], y_hi[11]; in request_array() local
273 snprintf(y_hi, sizeof(y_hi), "%d", subset.y_hi()); in request_array()
275 CPLString queryString = getQuery(queryParam, x_lo, x_hi, y_lo, y_hi); in request_array()
403 for(int y = y_lo; y < y_hi; ++y) { in IReadBlock()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderWindow.cxx989 y_hi = y2; in GetPixelData()
994 y_hi = y1; in GetPixelData()
1028 y_hi = y2; in GetPixelData()
1033 y_hi = y1; in GetPixelData()
1264 y_hi = y2; in SetPixelData()
1269 y_hi = y1; in SetPixelData()
1352 y_hi = y2; in DrawPixels()
1357 y_hi = y1; in DrawPixels()
1423 y_hi = y2; in GetRGBAPixelData()
1428 y_hi = y1; in GetRGBAPixelData()
[all …]
/dports/graphics/gimp-refocus-plugin/refocus-0.9.0/src/
H A Dtilebuf.c227 fix_bottom_boundary (TileStripBuffer * buf, const gint y_hi) in fix_bottom_boundary() argument
229 if (y_hi >= buf->real_y + buf->real_height) /* (1) */ in fix_bottom_boundary()
237 zero_rect_in_buf (buf, buf->real_x, y_hi, in fix_bottom_boundary()
239 buf->real_y + buf->real_height - y_hi); in fix_bottom_boundary()
257 gint y = 2*y_hi - y2 - 1; in fix_bottom_boundary()
261 2*y_hi - y2 - 1, y2, buf->real_width, in fix_bottom_boundary()
288 const gint y_hi = MIN (buf->real_y + buf->real_height, in fix_boundaries() local
303 source->y, source->height, y_hi); in fix_boundaries()
306 y_hi); in fix_boundaries()
315 y_hi, buf->real_y + buf->real_height, in fix_boundaries()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/rasdaman/
H A Drasdamandataset.cpp85 int y_hi() const { return m_y_hi; }
217 return request_array(Subset(x_lo, x_hi, y_lo, y_hi), offsetX, offsetY);
229 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi());
245 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi(),
257 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi());
259 char x_lo[11], x_hi[11], y_lo[11], y_hi[11];
264 snprintf(y_hi, sizeof(y_hi), "%d", subset.y_hi());
266 CPLString queryString = getQuery(queryParam, x_lo, x_hi, y_lo, y_hi);
372 int y_hi = MIN(poGDS->nRasterYSize, (nBlockYOff + 1) * nBlockYSize);
392 for( int y = y_lo; y < y_hi; ++y )
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/rasdaman/
H A Drasdamandataset.cpp85 int y_hi() const { return m_y_hi; } in y_hi() function in Subset
217 return request_array(Subset(x_lo, x_hi, y_lo, y_hi), offsetX, offsetY); in request_array()
229 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi()); in request_array()
245 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi(), in request_array()
257 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi()); in request_array()
259 char x_lo[11], x_hi[11], y_lo[11], y_hi[11]; in request_array() local
264 snprintf(y_hi, sizeof(y_hi), "%d", subset.y_hi()); in request_array()
266 CPLString queryString = getQuery(queryParam, x_lo, x_hi, y_lo, y_hi); in request_array()
372 int y_hi = MIN(poGDS->nRasterYSize, (nBlockYOff + 1) * nBlockYSize); in IReadBlock() local
392 for( int y = y_lo; y < y_hi; ++y ) in IReadBlock()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/rasdaman/
H A Drasdamandataset.cpp85 int y_hi() const { return m_y_hi; } in y_hi() function in Subset
217 return request_array(Subset(x_lo, x_hi, y_lo, y_hi), offsetX, offsetY); in request_array()
229 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi()); in request_array()
245 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi(), in request_array()
257 subset.x_lo(), subset.x_hi(), subset.y_lo(), subset.y_hi()); in request_array()
259 char x_lo[11], x_hi[11], y_lo[11], y_hi[11]; in request_array() local
264 snprintf(y_hi, sizeof(y_hi), "%d", subset.y_hi()); in request_array()
266 CPLString queryString = getQuery(queryParam, x_lo, x_hi, y_lo, y_hi); in request_array()
372 int y_hi = MIN(poGDS->nRasterYSize, (nBlockYOff + 1) * nBlockYSize); in IReadBlock() local
392 for( int y = y_lo; y < y_hi; ++y ) in IReadBlock()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderWindow.cxx745 y_hi = y2; in GetPixelData()
750 y_hi = y1; in GetPixelData()
783 y_hi = y2; in GetPixelData()
788 y_hi = y1; in GetPixelData()
1306 y_hi = y2; in SetPixelData()
1311 y_hi = y1; in SetPixelData()
1392 y_hi = y2; in DrawPixels()
1397 y_hi = y1; in DrawPixels()
1477 y_hi = y2; in GetRGBAPixelData()
1482 y_hi = y1; in GetRGBAPixelData()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/
H A Dbid128_erfc.c69 BID_UINT128 res, x2_hi, x2_lo, y_hi, y_lo;
184 BIDECIMAL_CALL1(bid128_exp,y_hi,x2_hi); // y_hi =~= e^{-x^2}
185 BIDECIMAL_CALL3(bid128_fma,y_hi,y_hi,x2_lo,y_hi); // y_hi = e^{-x^2}
224 BIDECIMAL_CALL2(bid128_mul,res,y_hi,y_lo);

12345678910>>...22