Searched refs:check_parameters (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/math/distributions/ |
D | laplace.hpp | 49 check_parameters("boost::math::laplace_distribution<%1%>::laplace_distribution()", &result); in laplace_distribution() 67 bool check_parameters(const char* function, RealType* result) const in check_parameters() function in boost::math::laplace_distribution 124 if (false == dist.check_parameters(function, &result)) return result; in pdf() 155 if (false == dist.check_parameters(function, &result)) return result; in cdf() 189 if (false == dist.check_parameters(function, &result)) return result; in quantile() 236 if (false == c.dist.check_parameters(function, &result)) return result; in cdf() 272 if (false == c.dist.check_parameters(function, &result)) return result; in quantile()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_precision.cpp | 522 unsigned check_parameters = ir->actual_parameters.length(); in handle_call() local 529 check_parameters = 1; in handle_call() 531 check_parameters = 2; in handle_call() 536 check_parameters = 0; in handle_call() 543 if (!check_parameters) in handle_call() 550 --check_parameters; in handle_call()
|
/third_party/musl/tools/api_cmp_tool/ |
D | compare.py | 45 check_parameters() 48 def check_parameters(): function
|
/third_party/skia/src/sksl/ir/ |
D | SkSLFunctionDeclaration.cpp | 69 static bool check_parameters(const Context& context, in check_parameters() function 335 !check_parameters(context, parameters, isMain) || in Convert()
|