Home
last modified time | relevance | path

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

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_hybrid_color.cpp65 CVector4 temp38 = aux.c; in FormulaCode() local
67 if (fractal->transformCommon.functionEnabledCz) temp38 = fabs(temp38); in FormulaCode()
68 temp38 = box - temp38; in FormulaCode()
70 temp39 = max(max(temp38.x, temp38.y), temp38.z); in FormulaCode()
71 double temp40 = min(min(temp38.x, temp38.y), temp38.z); in FormulaCode()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_hybrid_color.cl54 REAL4 temp38 = aux->c;
56 if (fractal->transformCommon.functionEnabledCz) temp38 = fabs(temp38);
57 temp38 = box - temp38;
59 temp39 = max(max(temp38.x, temp38.y), temp38.z);
60 REAL temp40 = min(min(temp38.x, temp38.y), temp38.z);
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/thriftfs/gen-st/
H A Dhadoopfs.st559 temp37 type = TType stop] whileFalse: [|temp38|
561 temp38 := true.
563 temp38 ifNil: [iprot skip: temp37 type]].
/dports/lang/snobol4/snobol4-2.2.2/
H A Dres.h1506 struct descr temp38[1]; member
1507 # define TEMP38 ((ptr_t)res.temp38)
H A Dres.h21506 struct descr temp38[1];
1507 # define TEMP38 ((ptr_t)res.temp38)