Home
last modified time | relevance | path

Searched refs:nudge (Results 1 – 25 of 1000) sorted by relevance

12345678910>>...40

/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dlint.py33 nudge.append( '-build/c++11' ) # errors found: 6
35 nudge.append( '-build/include' ) # errors found: 924
38 nudge.append( '-build/namespaces' ) # errors found: 131
41 nudge.append( '-readability/check' ) # errors found: 7
49 nudge.append( '-runtime/arrays' ) # errors found: 5
55 nudge.append( '-runtime/string' ) # errors found: 6
69 nudge.append( '-whitespace/tab' ) # errors found: 233
73 filters = filters + nudge
114 nudge = False variable
120 nudge = True variable
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/gestures/back_gesture/
H A Dback_gesture_contextual_nudge_controller_impl_unittest.cc90 while (nudge()) { in WaitNudgeAnimationDone()
103 if (nudge()) in SetNudgeShownForTesting()
123 BackGestureContextualNudge* nudge() { return nudge_controller()->nudge(); } in nudge() function in ash::BackGestureContextualNudgeControllerTest
190 EXPECT_FALSE(nudge()); in TEST_F()
198 EXPECT_TRUE(nudge()); in TEST_F()
228 EXPECT_TRUE(nudge()); in TEST_F()
259 EXPECT_TRUE(nudge()); in TEST_F()
318 EXPECT_TRUE(nudge()); in TEST_F()
331 EXPECT_TRUE(nudge()); in TEST_F()
353 EXPECT_TRUE(nudge()); in TEST_F()
[all …]
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dnudge.cpp11 int nudge::nudged_left;
12 int nudge::nudged_right;
13 int nudge::nudged_up;
14 int nudge::timer;
15 float nudge::nudge_count;
17 void nudge::un_nudge_right(int timerId, void* caller) in un_nudge_right()
31 void nudge::un_nudge_up(int timerId, void* caller) in un_nudge_up()
38 void nudge::nudge_right() in nudge_right()
47 void nudge::nudge_left() in nudge_left()
56 void nudge::nudge_up() in nudge_up()
[all …]
H A Dpb.cpp232 if (nudge::nudged_left || nudge::nudged_right || nudge::nudged_up) in frame()
234 nudge::nudge_count = dtSec * 4.0f + nudge::nudge_count; in frame()
241 nudge::nudge_count = nudgeDec; in frame()
248 if (nudge::nudge_count > 0.5f) in frame()
252 if (nudge::nudge_count > 1.0f) in frame()
386 nudge::un_nudge_left(0, nullptr); in InputUp()
390 nudge::un_nudge_up(0, nullptr); in InputUp()
424 nudge::nudge_right(); in InputDown()
429 nudge::nudge_left(); in InputDown()
434 nudge::nudge_up(); in InputDown()
[all …]
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/opengl/items/
H A DGLVolumeItem.py113 nudge = [0.5/x for x in self.data.shape]
114 tp[0][imax[0]] = 0+nudge[imax[0]]
115 tp[0][imax[1]] = 0+nudge[imax[1]]
116 tp[1][imax[0]] = 1-nudge[imax[0]]
117 tp[1][imax[1]] = 0+nudge[imax[1]]
118 tp[2][imax[0]] = 1-nudge[imax[0]]
119 tp[2][imax[1]] = 1-nudge[imax[1]]
120 tp[3][imax[0]] = 0+nudge[imax[0]]
121 tp[3][imax[1]] = 1-nudge[imax[1]]
137 tzVals = np.linspace(nudge[ax], 1.0-nudge[ax], slices)
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadHDF5VarLen.cpp290 EntityHandle nudge, in read_offsets() argument
308 hint = rows.insert( nudge, pair->second - start_file_id + nudge ); in read_offsets()
313 pair->first - start_file_id + nudge - 1, in read_offsets()
314 pair->second - start_file_id + nudge ); in read_offsets()
321 data_set.set_file_ids( rows, nudge, buffer_size, H5T_NATIVE_HSSIZE ); in read_offsets()
355 prev_end + 1 + nudge, in read_offsets()
356 buffer[0] + nudge ); in read_offsets()
376 hint = offsets_out.insert( hint, s + nudge, e + nudge ); in read_offsets()
H A DReadHDF5VarLen.hpp136 EntityHandle nudge,
148 const EntityHandle nudge = 1; in read() local
152 start_file_id, nudge, in read()
158 offsets, nudge, data_type, in read()
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/glsl/
H A Ddepthblur_fp.glsl40 vec2 nudge = vec2(0.0, scale.y * 0.5);
43 vec2 nudge = vec2(-scale.x * 0.5, 0.0);
60 vec2 offset = direction * (float(j) - 0.25) + nudge;
75 nudge = -nudge;
79 nudge = -nudge;
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/glsl/
H A Ddepthblur_fp.glsl40 vec2 nudge = vec2(0.0, scale.y * 0.5);
43 vec2 nudge = vec2(-scale.x * 0.5, 0.0);
60 vec2 offset = direction * (float(j) - 0.25) + nudge;
75 nudge = -nudge;
79 nudge = -nudge;
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/exec/
H A Dpppplot.pl273 my $nudge = $spread/2;
296 $locs[$i] -= $nudge;
297 while( ( $i > 0 ) && ( abs( $locs[$i] - $locs[--$i] ) < ( $spread + $nudge ) ) ) {
299 $locs[$i] -= $nudge;
302 $locs[$i] += $nudge;
303 while( ( $i < $#locs ) && ( abs( $locs[$i] - $locs[++$i] ) < ( $spread + $nudge ) ) ) {
305 $locs[$i] += $nudge;
/dports/cad/repsnapper/repsnapper-2.5a4/src/ui/
H A Dwidgets.cpp236 void View::AxisRow::nudge_clicked (double nudge) in nudge_clicked() argument
239 m_target->set_value (MAX (m_target->get_value () + nudge, 0.0)); in nudge_clicked()
240 m_printer->Move (std::string (axis_names[m_axis]), nudge); in nudge_clicked()
243 void View::AxisRow::add_nudge_button (double nudge) in add_nudge_button() argument
246 if (nudge > 0) in add_nudge_button()
248 label << nudge; in add_nudge_button()
252 (sigc::bind(sigc::mem_fun (*this, &AxisRow::nudge_clicked), nudge)); in add_nudge_button()
H A Dwidgets.h74 void nudge_clicked (double nudge);
75 void add_nudge_button (double nudge);
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Ddiffcoeff.cwl32 *-italic-nudge=##L
41 subscr-nudge=##L
45 /-subscr-nudge=##L
/dports/math/gemmlowp/gemmlowp-dc69acd/fixedpoint/
H A Dfixedpoint_avx.h178 __m256i nudge;
195 nudge = _mm256_set1_epi64x(1 << 30);
196 a0b0_a2b2_rounded = _mm256_add_epi64(a0b0_a2b2, nudge);
197 a1b1_a3b3_rounded = _mm256_add_epi64(a1b1_a3b3, nudge);
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/layout/hierarchical/
H A DJGraphMedianHybridCrossingReduction.java255 boolean nudge = false; in transpose()
257 nudge = true; in transpose()
357 || (totalSwitchedCrossings == totalCurrentCrossings && nudge)) { in transpose()
371 if (!nudge) { in transpose()
427 medianValues[i].nudge = !downwardSweep; in medianRank()
513 public boolean nudge = false; field in JGraphMedianHybridCrossingReduction.MedianCellSorter
535 if (nudge) { in compareTo()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/detail/master/
H A Diexchange-dud.hpp42 inline bool nudge();
76 …while (!inflight_.empty()) nudge(); // make sure that all the messages are propagated before w… in all_done()
182 while(nudge()); in control()
219 …while(nudge()); // clear up finished requests: this is necessary since requests may have been … in process_done()
321 nudge() in nudge() function in diy::Master::IExchangeInfoDUD
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/nn_ops/
H A Dcommon_reference.cpp10 int64_t nudge = 1 << 30; in saturating_rounding_doubling_high_multiply_reference() local
11 int64_t result = (ab_wide + nudge) >> 31; in saturating_rounding_doubling_high_multiply_reference()
H A Dcommon.cpp11 Expr nudge = 1 << (t.bits() - 2); in saturating_rounding_doubling_high_multiply() local
12 Expr result = (ab_wide + nudge) >> (t.bits() - 1); in saturating_rounding_doubling_high_multiply()
/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/Directives/Markings/
H A DRehearsalMark.scm6 (cons (_ "Nudge Position") 'nudge)
21 ((nudge)
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DScrollBar.h46 virtual void SetNudgeAmount(float nudge) { m_fNudgeAmount = nudge; } in SetNudgeAmount() argument
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DScrollBar.h46 virtual void SetNudgeAmount(float nudge) { m_fNudgeAmount = nudge; } in SetNudgeAmount() argument
/dports/net-im/libmesode/libmesode-0.10.1/src/
H A Dcrypto.c316 size_t nudge = 0; in base64_decoded_len() local
326 if (c == 64) ++nudge; in base64_decoded_len()
329 if (nudge > 2) return 0; in base64_decoded_len()
332 return 3 * (len >> 2) - nudge; in base64_decoded_len()
/dports/net-im/libstrophe/libstrophe-0.11.0/src/
H A Dcrypto.c308 size_t nudge = 0; in base64_decoded_len() local
321 ++nudge; in base64_decoded_len()
325 if (nudge > 2) in base64_decoded_len()
329 return 3 * (len >> 2) - nudge; in base64_decoded_len()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DChunkyReader.java139 nudge(); in init()
146 nudge(); in run()
152 public synchronized void nudge() { in nudge() method in ChunkyReader
193 nudge(); in getEntryBelow()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/palette/
H A DUserPrefPaletteItem.java93 PREF_WRITER.nudge(); in nudgeWriter()
108 nudge();

12345678910>>...40