/aosp_15_r20/external/flac/src/test_streams/ |
H A D | main.c | 192 static FLAC__bool write_sane_extended(FILE *f, unsigned val) in write_sane_extended() 435 …mple_rate, const unsigned samples, const double f1, const double a1, const double f2, const double… in generate_sine8_1() 448 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale; in generate_sine8_1() local 462 …mple_rate, const unsigned samples, const double f1, const double a1, const double f2, const double… in generate_sine8_2() 475 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale; in generate_sine8_2() local 493 …mple_rate, const unsigned samples, const double f1, const double a1, const double f2, const double… in generate_sine16_1() 506 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale; in generate_sine16_1() local 520 …mple_rate, const unsigned samples, const double f1, const double a1, const double f2, const double… in generate_sine16_2() 533 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale; in generate_sine16_2() local 551 …mple_rate, const unsigned samples, const double f1, const double a1, const double f2, const double… in generate_sine24_1() [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/ |
H A D | reg_helper.h | 76 #define REG_SET(reg_name, init_val, field, val) \ argument 88 #define REG_SET_2(reg_name, init_val, f1, v1, f2, v2) \ argument 100 #define REG_SET_3(reg_name, init_val, f1, v1, f2, v2, f3, v3) \ argument 114 #define REG_SET_4(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4) \ argument 128 #define REG_SET_5(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5) \ argument 143 #define REG_SET_6(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6) \ argument 159 #define REG_SET_7(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7) \ argument 177 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \ argument 195 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument 214 #define REG_SET_10(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, \ argument [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func5.c | 16 int f2(int val, struct __sk_buff *skb) in f2() function 22 int f3(int val, struct __sk_buff *skb) in f3()
|
H A D | test_global_func6.c | 16 int f2(int val, struct __sk_buff *skb) in f2() function 22 int f3(int val, struct __sk_buff *skb) in f3()
|
H A D | test_global_func1.c | 28 int f2(int val, struct __sk_buff *skb) in f2() function 34 int f3(int val, struct __sk_buff *skb, int var) in f3()
|
H A D | test_global_func3.c | 14 int f2(int val, struct __sk_buff *skb) in f2() function 20 int f3(int val, struct __sk_buff *skb, int var) in f3()
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/ |
H A D | EndianUtilsTest.java | 61 final float f2 = EndianUtils.readSwappedFloat( bytes, 0 ); in testReadSwappedFloat() local 125 final float f2 = Float.intBitsToFloat( 0x04030201 ); in testSwapFloat() local 188 final double val = EndianUtils.readSwappedDouble(buffer, 0); in testSymmetryOfLong() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | convert.c | 39 PyObject* PyUpb_UpbToPy(upb_MessageValue val, const upb_FieldDef* f, in PyUpb_UpbToPy() 83 static bool PyUpb_GetInt64(PyObject* obj, int64_t* val) { in PyUpb_GetInt64() 102 static bool PyUpb_GetUint64(PyObject* obj, uint64_t* val) { in PyUpb_GetUint64() 119 static bool PyUpb_GetInt32(PyObject* obj, int32_t* val) { in PyUpb_GetInt32() 130 static bool PyUpb_GetUint32(PyObject* obj, uint32_t* val) { in PyUpb_GetUint32() 186 upb_MessageValue* val) { in PyUpb_PyToUpbEnum() 225 bool PyUpb_PyToUpb(PyObject* obj, const upb_FieldDef* f, upb_MessageValue* val, in PyUpb_PyToUpb() 408 const upb_FieldDef *f1, *f2; in upb_Message_IsEqual() local
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | alias-templates.cpp | 52 inner_ptr val; member 54 friend inner_ptr val(const thing &t) { return t.val; } in val() function 83 void f2(U<Ts> ...is) { } // expected-note {{requires 0 arguments, but 1 was provided}} in f2() function 132 void f2(Y<Ts>...as) { h(g(as)...); } // expected-error {{undeclared identifier 'g'}} in f2() function
|
H A D | instantiate-local-class.cpp | 234 template<typename T> void f2() { in f2() function 407 template<typename T> void f2() { in f2() function 416 …val = T::error; // expected-error{{expected '}' or ','}} expected-error{{type 'int' cannot be use… in f3() enumerator 423 …val = T::error; // expected-error{{expected '}' or ','}} expected-error{{type 'int' cannot be use… in f4() enumerator 430 …int val = T::error; // expected-error {{type 'int' cannot be used prior to '::' because it has no… in f5() member in PR21332::f5::S
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/chip/vpe10/ |
H A D | vpe10_cm_common.c | 526 #define REG_SET_CM(reg_offset, init_val, field, val) \ argument 535 #define REG_SET_2_CM(reg_offset, init_val, f1, v1, f2, v2) \ argument 545 #define REG_SET_4_CM(reg_offset, init_val, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/ |
D | iterator_facade.hpp | 371 operator_brackets_proxy& operator=(value_type const& val) in operator =() 566 static bool equal(Facade1 const& f1, Facade2 const& f2, mpl::true_) in equal() 572 static bool equal(Facade1 const& f1, Facade2 const& f2, mpl::false_) in equal() 585 Facade1 const& f1, Facade2 const& f2, mpl::true_) in distance_from() 592 Facade1 const& f1, Facade2 const& f2, mpl::false_) in distance_from()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/ |
H A D | flag_test.cc | 91 int64_t f2; member 98 double f2; member 173 bool TestConstructionFor(const absl::Flag<T>& f1, absl::Flag<T>& f2) { in TestConstructionFor() 657 friend bool operator==(const CustomUDT& f1, const CustomUDT& f2) { in operator ==() 744 std::string AbslUnparseFlag(const ConversionTestVal& val) { in AbslUnparseFlag()
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | ComputeTest.java | 104 Float2 f2 = new Float2(); in testJavaVectorTypes() local 725 void setUpAllocation(Allocation a, int val) { in setUpAllocation() 736 void checkAllocation(Allocation a, int val) { in checkAllocation() 758 int val = 5; in testForEach() local
|
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
H A D | p6-0x.cpp | 24 typedef T val; typedef 41 func_type_lvalue f2; // expected-error{{non-member function of type 'func_type_lvalue' (aka 'void (… variable
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/ |
H A D | flag_test.cc | 96 int64_t f2; member 103 double f2; member 176 bool TestConstructionFor(const absl::Flag<T>& f1, absl::Flag<T>& f2) { in TestConstructionFor() 772 friend bool operator==(const CustomUDT& f1, const CustomUDT& f2) { in operator ==() 863 std::string AbslUnparseFlag(const ConversionTestVal& val) { in AbslUnparseFlag()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/ |
H A D | flag_test.cc | 94 int64_t f2; member 101 double f2; member 176 bool TestConstructionFor(const absl::Flag<T>& f1, absl::Flag<T>& f2) { in TestConstructionFor() 697 friend bool operator==(const CustomUDT& f1, const CustomUDT& f2) { in operator ==() 786 std::string AbslUnparseFlag(const ConversionTestVal& val) { in AbslUnparseFlag()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/flags/ |
H A D | flag_test.cc | 94 int64_t f2; member 101 double f2; member 176 bool TestConstructionFor(const absl::Flag<T>& f1, absl::Flag<T>& f2) { in TestConstructionFor() 697 friend bool operator==(const CustomUDT& f1, const CustomUDT& f2) { in operator ==() 786 std::string AbslUnparseFlag(const ConversionTestVal& val) { in AbslUnparseFlag()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/ |
D | flag_test.cc | 94 int64_t f2; member 101 double f2; member 176 bool TestConstructionFor(const absl::Flag<T>& f1, absl::Flag<T>& f2) { in TestConstructionFor() 697 friend bool operator==(const CustomUDT& f1, const CustomUDT& f2) { in operator ==() 786 std::string AbslUnparseFlag(const ConversionTestVal& val) { in AbslUnparseFlag()
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | temp-order.cpp | 45 static unsigned f0(bool val = false) { in f0() 57 static unsigned f1(bool val = true) { in f1() 69 static unsigned f2() { in f2() function
|
/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
H A D | expected.pass.cpp | 23 T val; member 72 expected<int> f2() { in f2() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/end.to.end/ |
H A D | expected.pass.cpp | 25 T val; member 68 expected<int> f2() { in f2() function
|
/aosp_15_r20/external/abseil-cpp/absl/flags/ |
H A D | flag_test.cc | 97 int64_t f2; member 104 double f2; member 177 bool TestConstructionFor(const absl::Flag<T>& f1, absl::Flag<T>& f2) { in TestConstructionFor() 775 friend bool operator==(const CustomUDT& f1, const CustomUDT& f2) { in operator ==() 866 std::string AbslUnparseFlag(const ConversionTestVal& val) { in AbslUnparseFlag()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/ |
H A D | flag_test.cc | 97 int64_t f2; member 104 double f2; member 177 bool TestConstructionFor(const absl::Flag<T>& f1, absl::Flag<T>& f2) { in TestConstructionFor() 775 friend bool operator==(const CustomUDT& f1, const CustomUDT& f2) { in operator ==() 866 std::string AbslUnparseFlag(const ConversionTestVal& val) { in AbslUnparseFlag()
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | array-bounds.cpp | 30 int val = a[3]; // no warning for function argumnet in f1() local 33 void f2(const int (&a)[2]) { // expected-note {{declared here}} in f2() function 34 …int val = a[3]; // expected-warning {{array index 3 is past the end of the array (which contains … in f2() local
|