Home
last modified time | relevance | path

Searched defs:floats (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-conversions-pedanticmode-option.cpp
H A Dnarrowing-conversions-narrowingfloatingpoint-option.cpp
H A Dnarrowing-conversions.cpp
/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/
H A Dassert.sort.invalid_comparator.pass.cpp137 std::vector<FloatContainer> floats(50); in generate_float_data() local
147 auto floats = generate_float_data(); in check_nan_floats() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm.h34 } floats; member
H A DRegisterContextDarwin_arm.h103 } floats; member
/llvm-project/clang/test/AST/Interp/
H A Dfloats.cpp
/llvm-project/clang/test/CodeGen/X86/
H A Dx86_32-arguments-iamcu.c7 void floats(float a, float b, float c, float d) {} in floats() function
/llvm-project/clang/test/CodeGen/
H A Dconst-init.c191 struct { const float *floats; } compoundliteral = { member
/llvm-project/lldb/examples/python/
H A Dgdbremote.py1463 def calculate_mean_and_standard_deviation(floats): argument
/llvm-project/mlir/test/CAPI/
H A Dir.c1005 float floats[] = {0.0f, 1.0f}; in printBuiltinAttributes() local