Home
last modified time | relevance | path

Searched refs:stepR (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/processing/processing-1.5.1/modes/java/examples/3D/Form/RunAmuck/
H A DLegs.pde19 float velocity = .02, stepL, stepR, stepRate = random(10, 50);
76 vertex(x - w/2 + footWidth + legGap, y + detailHt + stepR*.9, z);
77 vertex(x + w/2, y + detailHt + stepR, z);
78 curveVertex(x + w/2, y + detailHt + stepR, z);
79 curveVertex(x + w/2, y + detailHt + stepR, z);
80 curveVertex(x + w/2 - detailW + shoeBulge, y + detailHt/2 + stepR, z);
81 curveVertex(x + w/2 - detailW, y + stepR, z);
82 vertex(x + w/2 - detailW, y + stepR, z);
103 stepR = cos(theta)*spring;
111 stepR = cos(theta)*spring;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/
H A Dinstancefilter001.java155 StepRequest stepR = (StepRequest) newEvent.request(); in testRun() local
156 String property = (String) stepR.getProperty("number"); in testRun()
158 display(" thread name == " + stepR.thread().name()); in testRun()
159 display(" size == " + stepR.size() + "; depth == " + stepR.depth()); in testRun()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/
H A Dinstancefilter001.java155 StepRequest stepR = (StepRequest) newEvent.request(); in testRun() local
156 String property = (String) stepR.getProperty("number"); in testRun()
158 display(" thread name == " + stepR.thread().name()); in testRun()
159 display(" size == " + stepR.size() + "; depth == " + stepR.depth()); in testRun()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/
H A Dinstancefilter001.java155 StepRequest stepR = (StepRequest) newEvent.request(); in testRun() local
156 String property = (String) stepR.getProperty("number"); in testRun()
158 display(" thread name == " + stepR.thread().name()); in testRun()
159 display(" size == " + stepR.size() + "; depth == " + stepR.depth()); in testRun()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/
H A Dinstancefilter001.java155 StepRequest stepR = (StepRequest) newEvent.request(); in testRun() local
156 String property = (String) stepR.getProperty("number"); in testRun()
158 display(" thread name == " + stepR.thread().name()); in testRun()
159 display(" size == " + stepR.size() + "; depth == " + stepR.depth()); in testRun()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/
H A Dinstancefilter001.java155 StepRequest stepR = (StepRequest) newEvent.request(); in testRun() local
156 String property = (String) stepR.getProperty("number"); in testRun()
158 display(" thread name == " + stepR.thread().name()); in testRun()
159 display(" size == " + stepR.size() + "; depth == " + stepR.depth()); in testRun()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/
H A Dinstancefilter001.java155 StepRequest stepR = (StepRequest) newEvent.request(); in testRun() local
156 String property = (String) stepR.getProperty("number"); in testRun()
158 display(" thread name == " + stepR.thread().name()); in testRun()
159 display(" size == " + stepR.size() + "; depth == " + stepR.depth()); in testRun()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/
H A Dinstancefilter001.java155 StepRequest stepR = (StepRequest) newEvent.request(); in testRun() local
156 String property = (String) stepR.getProperty("number"); in testRun()
158 display(" thread name == " + stepR.thread().name()); in testRun()
159 display(" size == " + stepR.size() + "; depth == " + stepR.depth()); in testRun()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/
H A Dinstancefilter001.java155 StepRequest stepR = (StepRequest) newEvent.request(); in testRun() local
156 String property = (String) stepR.getProperty("number"); in testRun()
158 display(" thread name == " + stepR.thread().name()); in testRun()
159 display(" size == " + stepR.size() + "; depth == " + stepR.depth()); in testRun()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/foldl-1.4.11/src/Control/
H A DScanl.hs112 (Scan stepL beginL) <*> (Scan stepR beginR) =
115 (bR, xR') = runState (stepR a) xR
260 (ScanM stepL beginL) <*> (ScanM stepR beginR) =
264 <*> runStateT (stepR a) xR
H A DFoldl.hs256 (Fold stepL beginL doneL) <*> (Fold stepR beginR doneR) =
257 let step (Pair xL xR) a = Pair (stepL xL a) (stepR xR a)
392 (FoldM stepL beginL doneL) <*> (FoldM stepR beginR doneR) =
393 let step (Pair xL xR) a = Pair <$> stepL xL a <*> stepR xR a
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/foldl-1.4.11/src/Control/
H A DScanl.hs112 (Scan stepL beginL) <*> (Scan stepR beginR) =
115 (bR, xR') = runState (stepR a) xR
260 (ScanM stepL beginL) <*> (ScanM stepR beginR) =
264 <*> runStateT (stepR a) xR
H A DFoldl.hs256 (Fold stepL beginL doneL) <*> (Fold stepR beginR doneR) =
257 let step (Pair xL xR) a = Pair (stepL xL a) (stepR xR a)
392 (FoldM stepL beginL doneL) <*> (FoldM stepR beginR doneR) =
393 let step (Pair xL xR) a = Pair <$> stepL xL a <*> stepR xR a
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/foldl-1.4.12/src/Control/
H A DScanl.hs112 (Scan stepL beginL) <*> (Scan stepR beginR) =
115 (bR, xR') = runState (stepR a) xR
260 (ScanM stepL beginL) <*> (ScanM stepR beginR) =
264 <*> runStateT (stepR a) xR
H A DFoldl.hs257 (Fold stepL beginL doneL) <*> (Fold stepR beginR doneR) =
258 let step (Pair xL xR) a = Pair (stepL xL a) (stepR xR a)
397 (FoldM stepL beginL doneL) <*> (FoldM stepR beginR doneR) =
398 let step (Pair xL xR) a = Pair <$> stepL xL a <*> stepR xR a
/dports/net-im/psi/psi-1.5/src/widgets/
H A Dfancylabel.cpp209 float stepR = (float)(r2 - r1) / w; in resizeEvent() local
217 int r = (int)((float)r1 + stepR*i); in resizeEvent()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/src/
H A Dimage_decode.cpp381 uint32_t stepR = 1; in imageParseTinyExr() local
434 srcR += stepR; in imageParseTinyExr()
460 srcR += stepR; in imageParseTinyExr()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/src/
H A Dimage_decode.cpp381 uint32_t stepR = 1; in imageParseTinyExr() local
434 srcR += stepR; in imageParseTinyExr()
460 srcR += stepR; in imageParseTinyExr()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DColorQuant.hs264 (Fold stepL beginL doneL) <*> (Fold stepR beginR doneR) =
265 let step (Pair xL xR) a = Pair (stepL xL a) (stepR xR a)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DColorQuant.hs264 (Fold stepL beginL doneL) <*> (Fold stepR beginR doneR) =
265 let step (Pair xL xR) a = Pair (stepL xL a) (stepR xR a)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath5k/
H A Dphy.c2456 ath5k_get_linear_pcdac_min(const u8 *stepL, const u8 *stepR, in ath5k_get_linear_pcdac_min() argument
2464 if (stepL[0] == stepL[1] || stepR[0] == stepR[1]) in ath5k_get_linear_pcdac_min()
2489 stepR[0], stepR[1]); in ath5k_get_linear_pcdac_min()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath5k/
H A Dphy.c2456 ath5k_get_linear_pcdac_min(const u8 *stepL, const u8 *stepR, in ath5k_get_linear_pcdac_min() argument
2464 if (stepL[0] == stepL[1] || stepR[0] == stepR[1]) in ath5k_get_linear_pcdac_min()
2489 stepR[0], stepR[1]); in ath5k_get_linear_pcdac_min()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath5k/
H A Dphy.c2456 ath5k_get_linear_pcdac_min(const u8 *stepL, const u8 *stepR, in ath5k_get_linear_pcdac_min() argument
2464 if (stepL[0] == stepL[1] || stepR[0] == stepR[1]) in ath5k_get_linear_pcdac_min()
2489 stepR[0], stepR[1]); in ath5k_get_linear_pcdac_min()
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxregion.c286 reg->stepR = line2x.stepPos; in MatrixRegionOrientation()
300 reg->stepR = line1x.stepNeg; in MatrixRegionOrientation()
323 reg->stepR = line2x.stepNeg; in MatrixRegionOrientation()
337 reg->stepR = line1x.stepPos; in MatrixRegionOrientation()
H A Ddmtx.h354 int stepR; member

12