Home
last modified time | relevance | path

Searched refs:tmpe1 (Results 1 – 5 of 5) sorted by relevance

/dports/databases/fastdb/fastdb/GiST/RSTree/
H A DRTnode.cpp29 RTentry *tmpe1, *tmpe2; in PickSplit() local
101 tmpe1 = RTUnionEntries(thevec, 0, i); in PickSplit()
103 tmpkey = ((RTkey)(tmpe1->bbox())).intersect(tmpe2->bbox()); in PickSplit()
109 delete tmpe1; in PickSplit()
/dports/databases/gigabase/gigabase/GiST/RSTree/
H A DRTnode.cpp29 RTentry *tmpe1, *tmpe2; in PickSplit() local
101 tmpe1 = RTUnionEntries(thevec, 0, i); in PickSplit()
103 tmpkey = ((RTkey)(tmpe1->bbox())).intersect(tmpe2->bbox()); in PickSplit()
109 delete tmpe1; in PickSplit()
/dports/security/nflib/NFLlib-1.0.0-23-g5cf40ed/tests/
H A Dnfllib_demo_main_op.cpp34 P &tmpe1 = *alloc_aligned<P, 32>(1, nfl::gaussian<uint8_t, typename P::value_type, 2>(g_prng, 2)); in encrypt() local
35 tmpe1.ntt_pow_phi(); in encrypt()
42 resa = tmpu * pka + tmpe1; in encrypt()
/dports/math/octave-forge-secs2d/secs2d-0.0.8/inst/Utilities/
H A DUise2pde.m389 tmpe1=[el(1,ind1),el(2,ind1)];
390 stmpe1=sortrows(tmpe1',1)';
414 clear tmpe1 stmpe1 dtmpe1 ind1;
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dcombat.c1323 static int tmpx0, tmpy0, tmpe0, tmpe1, tmpdist01, cellwid, fangle; variable
1334 interpol = (tmpe1 - tmpe0) - (fangle * tmpdist01) / 100; in elevation_blocks()
1369 tmpe1 = (elevations_defined() ? elev_at(u2x, u2y) : 0); in found_blocking_elevation()
1371 tmpe1 += bodyheight; in found_blocking_elevation()
1377 Dprintf("Checking arc: %d,%d el %d -> %d,%d el %d\n", ux, uy, tmpe0, u2x, u2y, tmpe1); in found_blocking_elevation()