/external/clang/test/Sema/ |
cast.c | 26 typedef _Complex float CFloat; 39 (void) (CFloat) v; 53 (void) (CFloat) v; 75 (void) (CFloat) v; 89 (void) (CFloat) v; 101 (void) (CFloat) v; 113 (void) (CFloat) v; 125 (void) (CFloat) v; 129 void testCFloat(CFloat v) { 137 (void) (CFloat) v [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
cfloat_header_test.cpp | 8 #include <cfloat>
|
unary.h | 4 #include <cfloat>
|
/ndk/tests/device/test-stlport/unit/ |
cfloat_header_test.cpp | 8 #include <cfloat>
|
unary.h | 4 #include <cfloat>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cfloat | 1 // TR1 cfloat -*- C++ -*- 25 /** @file tr1/cfloat 32 #include <cfloat>
|
float.h | 32 #include <tr1/cfloat>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cfloat | 1 // TR1 cfloat -*- C++ -*- 25 /** @file tr1/cfloat 32 #include <cfloat>
|
float.h | 32 #include <tr1/cfloat>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
cfloat | 1 // TR1 cfloat -*- C++ -*- 25 /** @file tr1/cfloat 32 #include <cfloat>
|
float.h | 32 #include <tr1/cfloat>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
cfloat | 1 // TR1 cfloat -*- C++ -*- 25 /** @file tr1/cfloat 32 #include <cfloat>
|
float.h | 32 #include <tr1/cfloat>
|
/toolchain/binutils/binutils-2.25/opcodes/ |
m68k-opc.c | 394 {"fabsb", 4, two(0xF000, 0x5818), two(0xF1C0, 0xFC7F), "IibsF7", cfloat }, 395 {"fabsd", 4, two(0xF000, 0x0018), two(0xF1C0, 0xE07F), "IiF8F7", cfloat }, 396 {"fabsd", 4, two(0xF000, 0x0018), two(0xF1C0, 0xE07F), "IiFt", cfloat }, 398 {"fabsd", 4, two(0xF000, 0x5418), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat }, 400 {"fabsl", 4, two(0xF000, 0x4018), two(0xF1C0, 0xFC7F), "IibsF7", cfloat }, 402 {"fabss", 4, two(0xF000, 0x4418), two(0xF1C0, 0xFC7F), "Ii;fF7", cfloat }, 405 {"fabsw", 4, two(0xF000, 0x5018), two(0xF1C0, 0xFC7F), "IibsF7", cfloat }, 411 {"fsabsb", 4, two(0xF000, 0x5858), two(0xF1C0, 0xFC7F), "IibsF7", cfloat }, 412 {"fsabsd", 4, two(0xF000, 0x0058), two(0xF1C0, 0xE07F), "IiF8F7", cfloat }, 413 {"fsabsd", 4, two(0xF000, 0x0058), two(0xF1C0, 0xE07F), "IiFt", cfloat }, [all...] |
/external/clang/test/PCH/ |
types.h | 7 typedef _Complex float Cfloat;
|
/external/libcxx/include/ |
cfloat | 2 //===--------------------------- cfloat -----------------------------------===// 15 cfloat synopsis
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
version_cfloat.pass.cpp | 10 // <cfloat> 12 #include <cfloat>
|
cfloat.pass.cpp | 10 // test cfloat 12 #include <cfloat>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cfloat | 2 //===--------------------------- cfloat -----------------------------------===// 15 cfloat synopsis
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/ |
version_cfloat.pass.cpp | 10 // <cfloat> 12 #include <cfloat>
|
cfloat.pass.cpp | 10 // test cfloat 12 #include <cfloat>
|
/ndk/sources/cxx-stl/stlport/stlport/ |
cfloat | 28 # include_next <cfloat> 30 # include _STLP_NATIVE_CPP_C_HEADER(cfloat)
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cfloat | 2 //===--------------------------- cfloat -----------------------------------===// 15 cfloat synopsis
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/ |
cfloat | 28 # include_next <cfloat> 30 # include _STLP_NATIVE_CPP_C_HEADER(cfloat)
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 6 #include <cfloat>
|