/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_1d_function.cpp | 45 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()
|
D | dng_1d_function.h | 51 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;
|
D | dng_1d_table.cpp | 72 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()
|
D | dng_render.h | 55 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;
|
D | dng_color_space.h | 37 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()
|
D | dng_color_space.cpp | 26 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
|
D | dng_lens_correction.cpp | 205 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 …]
|
D | dng_lens_correction.h | 126 virtual real64 Evaluate (uint32 plane, 324 virtual real64 Evaluate (uint32 plane, 430 virtual real64 Evaluate (uint32 plane,
|
D | dng_resample.h | 45 virtual real64 Evaluate (real64 x) const = 0; 58 virtual real64 Evaluate (real64 x) const;
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgBuiltinFunctions.hpp | 35 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/ |
D | dyndep_parser.cc | 83 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()
|
D | manifest_parser.cc | 62 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/ |
D | try.md | 3 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…
|
D | co_try.md | 3 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…
|
D | try_failure_likely.md | 3 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…
|
D | co_try_failure_likely.md | 3 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…
|
D | co_tryv.md | 3 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…
|
D | co_tryv_failure_likely.md | 3 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…
|
D | tryv_failure_likely.md | 3 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…
|
D | tryv.md | 3 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…
|
D | tryx.md | 3 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…
|
D | tryx_failure_likely.md | 3 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…
|
D | co_tryx.md | 3 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…
|
D | co_tryx_failure_likely.md | 3 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/ |
D | cardinal_quintic_b_spline.qbk | 67 // Evaluate the interpolant at a point: 69 // Evaluate the derivative of the interpolant: 71 // Evaluate the second derivative of the interpolant:
|