/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 …_1(const char *fn, const double sample_rate, const unsigned samples, const double f1, const double… in generate_sine8_1() 448 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale; in generate_sine8_1() local 462 …_2(const char *fn, const double sample_rate, const unsigned samples, const double f1, const double… in generate_sine8_2() 475 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale; in generate_sine8_2() local 493 …_1(const char *fn, const double sample_rate, const unsigned samples, const double f1, const double… in generate_sine16_1() 506 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale; in generate_sine16_1() local 520 …_2(const char *fn, const double sample_rate, const unsigned samples, const double f1, const double… in generate_sine16_2() 533 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale; in generate_sine16_2() local 551 …_1(const char *fn, const double sample_rate, const unsigned samples, const double f1, 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/apache-commons-io/src/test/java/org/apache/commons/io/ |
H A D | EndianUtilsTest.java | 60 final float f1 = Float.intBitsToFloat( 0x01020304 ); in testReadSwappedFloat() local 124 final float f1 = Float.intBitsToFloat( 0x01020304 ); in testSwapFloat() local 165 final float f1 = Float.intBitsToFloat( 0x01020304 ); in testSymmetry() local 188 final double val = EndianUtils.readSwappedDouble(buffer, 0); in testSymmetryOfLong() local 237 final float f1 = Float.intBitsToFloat( 0x01020304 ); in testWriteSwappedFloat() local
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | forwarding-blocks-if.c | 6 int f0(int val) { in f0() 23 int f1(int val, int g) { in f1() function
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func5.c | 8 int f1(struct __sk_buff *skb) in f1() function 16 int f2(int val, struct __sk_buff *skb) in f2() 22 int f3(int val, struct __sk_buff *skb) in f3()
|
H A D | test_global_func6.c | 8 int f1(struct __sk_buff *skb) in f1() function 16 int f2(int val, struct __sk_buff *skb) in f2() 22 int f3(int val, struct __sk_buff *skb) in f3()
|
H A D | test_global_func1.c | 18 int f1(struct __sk_buff *skb) in f1() function 28 int f2(int val, struct __sk_buff *skb) in f2() 34 int f3(int val, struct __sk_buff *skb, int var) in f3()
|
H A D | test_global_func3.c | 8 int f1(struct __sk_buff *skb) in f1() function 14 int f2(int val, struct __sk_buff *skb) in f2() 20 int f3(int val, struct __sk_buff *skb, int var) in f3()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/ |
H A D | random_distributions_utils.h | 42 const uint32_t val = (exp << 23) | man; in Uint32ToFloat() local 62 const uint64_t val = (exp << 52) | man; in Uint64ToDouble() local 72 void BoxMullerFloat(uint32_t x0, uint32_t x1, float* f0, float* f1) { in BoxMullerFloat()
|
/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 76 void f1(U<T> i, U<Ts> ...is) { // expected-note 2{{couldn't infer template argument 'T'}} in f1() function 131 void f1(Y<T> a) { h(g(a)); } // expected-error {{undeclared identifier 'g'}} in f1() function
|
H A D | instantiate-local-class.cpp | 222 template<typename T> void f1() { in f1() function 400 template<typename T> void f1() { in f1() 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
|
H A D | instantiate-exception-spec-cxx11.cpp | 78 T val; member 105 base<types> val = base<types>(); variable 183 template<typename T> void f1() { in f1() function
|
/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 | 90 int32_t f1; member 97 int64_t f1; 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/external/clang/test/Sema/ |
H A D | warn-unused-value.c | 87 void f1(struct s0 *a) { in f1() function 96 int val = 0; in unevaluated_operands() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/refwrap/refwrap.assign/ |
H A D | copy_assign.pass.cpp | 25 int val = 0; member 58 functor1 f1; in main() 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 46 func_type_rvalue f1; member
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/ |
H A D | flag_test.cc | 95 int32_t f1; member 102 int64_t f1; 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 | 93 int32_t f1; member 100 int64_t f1; 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 | 93 int32_t f1; member 100 int64_t f1; 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 | 93 int32_t f1; member 100 int64_t f1; 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() 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 64 expected<int> f1() { in f1() function
|