Home
last modified time | relevance | path

Searched defs:sf (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/clang/test/Sema/
H A Dmatrix-type-operators.c52 void matrix_matrix_multiply(sx10x10_t a, sx5x10_t b, ix10x5_t c, ix10x10_t d, float sf, char *p) { in matrix_matrix_multiply()
73 void mat_scalar_multiply(sx10x10_t a, sx5x10_t b, float sf, char *p) { in mat_scalar_multiply()
97 void mat_scalar_divide(sx10x10_t a, sx5x10_t b, float sf, char *p) { in mat_scalar_divide()
113 void matrix_matrix_divide(sx10x10_t a, sx5x10_t b, ix10x5_t c, ix10x10_t d, float sf, char *p) { in matrix_matrix_divide()
H A Dformat-fixed-point.c18 short _Fract sf; variable
/llvm-project/clang/test/Import/cxx-scalar-value-init/Inputs/
H A DS.cpp2 float sf() { return float(); } in sf() function
/llvm-project/clang/test/PCH/Inputs/
H A Dfixed-point-literal.h3 const short _Fract sf = -0.25r; variable
/llvm-project/llvm/test/MC/M68k/Control/Classes/
H A DMxScc.s8 sf %d1 label
57 sf (42,%a1) label
/llvm-project/clang/test/Analysis/
H A Dreinterpret-cast-pointer-to-member.cpp21 int Some::*sf = reinterpret_cast<int Some::*>(ddf); in f() local
H A Dpointer-to-member.cpp301 int Son::*sf = &Son::field; in test() local
/llvm-project/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text()
/llvm-project/flang/unittests/Frontend/
H A DCompilerInstanceTest.cpp49 const Fortran::parser::SourceFile *sf = in TEST() local
/llvm-project/clang/test/SemaCXX/
H A Ddesignated-initializers.cpp10 static void Test() { SubFoo sf = {.bar1 = 10, .bar2 = 20}; } // Expected no warning in Test() local
25 …static void Test() { SubFoo sf = {.bar1 = 10, // expected-note 2 {{previous initialization is h… in Test() local
H A Dbuiltin-is-constant-evaluated.cpp132 static const float sf = __builtin_is_constant_evaluated(); in g() local
/llvm-project/clang/test/Parser/
H A Dcxx11-user-defined-literals.cpp68 S<(int)1.3_id> sf; global() variable
/llvm-project/libc/test/src/__support/File/
H A Dfile_test.cpp70 if (sf->pos >= sf->eof_marker) in str_read() local
82 if (sf->write_append) in str_write() local
98 StringFile *sf = static_cast<StringFile *>(f); str_seek() local
[all...]
/llvm-project/clang/test/Frontend/
H A Dfixed_point_conversions_half.c5 short _Fract sf; variable
H A Dfixed_point_sub.c12 short _Fract sf; variable
H A Dfixed_point_add.c12 short _Fract sf; variable
H A Dfixed_point_div.c12 short _Fract sf; variable
H A Dfixed_point_mul.c12 short _Fract sf; variable
H A Dfixed_point_unary.c13 _Sat _Fract sf; variable
H A Dfixed_point_shift.c9 short _Fract sf; variable
H A Dfixed_point_conversions.c19 short _Fract sf; variable
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx2c.cpp120 Set<float> sf; variable
/llvm-project/libcxx/test/std/ranges/range.access/
H A Dempty.pass.cpp96 friend constexpr std::size_t size(SizeFunction sf) { return sf.size_; } in size() argument
/llvm-project/libc/src/__support/File/
H A Dfile.h154 File(WriteFunc * wf,ReadFunc * rf,SeekFunc * sf,CloseFunc * cf,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,ModeFlags modeflags) File() argument
/llvm-project/flang/lib/Evaluate/
H A Dcheck-expression.cpp1088 StmtFunctionChecker(const Symbol & sf,FoldingContext & context) StmtFunctionChecker() argument
1190 CheckStatementFunction(const Symbol & sf,const Expr<SomeType> & expr,FoldingContext & context) CheckStatementFunction() argument

12