Searched refs:a_ (Results 26 - 50 of 85) sorted by relevance

1234

/external/ceres-solver/include/ceres/
H A Dloss_function.h177 explicit HuberLoss(double a) : a_(a), b_(a * a) { }
181 const double a_; member in class:ceres::HuberLoss
231 explicit ArctanLoss(double a) : a_(a), b_(1 / (a * a)) { }
235 const double a_; member in class:ceres::ArctanLoss
274 const double a_, b_, c_; member in class:ceres::TolerantLoss
315 rho_(rho), a_(a), ownership_(ownership) { }
326 const double a_; member in class:ceres::ScaledLoss
/external/qemu/fpu/
H A Dsoftfloat-specialize.h139 int float16_is_quiet_nan(float16 a_) argument
141 return float16_is_any_nan(a_);
144 int float16_is_signaling_nan(float16 a_) argument
154 int float16_is_quiet_nan(float16 a_) argument
156 uint16_t a = float16_val(a_);
169 int float16_is_signaling_nan(float16 a_) argument
171 uint16_t a = float16_val(a_);
184 float16 float16_maybe_silence_nan(float16 a_) argument
186 if (float16_is_signaling_nan(a_)) {
194 uint16_t a = float16_val(a_);
241 float32_is_quiet_nan(float32 a_) argument
246 float32_is_signaling_nan(float32 a_) argument
649 float64_is_quiet_nan(float64 a_) argument
654 float64_is_signaling_nan(float64 a_) argument
848 floatx80_is_quiet_nan(floatx80 a_) argument
853 floatx80_is_signaling_nan(floatx80 a_) argument
1016 float128_is_quiet_nan(float128 a_) argument
1021 float128_is_signaling_nan(float128 a_) argument
[all...]
/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory.h649 a_() {
653 a_(a) {
657 (object->*method_)(result, a_);
661 A a_; member in class:pp::CompletionCallbackFactory::Dispatcher1
672 a_(),
678 a_(a),
686 (object->*method_)(result, Traits::StorageToPluginArg(output_), a_); local
695 A a_; member in class:pp::CompletionCallbackFactory::DispatcherWithOutput1
705 a_(),
710 a_(
719 A a_; member in class:pp::CompletionCallbackFactory::Dispatcher2
747 (object->*method_)(result, Traits::StorageToPluginArg(output_), a_, b_); local
756 A a_; member in class:pp::CompletionCallbackFactory::DispatcherWithOutput2
783 A a_; member in class:pp::CompletionCallbackFactory::Dispatcher3
826 A a_; member in class:pp::CompletionCallbackFactory::DispatcherWithOutput3
[all...]
/external/ceres-solver/internal/ceres/
H A Dautodiff_cost_function_test.cc43 explicit BinaryScalarCost(double a): a_(a) {}
47 cost[0] = x[0] * y[0] + x[1] * y[1] - T(a_);
51 double a_; member in class:ceres::internal::BinaryScalarCost
H A Dgradient_checking_cost_function_test.cc74 a_.resize(arity_);
76 a_[j].resize(dim[j]);
78 a_[j][u] = 2.0 * RandDouble() - 1.0;
95 ax += a_[j][u] * parameters[j][u];
109 jacobians[j][u] = - f * a_[j][u];
129 vector<vector<double> > a_; member in class:ceres::internal::TestTerm
/external/libnl/lib/
H A Ddata.c176 void *a_ = nl_data_get(a); local
179 if (a_ && b_)
180 return memcmp(a_, b_, nl_data_get_size(a));
/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp99 char a_; member in class:A
102 explicit A(char a) : a_(a) {}
106 {return x.a_ == y.a_;}
/external/stlport/test/unit/
H A Dbound_test.cpp28 static bool char_str_less(const char* a_, const char* b_) argument
30 return strcmp(a_, b_) < 0 ? 1 : 0;
H A Dmultiset_test.cpp28 static bool less_than(int a_, int b_) argument
30 return a_ < b_;
33 static bool greater_than(int a_, int b_) argument
35 return a_ > b_;
H A Dsearch_test.cpp28 static bool str_equal(const char* a_, const char* b_) argument
30 return strcmp(a_, b_) == 0 ? 1 : 0;
H A Dunique_test.cpp30 static bool str_equal(const char* a_, const char* b_) argument
31 { return *a_ == *b_; }
H A Dadj_test.cpp33 static int mult(int a_, int b_);
132 int AdjTest::mult(int a_, int b_) argument
134 return a_ * b_;
H A Dmismatch_test.cpp34 bool str_equal(const char* a_, const char* b_) argument
36 return strcmp(a_, b_) == 0 ? 1 : 0;
H A Dpartition_test.cpp35 bool operator() (int a_) const {
37 return a_ < _limit;
H A Dequal_test.cpp33 static bool values_squared(int a_, int b_);
175 bool EqualTest::values_squared(int a_, int b_) argument
177 return (a_ * a_ == b_);
H A Dsort_test.cpp42 static bool string_less(const char* a_, const char* b_) argument
44 return strcmp(a_, b_) < 0 ? 1 : 0;
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c45 int a_ GUARDED_BY(foo_.mu_);
46 int *b_ PT_GUARDED_BY(foo_.mu_) = &a_;
103 set_value(&a_, 0); // expected-warning{{calling function 'set_value' requires holding mutex 'foo_.mu_' exclusively}}
106 set_value(&a_, 1);
/external/chromium_org/v8/test/mjsunit/
H A Dmigrations.js152 get: function() { return this.a_; },
153 set: function(value) {this.a_ = value; },
157 var o = {a_:v}; property
165 accessor1: { value: this.a_, configurable: true },
167 get: function() { return this.a_; },
168 set: function(value) {this.a_ = value; },
172 var o = {a_:v}; property
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress.cc55 explicit scoped_ptr(T* a) : a_(a) {
58 if (a_)
59 Free(a_);
62 return a_;
65 T* a_; member in class:__anon5719::scoped_ptr
/external/clang/test/SemaCXX/
H A Dwarn-unused-private-field.cpp215 A() : p_(__null), b_(false), a_(this), p2_(nullptr) {}
218 A* a_; // expected-warning{{private field 'a_' is not used}} member in class:pr13413::A
H A Dnew-delete.cpp475 Foo() : a_(new scoped_array<int>[5]) { }
476 scoped_array< scoped_array<int> > a_; member in struct:PR12061::Foo
485 Foo2() : a_(new scoped_array2<int>[5]) { }
486 scoped_array2< scoped_array2<int> > a_; member in struct:PR12061::Foo2
/external/clang/test/SemaTemplate/
H A Dmember-template-access-expr.cpp36 A<T> a_; member in class:B
46 a_.~A<T>();
/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc99 explicit IndirectSorter(int* a) : a_(a) { }
102 return a_[i0] > a_[i1];
106 int* a_; member in class:__anon17420::IndirectSorter
/external/stressapptest/src/
H A Dfinelock_queue.h103 int64 a_; // 'a' multiplicative value for progressing member in class:FineLockPEQueue
/external/jemalloc/test/include/test/
H A Dtest.h4 t a_ = (a); \
6 if (!(a_ cmp b_)) { \
14 #a, #b, a_, b_); \
214 bool a_ = (a); \
216 if (!(a_ == b_)) { \
223 #a, #b, a_ ? "true" : "false", \
230 bool a_ = (a); \
232 if (!(a_ != b_)) { \
239 #a, #b, a_ ? "true" : "false", \

Completed in 974 milliseconds

1234