Home
last modified time | relevance | path

Searched defs:floating_point (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h39 concept floating_point = is_floating_point_v<_Tp>; variable
/llvm-project/clang/test/Analysis/
H A Dconversion.c231 double floating_point(long long a, int b) { in floating_point() function