Home
last modified time | relevance | path

Searched refs:x_hi (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/
H A D__vhypot.c153 x_lo = x - x_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()
221 x_lo = x - x_hi; in __vhypot()
224 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
281 x_lo = x - x_hi; in __vhypot()
284 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
307 x_lo = x - x_hi; in __vhypot()
310 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
327 x_lo = x - x_hi; in __vhypot()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkOpenGLRenderWindow.cxx438 x_hi = x2; in GetPixelData()
443 x_hi = x1; in GetPixelData()
474 x_hi = x2; in GetPixelData()
479 x_hi = x1; in GetPixelData()
520 x_hi = x2; in GetPixelData()
525 x_hi = x1; in GetPixelData()
614 x_hi = x2; in SetPixelData()
619 x_hi = x1; in SetPixelData()
678 x_hi = x2; in SetPixelData()
683 x_hi = x1; in SetPixelData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderWindow.cxx520 x_hi = x2; in GetPixelData()
525 x_hi = x1; in GetPixelData()
556 x_hi = x2; in GetPixelData()
561 x_hi = x1; in GetPixelData()
602 x_hi = x2; in GetPixelData()
607 x_hi = x1; in GetPixelData()
664 x_hi = x2; in SetPixelData()
669 x_hi = x1; in SetPixelData()
797 x_hi = x2; in DrawPixels()
802 x_hi = x1; in DrawPixels()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Ddpml_ux_ops_64.c48 x_hi = G_UX_MSD(x); in MULTIPLY()
51 z_lo = y_hi*x_hi; in MULTIPLY()
59 UMULH(y_lo, x_hi, p1); in MULTIPLY()
63 UMULH(y_hi, x_hi, p2); in MULTIPLY()
100 p1 = y_lo*x_hi; in EXTENDED_MULTIPLY()
110 p1 = x_hi*y_hi; in EXTENDED_MULTIPLY()
477 x_hi = G_UX_MSD(x); in __eval_pos_poly()
586 p1 = s_hi*x_hi; in __eval_pos_poly()
626 p1 = s_hi*x_hi; in __eval_pos_poly()
673 x_hi = G_UX_MSD(x); in __eval_neg_poly()
[all …]
/dports/math/gsl/gsl-2.7/doc/examples/
H A Droots.c17 double x_lo = 0.0, x_hi = 5.0; in main() local
26 gsl_root_fsolver_set (s, &F, x_lo, x_hi); in main()
41 x_hi = gsl_root_fsolver_x_upper (s); in main()
42 status = gsl_root_test_interval (x_lo, x_hi, in main()
49 iter, x_lo, x_hi, in main()
51 x_hi - x_lo); in main()
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/maple/
H A Dtriple-double.mpl7 # x ~ x_hi + x_mi + x_lo
9 local x_hi, x_mi, x_lo, res:
10 x_hi:= nearest(evalf(x)):
11 res:=x-x_hi:
17 res:=x-(x_hi+x_mi);
24 x_hi,x_mi,x_lo:
31 local x_hi, x_mi, x_lo;
32 x_hi, x_mi, x_lo := hi_mi_lo(x):
33 ieeehexa(x_hi), ieeehexa(x_mi), ieeehexa(x_lo):
/dports/math/crlibm/crlibm-1.0beta4/maple/
H A Dtriple-double.mpl7 # x ~ x_hi + x_mi + x_lo
9 local x_hi, x_mi, x_lo, res:
10 x_hi:= nearest(evalf(x)):
11 res:=x-x_hi:
17 res:=x-(x_hi+x_mi);
24 x_hi,x_mi,x_lo:
31 local x_hi, x_mi, x_lo;
32 x_hi, x_mi, x_lo := hi_mi_lo(x):
33 ieeehexa(x_hi), ieeehexa(x_mi), ieeehexa(x_lo):
/dports/math/gsl/gsl-2.7/interpolation/
H A Dlinear.c44 double x_lo, x_hi; in linear_eval() local
60 x_hi = x_array[index + 1]; in linear_eval()
63 dx = x_hi - x_lo; in linear_eval()
85 double x_lo, x_hi; in linear_eval_deriv() local
102 x_hi = x_array[index + 1]; in linear_eval_deriv()
105 dx = x_hi - x_lo; in linear_eval_deriv()
161 const double x_hi = x_array[i + 1]; in linear_eval_integ() local
165 const double dx = x_hi - x_lo; in linear_eval_integ()
171 double x2 = (i == index_b) ? b : x_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);
172 ! res = x_hi * x_hi;
384 fmuld %f58,%f58,%f60 ! (1_1) res = x_hi * x_hi;
443 fmuld %f44,%f44,%f2 ! (2_1) res = x_hi * x_hi;
504 fmuld %f18,%f18,%f60 ! (3_1) res = x_hi * x_hi;
576 fmuld %f58,%f58,%f6 ! (0_1) res = x_hi * x_hi;
640 fmuld %f58,%f58,%f60 ! (1_1) res = x_hi * x_hi;
704 fmuld %f44,%f44,%f2 ! (2_1) res = x_hi * x_hi;
768 fmuld %f18,%f18,%f60 ! (3_1) res = x_hi * x_hi;
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_lower_int64.c113 nir_ssa_def *x_hi = nir_unpack_64_2x32_split_y(b, x); in lower_bcsel64() local
125 nir_ssa_def *x_hi = nir_unpack_64_2x32_split_y(b, x); in lower_inot64() local
134 nir_ssa_def *x_hi = nir_unpack_64_2x32_split_y(b, x); in lower_iand64() local
146 nir_ssa_def *x_hi = nir_unpack_64_2x32_split_y(b, x); in lower_ior64() local
158 nir_ssa_def *x_hi = nir_unpack_64_2x32_split_y(b, x); in lower_ixor64() local
193 nir_ssa_def *hi_shifted = nir_ishl(b, x_hi, y); in lower_ishl64()
238 nir_ssa_def *hi_shifted = nir_ishr(b, x_hi, y); in lower_ishr64()
282 nir_ssa_def *hi_shifted = nir_ushr(b, x_hi, y); in lower_ushr64()
360 return nir_ior(b, nir_ult(b, x_hi, y_hi), in lower_int64_compare()
364 return nir_ior(b, nir_ilt(b, x_hi, y_hi), in lower_int64_compare()
[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
47 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
56 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
47 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
51 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
56 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 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
45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
/dports/math/ogdf/OGDF/include/ogdf/energybased/dtree/
H A Dutils.h141 unsigned int x_hi[2] = { coords[0] >> HalfBitLength, coords[1] >> HalfBitLength }; in interleaveBits() local
155 x_hi[0] = (x_hi[0] | (x_hi[0] << i)) & mask; in interleaveBits()
156 x_hi[1] = (x_hi[1] | (x_hi[1] << i)) & mask; in interleaveBits()
163 mnr[1] = x_hi[0] | (x_hi[1] << 1); in interleaveBits()
/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
45 x_hi = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(x[i], 16); in WebRtcIlbcfix_Window32W32()
49 temp = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)x_hi, 16); in WebRtcIlbcfix_Window32W32()
56 temp = WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(x_hi, y_hi), 1); in WebRtcIlbcfix_Window32W32()
57 temp = (temp + (WEBRTC_SPL_MUL_16_16_RSFT(x_hi, y_low, 14))); in WebRtcIlbcfix_Window32W32()
/dports/misc/gpsim/gpsim-0.31.0/examples/scripts/
H A Dclient.cc130 unsigned int x_hi=0; in main() local
142 if(! sock->QueryLinkUInt32(h_x_hi,x_hi) ) in main()
149 if((count*count) != ((x_hi<<8) + x_lo)) { in main()
151 unsigned int b = (x_hi<<8) + x_lo; in main()
154 printf("failed sent: 0x%02X received 0x%02X%02X\n",count, x_hi,x_lo); in main()
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_int64.c113 nir_ssa_def *x_hi = nir_unpack_64_2x32_split_y(b, x); in lower_bcsel64() local
193 nir_ssa_def *hi_shifted = nir_ishl(b, x_hi, y); in lower_ishl64()
237 nir_ssa_def *hi_shifted = nir_ishr(b, x_hi, y); in lower_ishr64()
280 nir_ssa_def *hi_shifted = nir_ushr(b, x_hi, y); in lower_ushr64()
357 return nir_ior(b, nir_ult(b, x_hi, y_hi), in lower_int64_compare()
361 return nir_ior(b, nir_ilt(b, x_hi, y_hi), in lower_int64_compare()
491 nir_ssa_def *res_hi = nir_ishr_imm(b, x_hi, 31); in lower_isign64()
681 nir_ssa_def *hi_count = nir_ufind_msb(b, x_hi); in lower_ufind_msb64()
791 nir_ssa_def *hi_count = nir_bit_count(b, x_hi); in lower_bit_count64()
1170 nir_ssa_def *x_hi = in lower_scan_iadd64() local
[all …]

12345678910>>...21