Home
last modified time | relevance | path

Searched defs:f2 (Results 1 – 25 of 1435) sorted by relevance

12345678910>>...58

/external/llvm-project/clang/test/CodeGen/
Dfpconstrained-cmp-float.c8 _Bool QuietEqual(float f1, float f2) { in QuietEqual()
20 _Bool QuietNotEqual(float f1, float f2) { in QuietNotEqual()
32 _Bool SignalingLess(float f1, float f2) { in SignalingLess()
44 _Bool SignalingLessEqual(float f1, float f2) { in SignalingLessEqual()
56 _Bool SignalingGreater(float f1, float f2) { in SignalingGreater()
68 _Bool SignalingGreaterEqual(float f1, float f2) { in SignalingGreaterEqual()
80 _Bool QuietLess(float f1, float f2) { in QuietLess()
92 _Bool QuietLessEqual(float f1, float f2) { in QuietLessEqual()
104 _Bool QuietGreater(float f1, float f2) { in QuietGreater()
116 _Bool QuietGreaterEqual(float f1, float f2) { in QuietGreaterEqual()
[all …]
Dfpconstrained-cmp-double.c8 _Bool QuietEqual(double f1, double f2) { in QuietEqual()
20 _Bool QuietNotEqual(double f1, double f2) { in QuietNotEqual()
32 _Bool SignalingLess(double f1, double f2) { in SignalingLess()
44 _Bool SignalingLessEqual(double f1, double f2) { in SignalingLessEqual()
56 _Bool SignalingGreater(double f1, double f2) { in SignalingGreater()
68 _Bool SignalingGreaterEqual(double f1, double f2) { in SignalingGreaterEqual()
80 _Bool QuietLess(double f1, double f2) { in QuietLess()
92 _Bool QuietLessEqual(double f1, double f2) { in QuietLessEqual()
104 _Bool QuietGreater(double f1, double f2) { in QuietGreater()
116 _Bool QuietGreaterEqual(double f1, double f2) { in QuietGreaterEqual()
[all …]
Dbuiltin_float.c5 void test_floats(float f1, float f2) { in test_floats()
26 void test_doubles(double d1, double f2) { in test_doubles()
56 void test_mixed(double d1, float f2) { in test_mixed()
D2009-06-18-StaticInitTailPadPack.c8 unsigned short f2; member
13 struct Bar f2; member
17 struct Baz f2; member
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DZipTest.kt18 val f2 = flowOf(1, 2, 3) in <lambda>() constant
25 val f2 = flowOf(1, 2, 3) in <lambda>() constant
33 val f2 = emptyFlow<Int>() in <lambda>() constant
40 val f2 = flowOf(1) in <lambda>() constant
47 val f2 = emptyFlow<Int>() in <lambda>() constant
54 val f2 = flowOf(1, 2, 3) in <lambda>() constant
61 val f2 = flowOf(1, null, null, 2) in <lambda>() constant
72 val f2 = flow<String> { in <lambda>() constant
94 val f2 = flowOf("a", "b") in <lambda>() constant
109 val f2 = flow<String> { in <lambda>() constant
[all …]
DCombineTest.kt53 val f2 = flowOf(1) in <lambda>() constant
60 val f2 = emptyFlow<Int>() in <lambda>() constant
75 val f2 = flow { in <lambda>() constant
104 val f2 = flow { in <lambda>() constant
134 val f2 = flow { in <lambda>() constant
165 val f2 = flow { in <lambda>() constant
193 val f2 = flow { in <lambda>() constant
210 val f2 = flow { in <lambda>() constant
227 val f2 = flow { in <lambda>() constant
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy_move.pass.cpp63 std::function<int(int)> f2 = f; in main() local
76 std::function<int(int)> f2 = f; in main() local
87 std::function<int(int)> f2 = f; in main() local
116 std::function<int(int)> f2 = std::move(f); in main() local
140 std::function<int(int)> f2(std::move(f)); in main() local
159 std::function<int(int)> f2(std::move(f)); in main() local
Dalloc_function.pass.cpp41 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FunctionObject() local
65 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FreeFunction() local
87 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_MemFunClass() local
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy_move.pass.cpp66 std::function<int(int)> f2 = f; in main() local
79 std::function<int(int)> f2 = f; in main() local
90 std::function<int(int)> f2 = f; in main() local
119 std::function<int(int)> f2 = std::move(f); in main() local
143 std::function<int(int)> f2(std::move(f)); in main() local
164 std::function<int(int)> f2(std::move(f)); in main() local
Dalloc_function.pass.cpp43 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FunctionObject() local
67 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FreeFunction() local
89 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_MemFunClass() local
/external/llvm-project/clang/test/CodeGenCXX/
Dsanitize-dtor-zero-size-field.cpp26 int f2; member
41 int f2; member
54 int f2; member
67 int f2; member
81 int f2; member
96 int f2; member
110 int f2; member
124 int f2; member
139 int f2; member
152 int f2; member
[all …]
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
Dswap.pass.cpp66 std::function<int(int)> f2 = A(2); in main() local
84 std::function<int(int)> f2 = g; in main() local
102 std::function<int(int)> f2 = A(1); in main() local
120 std::function<int(int)> f2 = h; in main() local
/external/llvm-project/clang/test/Parser/
Dpragma-fp-contract.cpp9 void f2(void) { in f2() function
22 float f2; member
31 float f2; member in C1
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
Dswap.pass.cpp68 std::function<int(int)> f2 = A(2); in main() local
86 std::function<int(int)> f2 = g; in main() local
104 std::function<int(int)> f2 = A(1); in main() local
122 std::function<int(int)> f2 = h; in main() local
/external/llvm-project/lld/test/ELF/Inputs/
Darm-vfp-arg-toolchain.s13 .global f2 symbol
15 f2: bx lr label
Dicf-merge-sec.s7 .globl f2 symbol
8 f2: label
Dicf-merge3.s8 .globl f2 symbol
9 f2: label
Dicf-merge2.s8 .globl f2 symbol
9 f2: label
Dicf-merge.s8 .globl f2 symbol
9 f2: label
/external/clang/test/CodeGen/
D2009-06-18-StaticInitTailPadPack.c8 unsigned short f2; member
13 struct Bar f2; member
17 struct Baz f2; member
/external/llvm-project/clang/test/Tooling/
Dclang-diff-bottomup.cpp10 void f2() { ;; {{;}} } in f2() function
27 void f2() { in f2() function
/external/llvm-project/lld/test/ELF/
Darm-exidx-synthetic-link.s17 .globl f2 symbol
19 f2: label
/external/rust/crates/pin-project/tests/ui/not_unpin/
Dimpl-unsafe-unpin.rs7 f2: U, field
16 f2: U, field
25 f2: U, field
Dconflict-unpin.rs7 f2: U, field
16 f2: U, field
25 f2: U, field
/external/rust/crates/pin-project/tests/ui/pin_project/
Dimpl-unsafe-unpin.rs7 f2: U, field
16 f2: U, field
25 f2: U, field

12345678910>>...58