Home
last modified time | relevance | path

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

12345678910>>...34

/llvm-project/clang/test/CodeGen/
H A 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 …]
H A 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 …]
H A Dbuiltins-elementwise-math.c362 test_builtin_elementwise_ceil(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_ceil() argument
378 test_builtin_elementwise_acos(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_acos() argument
394 test_builtin_elementwise_asin(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_asin() argument
410 test_builtin_elementwise_atan(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_atan() argument
426 test_builtin_elementwise_cos(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_cos() argument
442 test_builtin_elementwise_cosh(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_cosh() argument
458 test_builtin_elementwise_exp(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_exp() argument
474 test_builtin_elementwise_exp2(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_exp2() argument
491 test_builtin_elementwise_floor(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_floor() argument
507 test_builtin_elementwise_log(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_log() argument
523 test_builtin_elementwise_log10(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_log10() argument
539 test_builtin_elementwise_log2(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_log2() argument
555 test_builtin_elementwise_pow(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_pow() argument
575 test_builtin_elementwise_roundeven(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_roundeven() argument
591 test_builtin_elementwise_round(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_round() argument
607 test_builtin_elementwise_rint(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_rint() argument
623 test_builtin_elementwise_nearbyint(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_nearbyint() argument
639 test_builtin_elementwise_sin(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_sin() argument
655 test_builtin_elementwise_sinh(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_sinh() argument
671 test_builtin_elementwise_sqrt(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_sqrt() argument
687 test_builtin_elementwise_tan(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_tan() argument
703 test_builtin_elementwise_tanh(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_tanh() argument
719 test_builtin_elementwise_trunc(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_trunc() argument
735 test_builtin_elementwise_canonicalize(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2) test_builtin_elementwise_canonicalize() argument
751 test_builtin_elementwise_copysign(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2,double2 v2f64) test_builtin_elementwise_copysign() argument
808 float f2 = __builtin_elementwise_fma(f32, f32, f32); test_builtin_elementwise_fma() local
[all...]
H A 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()
H A D2009-06-18-StaticInitTailPadPack.c7 unsigned short f2; member
12 struct Bar f2; member
16 struct Baz f2; member
/llvm-project/libcxx/test/std/input.output/filesystems/class.file_status/
H A Dfile_status.status.eq.ops.pass.cpp26 std::filesystem::file_status f2; in test() local
32 …std::filesystem::file_status f2{std::filesystem::file_type::regular, std::filesystem::perms::owner… in test() local
38 …std::filesystem::file_status f2{std::filesystem::file_type::none, std::filesystem::perms::owner_re… in test() local
44 …std::filesystem::file_status f2{std::filesystem::file_type::regular, std::filesystem::perms::owner… in test() local
/llvm-project/lld/test/COFF/
H A Dundefined-symbol-cv.s52 .globl f2 symbol
53 f2: label
96 .globl f2 symbol
97 f2: label
H A Dundefined-symbol-itanium.s34 .globl f2 symbol
35 f2: label
H A Dundefined-symbol.s38 .globl f2 symbol
39 f2: label
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
H A Dnonmember_swap.pass.cpp34 std::filebuf f2; in main() local
51 std::filebuf f2; in main() local
71 std::filebuf f1, f2; in main() local
95 std::wfilebuf f2; in main() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dcopy_move.pass.cpp70 RTTI_ASSERT(f2.target<int(*)(int)>() == 0); in main() local
83 std::function<int(int)> f2 = f; main() local
94 std::function<int(int)> f2 = f; main() local
123 std::function<int(int)> f2 = std::move(f); main() local
147 std::function<int(int)> f2(std::move(f)); main() local
168 std::function<int(int)> f2(std::move(f)); main() local
[all...]
/llvm-project/lld/test/wasm/Inputs/
H A Dstrong-refs.s1 .globl f2 symbol
2 f2: label
/llvm-project/lld/test/ELF/Inputs/
H A Dicf-merge-sec.s7 .globl f2 symbol
8 f2: label
H A Darm-vfp-arg-toolchain.s13 .global f2 symbol
15 f2: bx lr label
H A Dicf-merge2.s8 .globl f2 symbol
9 f2: label
H A Dicf-merge3.s8 .globl f2 symbol
9 f2: label
H A Dicf-merge.s8 .globl f2 symbol
9 f2: label
/llvm-project/clang/test/Parser/
H A Dpragma-fp-contract.cpp9 void f2(void) { in f2() function
22 float f2; member
31 float f2; member in C1
/llvm-project/clang/test/Tooling/
H A Dclang-diff-bottomup.cpp10 void f2() { ;; {{;}} } in f2() function
27 void f2() { in f2() function
H A Dclang-diff-opt.cpp14 void f2() { {;} {{;;;;;}} } in f2() function
29 void f2() { in f2() function
/llvm-project/lld/test/ELF/
H A Darm-exidx-synthetic-link.s17 .globl f2 symbol
19 f2: label
H A Darm-exidx-output.s45 .globl f2 symbol
46 f2: label
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
H A Dswap.pass.cpp67 std::function<int(int)> f2 = A(2); in main() local
85 std::function<int(int)> f2 = g; in main() local
103 std::function<int(int)> f2 = A(1); in main() local
121 std::function<int(int)> f2 = h; in main() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx23-static-callop-lambda-expression.cpp6 int (*f2)(void) = lstatic; variable
17 int (*f2)(void) = lstatic; variable
24 constexpr int (*f2)(void) = lstatic; variable
/llvm-project/clang/test/CodeGenCXX/
H A Darm64ec-vectorcall.cpp8 void f2(void __vectorcall p()) {} in f2() function
9 void f2(void p()) {} in f2() function

12345678910>>...34