Searched refs:vv2 (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_temperature.cpp | 218 real64 vv2 = kTempTable [index + 1] . t; in Get_xy_coord() local 221 real64 len2 = sqrt (1.0 + vv2 * vv2); in Get_xy_coord() 227 vv2 /= len2; in Get_xy_coord() 232 real64 vv3 = vv1 * f + vv2 * (1.0 - f); in Get_xy_coord()
|
/third_party/boost/libs/variant/test/ |
D | const_ref_apply_visitor.cpp | 313 variant_type vv1(100), vv2(200), vv3(300), vv4(400); in run_rvalue_ref_tests() local 314 test_rvalue_parameter4(boost::move(vv1), boost::move(vv2), boost::move(vv3), boost::move(vv4)); in run_rvalue_ref_tests() 401 variant_type vv1(100), vv2(200), vv3(300); in run_cpp14_tests() local 402 test_cpp14_visitor(boost::move(vv1), boost::move(vv2), boost::move(vv3)); in run_cpp14_tests()
|
/third_party/nghttp2/integration-tests/ |
D | server_tester.go | 659 vv2 := make([]string, len(vv)) 660 copy(vv2, vv) 661 h2[k] = vv2
|
/third_party/ejdb/src/jbl/ |
D | jbl.c | 2554 int64_t vv2 = jbl_get_i64(v2); in _jbl_cmp_atomic_values() local 2555 return vv1 > vv2 ? 1 : vv1 < vv2 ? -1 : 0; in _jbl_cmp_atomic_values() 2561 double vv2 = jbl_get_f64(v2); in _jbl_cmp_atomic_values() local 2562 return vv1 > vv2 ? 1 : vv1 < vv2 ? -1 : 0; in _jbl_cmp_atomic_values()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 3081 #define _OPI(o,t,vv1,vv2,pv1,pv2,d,s,h) \ argument 3082 { D3DSIO_##o, TGSI_OPCODE_##t, { vv1, vv2 }, { pv1, pv2, }, d, s, h }
|