Home
last modified time | relevance | path

Searched refs:Evaluate (Results 1 - 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/dng_sdk/source/
H A 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()
H A Ddng_1d_function.h41 /// Returns true if this function is the map x -> y such that x == y for all x . That is if Evaluate(x) == x for all x.
51 virtual real64 Evaluate (real64 x) const = 0;
55 /// for x such that Evaluate(x) == y.
57 /// \retval A value x such that Evaluate(x) == y (to very close approximation).
77 virtual real64 Evaluate (real64 x) const;
104 /// Create a dng_1d_function which computes y = function2.Evaluate(function1.Evaluate(x)).
105 /// Compose function1 and function2 to compute y = function2.Evaluate(function1.Evaluate(x)). The range of function1.Evaluate mus
[all...]
H A 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()
H A 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()
H A 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;
H A Ddng_lens_correction.h120 /// Evaluate the 1D radial warp function for the specified plane.
126 virtual real64 Evaluate (uint32 plane,
129 /// Compute and return the inverse of Evaluate () above. The base
139 /// Evaluate the 1D radial warp ratio function for the specified plane.
144 /// different than the Evaluate () function, above, in that the argument
147 /// EvaluateRatio (r * r) is the same as Evaluate (r) / r.
152 /// Evaluate the 2D tangential warp for the specified plane. Parameter
168 /// Evaluate the 2D tangential warp for the specified plane. diff
177 /// Evaluate the 2D tangential warp for the specified plane. Parameter
324 virtual real64 Evaluate (uint3
[all...]
H A 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,
591 const real64 gap1 = Evaluate (plane, maxDstGap);
597 const real64 gap2 = Evaluate (plane, 1.0)
598 - Evaluate (plane, 1.0 - maxDstGap);
614 const real64 gap = Evaluate (plane, r + maxDstGap)
615 - Evaluate (plane, r);
812 real64 dng_warp_params_fisheye::Evaluate (uint3
[all...]
H A Ddng_resample.h45 virtual real64 Evaluate (real64 x) const = 0;
58 virtual real64 Evaluate (real64 x) const;
H A Ddng_resample.cpp40 real64 dng_resample_bicubic::Evaluate (real64 x) const in Evaluate() function in dng_resample_bicubic
225 // Evaluate kernel function for 32 bit weights. in Initialize()
238 w32 [j] = (real32) kernel.Evaluate (x); in Initialize()
385 // Evaluate kernel function for 32 bit weights. 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()
H A Ddng_spline.h76 virtual real64 Evaluate (real64 x) const;
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBuiltinFunctions.hpp35 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
57 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
58 UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::UnaryBuiltinVecFunc (GeneratorState& state, const char* function, ConstValueRangeAccess valueRange) 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 (GeneratorState& state) in createNextChild()
94 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
95 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
102 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
[all...]
/third_party/ninja/src/
H A Ddyndep_parser.cc85 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()
H A Dmanifest_parser.cc66 string value = let_value.Evaluate(env_); in Parse()
118 string depth_string = value.Evaluate(env_); in ParsePool()
194 string path = eval.Evaluate(env_); in ParseDefault()
317 env->AddBinding(key, val.Evaluate(env_)); in ParseEdge()
334 string path = outs[i].Evaluate(env); in ParseEdge()
367 string path = i->Evaluate(env); in ParseEdge()
380 string path = v->Evaluate(env); in ParseEdge()
431 string path = eval.Evaluate(env_); in ParseFileInclude()
H A Deval_env.cc93 return eval->Evaluate(env); in LookupWithFallback()
101 string EvalString::Evaluate(Env* env) const { in Evaluate() function in EvalString
H A Deval_env.h37 std::string Evaluate(Env* env) const;
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Doverloading.hpp1 extern bool Evaluate(char r);
2 extern bool Evaluate(int x, int y);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Doverloading.rs10 pub fn Evaluate(r: ::std::os::raw::c_char) -> bool; in Evaluate() functions
/third_party/node/deps/v8/src/debug/
H A Ddebug-stack-trace-iterator.h34 v8::MaybeLocal<v8::Value> Evaluate(v8::Local<v8::String> source,
H A Ddebug-evaluate.h35 // Evaluate a piece of JavaScript in the context of a stack frame for
50 // Evaluate a piece of JavaScript in the native context, but with the
107 static MaybeHandle<Object> Evaluate(Isolate* isolate,
/third_party/node/deps/v8/src/objects/
H A Dsynthetic-module.h62 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> Evaluate(
H A Dmodule.cc245 MaybeHandle<Object> Module::Evaluate(Isolate* isolate, Handle<Module> module) { in Evaluate() function in v8::internal::Module
268 // Start of Evaluate () Concrete Method in Evaluate()
287 return SourceTextModule::Evaluate(isolate, in Evaluate()
290 return SyntheticModule::Evaluate(isolate, in Evaluate()
H A Dsynthetic-module.cc99 // Implements Synthetic Module Record's Evaluate concrete method:
101 MaybeHandle<Object> SyntheticModule::Evaluate(Isolate* isolate, in Evaluate() function in v8::internal::SyntheticModule
H A Dmodule.h80 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> Evaluate(
/third_party/node/tools/
H A Dtest.py999 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) ]
/third_party/node/src/
H A Dmodule_wrap.h80 static void Evaluate(const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 12 milliseconds

12