OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_floating
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Modules/Inputs/merge-anon-in-template/
a.h
1
template<typename T> struct
is_floating
{
struct
c.h
1
template<typename T> struct
is_floating
{
struct
6
bool n20 =
is_floating
<int>::value;
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp
245
const bool
is_floating
= libspirv::isScalarFloating(type);
local
248
if (!is_bottom && !
is_floating
&& !is_integer) {
259
if (
is_floating
|| looks_like_float)
Completed in 194 milliseconds