Searched refs:f_1 (Results 1 – 8 of 8) sorted by relevance
/external/ceres-solver/data/ |
D | README.foe | 12 <f_1,1> ... <f_1,s^2>
|
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/ |
D | main.cpp | 86 int f_1; member
|
/external/clang/test/Analysis/ |
D | uninit-const.c | 24 void f_1(void) { in f_1() function
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmspcs.c | 121 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/chromium_org/third_party/qcms/src/ |
D | chain.c | 76 #define f_1(t) (t <= (24.0f/116.0f)) ? ((108.0/841.0) * (t - (16.0/116.0))) : (t * t * t) macro 90 float X = f_1((y + 0.002f * device_a)) * WhitePointX; in qcms_transform_module_LAB_to_XYZ() 91 float Y = f_1(y) * WhitePointY; in qcms_transform_module_LAB_to_XYZ() 92 float Z = f_1((y - 0.005f * device_b)) * WhitePointZ; in qcms_transform_module_LAB_to_XYZ()
|
/external/ceres-solver/docs/source/ |
D | tutorial.rst | 319 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)`
|
D | modeling.rst | 753 CostFunction* f_1 = ... 754 conditioners.push_back(f_1);
|
D | solving.rst | 22 :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})
|