/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_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_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.h | 126 virtual real64 Evaluate (uint32 plane, 324 virtual real64 Evaluate (uint32 plane, 430 virtual real64 Evaluate (uint32 plane,
|
D | dng_resample.cpp | 40 real64 dng_resample_bicubic::Evaluate (real64 x) const in Evaluate() function in dng_resample_bicubic 238 w32 [j] = (real32) kernel.Evaluate (x); in Initialize() 414 w32 [index] = (real32) kernel.Evaluate (r); in Initialize() 420 w32 [index] = (real32) kernel.Evaluate (xPos) * in Initialize() 421 (real32) kernel.Evaluate (yPos); in Initialize()
|
D | dng_resample.h | 45 virtual real64 Evaluate (real64 x) const = 0; 58 virtual real64 Evaluate (real64 x) const;
|
D | dng_spline.h | 76 virtual real64 Evaluate (real64 x) const;
|
D | dng_render.cpp | 65 real64 dng_function_exposure_ramp::Evaluate (real64 x) const in Evaluate() function in dng_function_exposure_ramp 116 real64 dng_function_exposure_tone::Evaluate (real64 x) const in Evaluate() function in dng_function_exposure_tone 136 real64 dng_tone_curve_acr3_default::Evaluate (real64 x) const in Evaluate() function in dng_tone_curve_acr3_default
|
/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 | manifest_parser.cc | 64 string value = let_value.Evaluate(env_); in Parse() 116 string depth_string = value.Evaluate(env_); in ParsePool() 192 string path = eval.Evaluate(env_); in ParseDefault() 315 env->AddBinding(key, val.Evaluate(env_)); in ParseEdge() 332 string path = outs[i].Evaluate(env); in ParseEdge() 365 string path = i->Evaluate(env); in ParseEdge() 378 string path = v->Evaluate(env); in ParseEdge() 428 string path = eval.Evaluate(env_); in ParseFileInclude()
|
D | dyndep_parser.cc | 85 string version = let_value.Evaluate(&env_); in ParseDyndepVersion() 117 string path = out0.Evaluate(&env_); in ParseEdge() 198 string value = val.Evaluate(&env_); in ParseEdge() 204 string path = i->Evaluate(&env_); in ParseEdge() 215 string path = i->Evaluate(&env_); in ParseEdge()
|
D | eval_env.cc | 93 return eval->Evaluate(env); in LookupWithFallback() 101 string EvalString::Evaluate(Env* env) const { in Evaluate() function in EvalString
|
D | eval_env.h | 37 std::string Evaluate(Env* env) const;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | overloading.hpp | 1 extern bool Evaluate(char r); 2 extern bool Evaluate(int x, int y);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | overloading.rs | 10 pub fn Evaluate(r: ::std::os::raw::c_char) -> bool; in Evaluate() function
|
/third_party/node/deps/v8/src/debug/ |
D | debug-stack-trace-iterator.h | 34 v8::MaybeLocal<v8::Value> Evaluate(v8::Local<v8::String> source,
|
D | debug-evaluate.h | 107 static MaybeHandle<Object> Evaluate(Isolate* isolate,
|
/third_party/node/deps/v8/src/objects/ |
D | synthetic-module.h | 62 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> Evaluate(
|
D | module.cc | 245 MaybeHandle<Object> Module::Evaluate(Isolate* isolate, Handle<Module> module) { in Evaluate() function in v8::internal::Module 287 return SourceTextModule::Evaluate(isolate, in Evaluate() 290 return SyntheticModule::Evaluate(isolate, in Evaluate()
|
D | module.h | 80 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> Evaluate(
|
/third_party/node/tools/ |
D | test.py | 999 def Evaluate(self, env, defs): member in Constant 1032 def Evaluate(self, env, defs): member in Operation 1034 return self.left.Evaluate(env, defs) or self.right.Evaluate(env, defs) 1042 return self.left.Evaluate(env, defs) and self.right.Evaluate(env, defs) 1048 if self.right.Evaluate(env, defs): 1241 sections = [ s for s in self.sections if s.condition.Evaluate(env, self.defs) ]
|