/third_party/skia/src/sksl/ir/ |
D | SkSLFunctionCall.cpp | 346 double coalesce_length(double a, double b, double) { return a + (b * b); } in coalesce_length() argument 353 double coalesce_any(double a, double b, double) { return a || b; } in coalesce_any() argument 354 double coalesce_all(double a, double b, double) { return a && b; } in coalesce_all() argument 363 double evaluate_radians(double a, double, double) { return a * 0.0174532925; } in evaluate_radians() argument 364 double evaluate_degrees(double a, double, double) { return a * 57.2957795; } in evaluate_degrees() argument 365 double evaluate_sin(double a, double, double) { return std::sin(a); } in evaluate_sin() argument 366 double evaluate_cos(double a, double, double) { return std::cos(a); } in evaluate_cos() argument 367 double evaluate_tan(double a, double, double) { return std::tan(a); } in evaluate_tan() argument 368 double evaluate_asin(double a, double, double) { return std::asin(a); } in evaluate_asin() argument 369 double evaluate_acos(double a, double, double) { return std::acos(a); } in evaluate_acos() argument [all …]
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 069-repeated-argument.c | 1 #define double(x) x x macro
|
D | 060-left-paren-in-macro-right-paren-in-text.c | 1 #define double(a) a*2 macro
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
D | subnorm.rs | 20 let double: f64 = unsafe { transmute(bits as u64) }; in main() localVariable
|
/third_party/node/deps/npm/test/tap/ |
D | unit-token-validate-cidr.js | 8 const double = ['127.0.0.0/24', '192.168.0.0/16'] variable
|
/third_party/skia/tests/ |
D | PathOpsTestCommon.cpp | 43 static bool add_simple_ts(const SkDCubic& cubic, double precision, SkTArray<double, true>* ts) { in add_simple_ts() 56 SkTArray<double, true>* ts) { in addTs() 67 static void toQuadraticTs(const SkDCubic* cubic, double precision, SkTArray<double, true>* ts) { in toQuadraticTs()
|
/third_party/benchmark/test/ |
D | templated_fixture_test.cc | 21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) { in BENCHMARK_TEMPLATE_DEFINE_F() argument
|
/third_party/flutter/skia/tests/ |
D | PathOpsTestCommon.cpp | 42 static bool add_simple_ts(const SkDCubic& cubic, double precision, SkTArray<double, true>* ts) { in add_simple_ts() 55 SkTArray<double, true>* ts) { in addTs() 66 static void toQuadraticTs(const SkDCubic* cubic, double precision, SkTArray<double, true>* ts) { in toQuadraticTs()
|
/third_party/flutter/skia/samplecode/ |
D | SampleClock.cpp | 209 bool onAnimate(double /*nanos*/) override { return true; } in onAnimate() argument
|
D | SampleMegaStroke.cpp | 72 bool onAnimate(double /*nanos*/) override { return true; } in onAnimate() argument
|
D | Sample.h | 85 virtual bool onAnimate(double /*nanos*/) { return false; } in onAnimate() argument
|
/third_party/skia/samplecode/ |
D | SampleClock.cpp | 209 bool onAnimate(double /*nanos*/) override { return true; } in onAnimate() argument
|
D | SampleAudio.cpp | 88 bool onAnimate(double /*nanos*/) override { in onAnimate() argument
|
D | SampleMegaStroke.cpp | 72 bool onAnimate(double /*nanos*/) override { return true; } in onAnimate() argument
|
D | SampleFitCubicToCircle.cpp | 69 std::array<double, 4>* X, std::array<double, 4>* Y) { in fit_cubic_to_unit_circle()
|
/third_party/ffmpeg/libavutil/ |
D | eval.c | 687 const char * const *func1_names, double (* const *funcs1)(void *, double), in av_expr_parse() argument 776 int av_expr_parse_and_eval(double *d, const char *s, in av_expr_parse_and_eval() argument 778 … const char * const *func1_names, double (* const *funcs1)(void *, double), in av_expr_parse_and_eval() argument
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | test_proto3_optional.proto | 63 optional double optional_double = 12; field
|
/third_party/json/include/nlohmann/detail/output/ |
D | binary_writer.hpp | 1270 static constexpr CharType get_cbor_float_prefix(double /*unused*/) in get_cbor_float_prefix() argument 1284 static constexpr CharType get_msgpack_float_prefix(double /*unused*/) in get_msgpack_float_prefix() argument 1522 static constexpr CharType get_ubjson_float_prefix(double /*unused*/) in get_ubjson_float_prefix() argument
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_proto3_optional.proto | 66 optional double optional_double = 12; field
|
/third_party/python/Modules/ |
D | mathmodule.c | 1029 math_1_to_whatever(PyObject *arg, double (*func) (double), in math_1_to_whatever() 1065 math_1a(PyObject *arg, double (*func) (double)) in math_1a() 1106 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() 1112 math_2(PyObject *const *args, Py_ssize_t nargs, in math_2() 1113 double (*func) (double, double), const char *funcname) in math_2() argument 2270 loghelper(PyObject* arg, double (*func)(double), const char *funcname) in loghelper() argument
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 102 optional double double = 1; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 102 optional double double = 1; field
|
/third_party/cef/libcef/browser/ |
D | audio_capturer.cc | 99 double /*volume*/, in Capture() argument
|
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/ |
D | propertyNamesOfReservedWords.ts | 17 double; property in C 86 double; property 156 double; variable 225 double, enumerator
|
/third_party/python/Lib/test/ |
D | test_doctest.py | 62 def double(self): member in SampleClass 142 def double(self): member in SampleNewStyleClass
|