Home
last modified time | relevance | path

Searched refs:Evaluate (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_1d_function.cpp45 real64 y0 = Evaluate (x0); in EvaluateInverse()
48 real64 y1 = Evaluate (x1); in EvaluateInverse()
62 real64 y2 = Evaluate (x2); in EvaluateInverse()
87 real64 dng_1d_identity::Evaluate (real64 x) const in Evaluate() function in dng_1d_identity
138 real64 dng_1d_concatenate::Evaluate (real64 x) const in Evaluate() function in dng_1d_concatenate
141 real64 y = Pin_real64 (0.0, fFunction1.Evaluate (x), 1.0); in Evaluate()
143 return fFunction2.Evaluate (y); in Evaluate()
179 real64 dng_1d_inverse::Evaluate (real64 x) const in Evaluate() function in dng_1d_inverse
191 return fFunction.Evaluate (y); in EvaluateInverse()
Ddng_1d_function.h51 virtual real64 Evaluate (real64 x) const = 0;
77 virtual real64 Evaluate (real64 x) const;
121 virtual real64 Evaluate (real64 x) const;
149 virtual real64 Evaluate (real64 x) const;
Ddng_1d_table.cpp72 fTable [middle] = (real32) function.Evaluate (middle * (1.0 / (real64) kTableSize)); in SubDivide()
120 fTable [0 ] = (real32) function.Evaluate (0.0); in Initialize()
121 fTable [kTableSize] = (real32) function.Evaluate (1.0); in Initialize()
142 real64 y = function.Evaluate (x); in Initialize()
Ddng_render.h55 virtual real64 Evaluate (real64 x) const;
83 virtual real64 Evaluate (real64 x) const;
98 virtual real64 Evaluate (real64 x) const;
123 virtual real64 Evaluate (real64 x) const;
Ddng_color_space.h37 virtual real64 Evaluate (real64 x) const;
54 virtual real64 Evaluate (real64 x) const;
71 virtual real64 Evaluate (real64 x) const;
135 return GammaFunction ().Evaluate (x); in GammaEncode()
Ddng_color_space.cpp26 real64 dng_function_GammaEncode_sRGB::Evaluate (real64 x) const in Evaluate() function in dng_function_GammaEncode_sRGB
63 real64 dng_function_GammaEncode_1_8::Evaluate (real64 x) const in Evaluate() function in dng_function_GammaEncode_1_8
119 real64 dng_function_GammaEncode_2_2::Evaluate (real64 x) const in Evaluate() function in dng_function_GammaEncode_2_2
Ddng_lens_correction.cpp205 real64 y0 = Evaluate (plane, in EvaluateInverse()
209 real64 y1 = Evaluate (plane, in EvaluateInverse()
224 const real64 y2 = Evaluate (plane, in EvaluateInverse()
414 real64 dng_warp_params_rectilinear::Evaluate (uint32 plane, in Evaluate() function in dng_warp_params_rectilinear
591 const real64 gap1 = Evaluate (plane, maxDstGap); in MaxSrcRadiusGap()
597 const real64 gap2 = Evaluate (plane, 1.0) in MaxSrcRadiusGap()
598 - Evaluate (plane, 1.0 - maxDstGap); in MaxSrcRadiusGap()
614 const real64 gap = Evaluate (plane, r + maxDstGap) in MaxSrcRadiusGap()
615 - Evaluate (plane, r); in MaxSrcRadiusGap()
812 real64 dng_warp_params_fisheye::Evaluate (uint32 plane, in Evaluate() function in dng_warp_params_fisheye
[all …]
Ddng_lens_correction.h126 virtual real64 Evaluate (uint32 plane,
324 virtual real64 Evaluate (uint32 plane,
430 virtual real64 Evaluate (uint32 plane,
Ddng_resample.h45 virtual real64 Evaluate (real64 x) const = 0;
58 virtual real64 Evaluate (real64 x) const;
/third_party/vk-gl-cts/framework/randomshaders/
DrsgBuiltinFunctions.hpp35 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
57 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
58 UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::UnaryBuiltinVecFunc (Generat… in UnaryBuiltinVecFunc()
78 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
79 UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::~UnaryBuiltinVecFunc (void) in ~UnaryBuiltinVecFunc()
84 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
85 Expression* UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::createNextChild … in createNextChild()
94 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
95 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::tokenize (GeneratorStat… in tokenize()
102 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
[all …]
/third_party/ninja/src/
Ddyndep_parser.cc83 string version = let_value.Evaluate(&env_); in ParseDyndepVersion()
115 string path = out0.Evaluate(&env_); in ParseEdge()
196 string value = val.Evaluate(&env_); in ParseEdge()
202 string path = i->Evaluate(&env_); in ParseEdge()
213 string path = i->Evaluate(&env_); in ParseEdge()
Dmanifest_parser.cc62 string value = let_value.Evaluate(env_); in Parse()
114 string depth_string = value.Evaluate(env_); in ParsePool()
190 string path = eval.Evaluate(env_); in ParseDefault()
303 env->AddBinding(key, val.Evaluate(env_)); in ParseEdge()
320 string path = outs[i].Evaluate(env); in ParseEdge()
353 string path = i->Evaluate(env); in ParseEdge()
406 string path = eval.Evaluate(env_); in ParseFileInclude()
/third_party/boost/libs/outcome/doc/src/content/reference/macros/
Dtry.md3 description = "Evaluate an expression which results in an understood type, assigning `T` to a varia…
6 Evaluate an expression which results in a type matching the following customisation points, assigni…
Dco_try.md3 description = "Evaluate within a coroutine an expression which results in an understood type, assig…
6 Evaluate within a coroutine an expression which results in a type matching the following customisat…
Dtry_failure_likely.md3 description = "Evaluate an expression which results in an understood type, assigning `T` to a varia…
6 Evaluate an expression which results in a type matching the following customisation points, assigni…
Dco_try_failure_likely.md3 description = "Evaluate within a coroutine an expression which results in an understood type, assig…
6 Evaluate within a coroutine an expression which results in a type matching the following customisat…
Dco_tryv.md3 description = "Evaluate from within a coroutine an expression which results in an understood type, …
6 Evaluate from within a coroutine an expression which results in a type matching the following custo…
Dco_tryv_failure_likely.md3 description = "Evaluate from within a coroutine an expression which results in an understood type, …
6 Evaluate from within a coroutine an expression which results in a type matching the following custo…
Dtryv_failure_likely.md3 description = "Evaluate an expression which results in an understood type, continuing execution if …
6 Evaluate an expression which results in a type matching the following customisation points, continu…
Dtryv.md3 description = "Evaluate an expression which results in an understood type, continuing execution if …
6 Evaluate an expression which results in a type matching the following customisation points, continu…
Dtryx.md3 description = "Evaluate an expression which results in an understood type, emitting the `T` if succ…
6 Evaluate an expression which results in a type matching the following customisation points, emittin…
Dtryx_failure_likely.md3 description = "Evaluate an expression which results in an understood type, emitting the `T` if succ…
6 Evaluate an expression which results in a type matching the following customisation points, emittin…
Dco_tryx.md3 description = "Evaluate from within a coroutine an expression which results in an understood type, …
6 Evaluate within a coroutine an expression which results in a type matching the following customisat…
Dco_tryx_failure_likely.md3 description = "Evaluate from within a coroutine an expression which results in an understood type, …
6 Evaluate within a coroutine an expression which results in a type matching the following customisat…
/third_party/boost/libs/math/doc/interpolators/
Dcardinal_quintic_b_spline.qbk67 // Evaluate the interpolant at a point:
69 // Evaluate the derivative of the interpolant:
71 // Evaluate the second derivative of the interpolant:

1234