Home
last modified time | relevance | path

Searched refs:hlookup (Results 1 – 19 of 19) sorted by relevance

/dports/science/clipper/clipper-2.1/clipper/core/
H A Dhkl_lookup.h73 struct hlookup { int min, max; std::vector<klookup> p; argument
74 hlookup() {min=32000;max=-32000;} }; //!< lookup on h in hlookup() argument
77 hlookup h_ptr;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrRectBlurEffect.fp116 half hlookup = texture(blurProfile, float2(hcoord, 0.5)).a;
119 sk_OutColor = sk_InColor * hlookup * vlookup;
128 half hlookup = texture(blurProfile, float2(hcoord, 0.5)).a;
131 sk_OutColor = sk_InColor * hlookup * vlookup;
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/cookie_remap/
H A Dcookie_remap.cc202 const char *hlookup = "0123456789ABCDEF"; // lookup table stores the hex digits into their in dec_to_hex() local
212 hdigits[1] = hlookup[mask & _num]; in dec_to_hex()
213 hdigits[0] = hlookup[mask & (_num >> 4)]; in dec_to_hex()
/dports/math/fftw3-float/fftw-3.3.9/kernel/
H A Dplanner.c239 static solution *hlookup(planner *ego, const md5sig s, in hlookup() function
656 if ((sol = hlookup(ego, m.s, &flags_of_solution))) { in mkplan()
894 if (!hlookup(ego, sig, &flags)) in imprt()
/dports/math/fftw3/fftw-3.3.9/kernel/
H A Dplanner.c239 static solution *hlookup(planner *ego, const md5sig s, in hlookup() function
656 if ((sol = hlookup(ego, m.s, &flags_of_solution))) { in mkplan()
894 if (!hlookup(ego, sig, &flags)) in imprt()
/dports/math/fftw3-long/fftw-3.3.9/kernel/
H A Dplanner.c239 static solution *hlookup(planner *ego, const md5sig s, in hlookup() function
656 if ((sol = hlookup(ego, m.s, &flags_of_solution))) { in mkplan()
894 if (!hlookup(ego, sig, &flags)) in imprt()
/dports/math/fftw3-quad/fftw-3.3.9/kernel/
H A Dplanner.c239 static solution *hlookup(planner *ego, const md5sig s, in hlookup() function
656 if ((sol = hlookup(ego, m.s, &flags_of_solution))) { in mkplan()
894 if (!hlookup(ego, sig, &flags)) in imprt()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dsnes_ppu.cpp648 …uint32_t hlookup = get_tile(SNES_BG3, (offset_x - 8) + (m_layer[SNES_BG3].hoffs & ~7), m_layer[SNE… in update_line() local
651 if (hlookup & valid_bit) in update_line()
653 if (!(hlookup & 0x8000)) in update_line()
655 hoffset = offset_x + (hlookup & ~7); in update_line()
659 voffset = y + hlookup; in update_line()
666 if (hlookup & valid_bit) in update_line()
668 hoffset = offset_x + (hlookup & ~7); in update_line()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dsnes_ppu.cpp648 …uint32_t hlookup = get_tile(SNES_BG3, (offset_x - 8) + (m_layer[SNES_BG3].hoffs & ~7), m_layer[SNE… in update_line() local
651 if (hlookup & valid_bit) in update_line()
653 if (!(hlookup & 0x8000)) in update_line()
655 hoffset = offset_x + (hlookup & ~7); in update_line()
659 voffset = y + hlookup; in update_line()
666 if (hlookup & valid_bit) in update_line()
668 hoffset = offset_x + (hlookup & ~7); in update_line()
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dexcel.lang7 …, "getpivotdata", "growth", "harmean", "hex2bin", "hex2dec", "hex2oct", "hlookup", "hour", "hyperl…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs222 pub fn WSALookupServiceEnd(hlookup: super::super::Foundation::HANDLE) -> i32; in WSALookupServiceEnd()
224 …pub fn WSALookupServiceNextA(hlookup: super::super::Foundation::HANDLE, dwcontrolflags: u32, lpdwb… in WSALookupServiceNextA()
226 …pub fn WSALookupServiceNextW(hlookup: super::super::Foundation::HANDLE, dwcontrolflags: u32, lpdwb… in WSALookupServiceNextW()
228 …pub fn WSANSPIoctl(hlookup: super::super::Foundation::HANDLE, dwcontrolcode: u32, lpvinbuffer: *co… in WSANSPIoctl()
1652 pub type LPNSPIOCTL = unsafe extern "system" fn(hlookup: super::super::Foundation::HANDLE, dwcontro…
1656 pub type LPNSPLOOKUPSERVICEEND = unsafe extern "system" fn(hlookup: super::super::Foundation::HANDL…
1658 pub type LPNSPLOOKUPSERVICENEXT = unsafe extern "system" fn(hlookup: super::super::Foundation::HAND…
1669 pub type LPNSPV2LOOKUPSERVICEEND = unsafe extern "system" fn(hlookup: super::super::Foundation::HAN…
1671 … unsafe extern "system" fn(hasynccall: super::super::Foundation::HANDLE, hlookup: super::super::Fo…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs2559 pub type LPNSPLOOKUPSERVICEEND = unsafe extern "system" fn(hlookup: super::super::Foundation::HANDL…
2561 pub type LPNSPLOOKUPSERVICENEXT = unsafe extern "system" fn(hlookup: super::super::Foundation::HAND…
2572 pub type LPNSPV2LOOKUPSERVICEEND = unsafe extern "system" fn(hlookup: super::super::Foundation::HAN…
8901 …am0: ::windows::runtime::IntoParam<'a, super::super::Foundation::HANDLE>>(hlookup: Param0) -> i32 { in WSALookupServiceEnd()
8906 fn WSALookupServiceEnd(hlookup: super::super::Foundation::HANDLE) -> i32; in WSALookupServiceEnd()
8908 ::std::mem::transmute(WSALookupServiceEnd(hlookup.into_param().abi())) in WSALookupServiceEnd()
8915 …m0: ::windows::runtime::IntoParam<'a, super::super::Foundation::HANDLE>>(hlookup: Param0, dwcontro… in WSALookupServiceNextA()
8920 …fn WSALookupServiceNextA(hlookup: super::super::Foundation::HANDLE, dwcontrolflags: u32, lpdwbuffe… in WSALookupServiceNextA()
8922 …::std::mem::transmute(WSALookupServiceNextA(hlookup.into_param().abi(), ::std::mem::transmute(dwco… in WSALookupServiceNextA()
8934 …fn WSALookupServiceNextW(hlookup: super::super::Foundation::HANDLE, dwcontrolflags: u32, lpdwbuffe… in WSALookupServiceNextW()
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/plugins/fn-lookup/
H A DChangeLog851 * functions.c : Have lookup/hlookup/vlookup/match use the new 'B' arg
/dports/math/oleo/oleo-1.99.16/doc/
H A Dfunctions.texi592 @item hlookup(@var{rng}, @var{num}, @var{rowoffset})
593 @findex hlookup
H A Doleo.info-368 `hlookup(RNG, NUM, ROWOFFSET)'
1179 * hlookup: Search functions.
/dports/math/xspread/xspread-3.1.1c.orig/doc/
H A Dsc.changes629 a) @hlookup(expr,range,expr)
/dports/math/sc/sc-7.16/
H A DCHANGES1084 dimensional version. Also, the @lookup, @hlookup, @vlookup, @index,
2049 a) @hlookup(expr,range,expr)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog342588 tdf#113970 : blacklist vlookup/hlookup for threading...
1171685 i#118735 prevent endless loop if vlookup/hlookup doesn't find anything
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog604637 tdf#113970 : blacklist vlookup/hlookup for threading...
1433734 i#118735 prevent endless loop if vlookup/hlookup doesn't find anything