Home
last modified time | relevance | path

Searched refs:f_1 (Results 1 – 7 of 7) sorted by relevance

/external/ceres-solver/data/
DREADME.foe12 <f_1,1> ... <f_1,s^2>
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
Dmain.cpp86 int f_1; member
/external/clang/test/Analysis/
Duninit-const.c24 void f_1(void) { in f_1() function
/external/pdfium/third_party/lcms2-2.6/src/
Dcmspcs.c121 cmsFloat64Number f_1(cmsFloat64Number t) in f_1() function
163 xyz -> X = f_1(x) * WhitePoint -> X; in cmsLab2XYZ()
164 xyz -> Y = f_1(y) * WhitePoint -> Y; in cmsLab2XYZ()
165 xyz -> Z = f_1(z) * WhitePoint -> Z; in cmsLab2XYZ()
/external/ceres-solver/docs/source/
Dtutorial.rst319 f_1(x) &= x_1 + 10x_2 \\
323 F(x) &= \left[f_1(x),\ f_2(x),\ f_3(x),\ f_4(x) \right]
347 :math:`f_1(x_1, x_2)`, :math:`f_2(x_3, x_4)` and :math:`f_3(x_2, x_3)`
Dmodeling.rst753 CostFunction* f_1 = ...
754 conditioners.push_back(f_1);
Dsolving.rst22 :math:`F(x) = \left[f_1(x), ... , f_{m}(x) \right]^{\top}` be a
304 .. math:: y = f_1(a_1, e^{b_1 x}) + f_2(a_2, e^{b_3 x^2 + c_1})