/third_party/boost/libs/numeric/odeint/examples/quadmath/ |
D | black_hole.cpp | 86 typedef __float128 my_float; typedef 87 typedef std::vector< std::complex < my_float > > state_type; 91 my_float m_om; 92 my_float m_l; 94 radMod( my_float om , my_float l ) in radMod() 97 void operator()( const state_type &x , state_type &dxdt , my_float r ) const in operator ()() 117 my_float re0 = strtoflt128( "-0.00008944230755601224204687038354994353820468" , NULL ); in main() 118 my_float im0 = strtoflt128( "0.00004472229441850588228136889483397204368247" , NULL ); in main() 119 my_float re1 = strtoflt128( "-4.464175354293244250869336196695966076150E-6 " , NULL ); in main() 120 my_float im1 = strtoflt128( "-8.950483248390306670770345406051469584488E-6" , NULL ); in main() [all …]
|
/third_party/boost/libs/graph/test/ |
D | astar_search_test.cpp | 32 struct my_float struct 35 explicit my_float(float v = float()) : v(v) {} in my_float() argument 37 typedef my_float cost; 38 ostream& operator<<(ostream& o, my_float f) { return o << f.v; } in operator <<() 39 my_float operator+(my_float a, my_float b) { return my_float(a.v + b.v); } in operator +() 40 bool operator==(my_float a, my_float b) { return a.v == b.v; } in operator ==() 41 bool operator<(my_float a, my_float b) { return a.v < b.v; } in operator <() 179 my_float(96), my_float(134), my_float(143), my_float(65), my_float(115), in main() 180 my_float(133), my_float(117), my_float(116), my_float(74), my_float(56), in main() 181 my_float(84), my_float(73), my_float(69), my_float(70), my_float(116), in main() [all …]
|
D | cycle_ratio_tests.cpp | 195 struct my_float : boost::mcr_float<> struct 242 static_cast< ccInt_t* >(0), my_float()) in main() 277 min_cr = minimum_cycle_ratio(tg, vim, ew1m, ew2m, &cc, my_float()); in main()
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | test_util.py | 332 message.my_float = 1.0 358 message.my_float = 1.0
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 373 message.my_float = 1.0 399 message.my_float = 1.0
|
D | text_format_test.py | 1055 message.my_float = 111
|
/third_party/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 240 float my_float = 101; field
|
D | unittest.proto | 565 optional float my_float = 101; field
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 249 float my_float = 101; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest.proto | 482 optional float my_float = 101; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 482 optional float my_float = 101; field
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 482 optional float my_float = 101; field
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest.proto | 575 optional float my_float = 101; field
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 229 typedef mp::number<mp::mpfr_float_backend<300> > my_float; 231 my_float a, b, c; // These variables have 300 decimal digits precision. 240 typedef mp::number<mp::mpfr_float_backend<300>, et_off> my_float; 242 my_float a, b, c; // These variables have 300 decimal digits precision
|