Home
last modified time | relevance | path

Searched refs:temp45 (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_hybrid_color.cpp82 double temp45 = z.Dot(z); in FormulaCode() local
83 double temp46 = sphereRR - temp45; in FormulaCode()
89 if (fractal->transformCommon.functionEnabledyFalse && temp45 > sphereRR) in FormulaCode()
93 if (fractal->transformCommon.functionEnabledPFalse && temp45 < sphereRR) in FormulaCode()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_hybrid_color.cl71 REAL temp45 = dot(z, z);
72 REAL temp46 = sphereRR - temp45;
78 if (fractal->transformCommon.functionEnabledyFalse && temp45 > sphereRR)
82 if (fractal->transformCommon.functionEnabledPFalse && temp45 < sphereRR)
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/thriftfs/gen-st/
H A Dhadoopfs.st629 temp42 exception: [|temp46 temp45|
630 temp45 := ThriftIOException new.
636 temp45 message: iprot readString].
639 temp45] value].
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/src/sse/
H A Dsse_butterflies.rs1846 let [temp45, temp67] = parallel_fft2_contiguous_f32(mids[2], mids[3]);
1851 let out23 = extract_lo_hi_f32(temp45, temp67);
1854 let out89 = extract_hi_hi_f32(temp45, temp89);
/dports/lang/snobol4/snobol4-2.2.2/
H A Dres.h1520 struct descr temp45[1]; member
1521 # define TEMP45 ((ptr_t)res.temp45)
H A Dres.h21520 struct descr temp45[1];
1521 # define TEMP45 ((ptr_t)res.temp45)