Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 148) sorted by relevance

123456

/llvm-project/clang/utils/analyzer/projects/
H A Dprojects.json4 "mode": 1, number
12 "mode": 1, number
20 "mode": 1, number
28 "mode": 1, number
36 "mode": 1, number
44 "mode": 1, number
52 "mode": 1, number
60 "mode": 1, number
68 "mode": 1, number
76 "mode": 1, number
[all …]
/llvm-project/libc/test/src/math/
H A DRIntTest.h50 to_mpfr_rounding_mode(int mode) to_mpfr_rounding_mode() argument
67 for (int mode : ROUNDING_MODES) { testSpecialNumbers() local
78 for (int mode : ROUNDING_MODES) { testRoundNumbers() local
91 for (int mode : ROUNDING_MODES) { testFractions() local
110 for (int mode : ROUNDING_MODES) { testSubnormalRange() local
131 for (int mode : ROUNDING_MODES) { testSubnormalRange() local
[all...]
H A DNearbyIntTest.h47 for (RoundingMode mode : ROUNDING_MODES) { in test_round_numbers() local
60 for (RoundingMode mode : ROUNDING_MODES) { in test_fractions() local
79 for (RoundingMode mode : ROUNDING_MODES) { in test_subnormal_range() local
100 for (RoundingMode mode : ROUNDING_MODES) { in test_subnormal_range() local
H A DRoundToIntegerTest.h71 to_mpfr_rounding_mode(int mode) to_mpfr_rounding_mode() argument
112 for (int mode : ROUNDING_MODES) { testInfinityAndNaN() local
159 for (int mode : ROUNDING_MODES) { testRoundNumbers() local
168 do_fractions_test(RoundToIntegerFunc func,int mode) do_fractions_test() argument
186 for (int mode : ROUNDING_MODES) { testFractions() local
[all...]
/llvm-project/clang/test/Analysis/
H A Dunix-fns-o_creat.c19 int mode = O_WRONLY; in missing_mode_2() local
29 int mode = O_RDONLY; in no_creat() local
34 int mode = O_WRONLY; in mode_is_there() local
H A Dunix-api.cpp29 int mode = 0x0; in unix_open_misuse() local
44 int mode = 0x0; in namespaced_open() local
/llvm-project/libc/test/UnitTest/
H A DRoundingModeUtils.cpp19 get_fe_rounding(RoundingMode mode) get_fe_rounding() argument
33 ForceRoundingMode(RoundingMode mode) ForceRoundingMode() argument
/llvm-project/lldb/test/API/commands/register/register/aarch64_sve_simd_registers/
H A DTestSVESIMDRegisters.py30 def get_build_flags(self, mode): argument
40 def skip_if_needed(self, mode): argument
63 def sve_simd_registers_impl(self, mode): argument
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_scalbn_test.c11 int test__compiler_rt_scalbn(const char *mode, fp_t x, int y) { in test__compiler_rt_scalbn()
41 int iterate_cases(const char *mode) { in iterate_cases()
H A Dcompiler_rt_scalbnf_test.c11 int test__compiler_rt_scalbnf(const char *mode, fp_t x, int y) { in test__compiler_rt_scalbnf()
40 int iterate_cases(const char *mode) { in iterate_cases()
H A Dcompiler_rt_scalbnl_test.c13 int test__compiler_rt_scalbnl(const char *mode, fp_t x, int y) { in test__compiler_rt_scalbnl()
72 int iterate_cases(const char *mode) { in iterate_cases()
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
H A Dpointer.pass.cpp62 for (auto mode : modes) { main() local
79 for (auto mode : modes) { main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
H A Dopen_pointer.pass.cpp68 for (auto mode : modes) { main() local
87 for (auto mode : modes) { main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/
H A Dopen_pointer.pass.cpp69 for (auto mode : modes) { main() local
88 for (auto mode : modes) { main() local
/llvm-project/lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/
H A DTestSVERegisters.py78 def get_build_flags(self, mode): argument
84 def skip_if_needed(self, mode): argument
94 def sve_registers_configuration_impl(self, mode): argument
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
H A Dopen_pointer.pass.cpp76 for (auto mode : modes) { main() local
95 for (auto mode : modes) { main() local
/llvm-project/libclc/generic/lib/
H A Dgen_convert.py222 generate_default_conversion(src, dst, mode) global() argument
403 generate_saturated_conversion_with_rounding(src, dst, size, mode) global() argument
445 generate_float_conversion(src, dst, size, mode, sat) global() argument
[all...]
/llvm-project/lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_dynamic_resize/
H A DTestSVEThreadedDynamic.py101 def build_for_mode(self, mode): argument
107 def run_sve_test(self, mode): argument
205 def setup_svg_test(self, mode): argument
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
H A Dpointer.pass.cpp76 for (auto mode : modes) { main() local
93 for (auto mode : modes) { main() local
/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp75 Fopen(const char * path,const char * mode) Fopen() argument
79 Open(const char * path,int flags,int mode) Open() argument
/llvm-project/libc/src/stdio/
H A Dsetbuf.cpp19 int mode = _IOFBF; variable
/llvm-project/clang/test/CodeGen/
H A Dpr13168.c5 void PR_OpenFile(int mode) { in PR_OpenFile()
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DUtils.cpp
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_test.cpp33 void Child(int mode, int a, int b, int c) { in Child()
51 int Run(int arg, int mode, char *child_stack) { in Run()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/android/
H A Dcloexec-creat.cpp14 mode_t mode = 0755; in f() local

123456