Home
last modified time | relevance | path

Searched refs:fcheck (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/flang/unittests/Evaluate/
Dreal.cpp302 FLT fcheck = x; // TODO unsigned too in inttest() local
304 u.f = fcheck; in inttest()
378 FLT fcheck{std::trunc(fj)}; in subsetTests() local
381 u.f = fcheck; in subsetTests()
446 FLT fcheck{fj + fk}; in subsetTests() local
448 u.f = fcheck; in subsetTests()
463 FLT fcheck{fj - fk}; in subsetTests() local
465 u.f = fcheck; in subsetTests()
480 FLT fcheck{fj * fk}; in subsetTests() local
482 u.f = fcheck; in subsetTests()
[all …]
/external/zopfli/src/zopfli/
Dzlib_container.c59 unsigned fcheck = 31 - cmfflg % 31; in ZopfliZlibCompress() local
60 cmfflg += fcheck; in ZopfliZlibCompress()
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/
DMakefile3 CFLAGS_EXTRAS := -mmpx -fcheck-pointer-bounds -fuse-ld=bfd
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/
DMakefile3 CFLAGS_EXTRAS := -mmpx -fcheck-pointer-bounds -fuse-ld=bfd
/external/llvm-project/lldb/tools/intel-features/intel-mpx/test/
DMakefile5 CFLAGS_EXTRAS += -mmpx -fcheck-pointer-bounds -lmpxwrappers -lmpx -fuse-ld=bfd
/external/llvm-project/openmp/libomptarget/test/
Dlit.cfg122 config.substitutions.append(("%fcheck-" + libomptarget_target, \
153 config.substitutions.append(("%fcheck-" + libomptarget_target, \
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst3564 .. option:: -fcheck-array-temporaries, -fno-check-array-temporaries
3566 .. option:: -fcheck=<arg>
/external/clang/include/clang/Driver/
DOptions.td2198 def fcheck_EQ : Joined<["-"], "fcheck=">, Group<gfortran_Group>;
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3592 def fcheck_EQ : Joined<["-"], "fcheck=">, Group<gfortran_Group>;