Home
last modified time | relevance | path

Searched refs:my_float (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/numeric/odeint/examples/quadmath/
Dblack_hole.cpp86 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/
Dastar_search_test.cpp32 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 …]
Dcycle_ratio_tests.cpp195 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/
Dtest_util.py332 message.my_float = 1.0
358 message.my_float = 1.0
/third_party/protobuf/python/google/protobuf/internal/
Dtest_util.py373 message.my_float = 1.0
399 message.my_float = 1.0
Dtext_format_test.py1055 message.my_float = 111
/third_party/protobuf/csharp/protos/
Dunittest_proto3.proto240 float my_float = 101; field
Dunittest.proto565 optional float my_float = 101; field
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto249 float my_float = 101; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto482 optional float my_float = 101; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto482 optional float my_float = 101; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto482 optional float my_float = 101; field
/third_party/protobuf/src/google/protobuf/
Dunittest.proto575 optional float my_float = 101; field
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk229 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