/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 069-repeated-argument.c | 1 #define double(x) x x macro
|
H A D | 060-left-paren-in-macro-right-paren-in-text.c | 1 #define double(a) a*2 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | Support.h | |
/third_party/python/Lib/test/ |
H A D | test_doctest.py | 68 def double(self): member in SampleClass 148 def double(self): member in SampleNewStyleClass [all...] |
H A D | test_decorators.py | 154 def double(x): function [all...] |
H A D | test_typing.py | 5129 def double(self): member in XMeth
|
H A D | test_enum.py | 3924 double = 2 variable in TestUnique.test_unique_clean.Cleaner 3941 double = 1 variable in TestUnique.test_unique_dirty.Dirtier 4049 double = 2 variable in TestVerify.test_unique_clean.Cleaner 4066 double = 1 variable in TestVerify.test_unique_dirty.Dirtier
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | int128.h | [all...] |
/third_party/vixl/src/ |
H A D | utils-vixl.cc | [all...] |
/third_party/optimized-routines/math/test/ |
H A D | mathbench.c | 412 run_thruput(double f (double)) run_thruput() argument 428 run_latency(double f (double)) run_latency() argument [all...] |
/third_party/rust/crates/nom/src/number/ |
H A D | streaming.rs | 1584 pub fn double<T, E: ParseError<T>>(input: T) -> IResult<T, f64, E> in double() functions
|
H A D | complete.rs | 1611 pub fn double<T, E: ParseError<T>>(input: T) -> IResult<T, f64, E> in double() functions
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | convert_test.cc | 51 std::string LengthModFor(long double) { return "L"; } in LengthModFor() argument [all...] |
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 39 static int mpl1(struct t *s, long double (*f)(long double)) in mpl1() argument 48 static int mpl2(struct t *s, long double (*f)(long double, long double)) in mpl2() argument [all...] |
/third_party/python/Modules/ |
H A D | mathmodule.c | 1039 math_1_to_whatever(PyObject *arg, double (*func) (double), PyObject *(*from_double_func) (double), int can_overflow) math_1_to_whatever() argument 1075 math_1a(PyObject *arg, double (*func) (double)) math_1a() argument 1116 math_1(PyObject *arg, double (*func) (double), int can_overflow) math_1() argument 1122 math_2(PyObject *const *args, Py_ssize_t nargs, double (*func) (double, double), const char *funcname) math_2() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | [all...] |
/third_party/sqlite/include/ |
H A D | sqlite3.h | 312 # define double sqlite3_int64 macro 10513 # undef double global() macro [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 622 # define double sqlite3_int64 macro 10843 # undef double global() macro 14199 # define double global() macro [all...] |