/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
hypergeometric.tcc | 405 * formulae in Abramowitz & Stegun formula 15.3.6 for d = c - a - b not integral 406 * and formula 15.3.11 for d = c - a - b integral. 425 * The reflection formula for integral @f$ m = c - a - b @f$ is:
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_slist.h | 489 // Check whether it's an integral type. If so, it's not an iterator. 526 // Check whether it's an integral type. If so, it's not an iterator. 562 // Check whether it's an integral type. If so, it's not an iterator.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
stabs.info | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
stabs.info | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
stabs.info | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
stabs.info | [all...] |
/external/llvm/lib/VMCore/ |
Instructions.cpp | [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticSemaKinds.td | 36 "expression is not an %select{integer|integral}0 constant expression">; 38 "expression is not an %select{integer|integral}0 constant expression; " 57 "integral constant expression must have integral or unscoped enumeration " 60 "integral constant expression has incomplete class type %0">; 62 "integral constant expression requires explicit conversion from %0 to %1">; 64 "conversion to %select{integral|enumeration}0 type %1 declared here">; 66 "ambiguous conversion from type %0 to an integral or unscoped " [all...] |
/external/clang/lib/Sema/ |
SemaOverload.cpp | 165 "Integral promotion", 168 "Integral conversion", 171 "Floating-integral conversion", 382 } // Otherwise, fall through to the integral case. [all...] |
SemaTemplateDeduction.cpp | 198 case TemplateArgument::Integral: 200 // declaration in another case, keep the integral constant. 201 // If both are integral constants with the same value, keep that value. 204 (Y.getKind() == TemplateArgument::Integral && 231 // If we deduced a dependent expression in one case and either an integral 232 // constant or a declaration in another case, keep the integral constant 234 if (Y.getKind() == TemplateArgument::Integral || 257 // If we deduced a declaration and an integral constant, keep the 258 // integral constant. 259 if (Y.getKind() == TemplateArgument::Integral) [all...] |
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | [all...] |
/external/clang/utils/ |
FindSpecRefs | 342 ('4.5 Integral promotions', '75'), 344 ('4.7 Integral conversions', '76'), 346 ('4.9 Floating-integral conversions', '77'), [all...] |
/external/v8/src/ |
utils.h | 97 // This allows conversion of Addresses and integral types into 107 // integral types. 927 // values), fitting into an integral type T.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
random.h | 51 * @brief A function template for converting the output of a (integral) 161 * The template parameter @p _UIntType must be an unsigned integral type 173 "substituting _UIntType not an unsigned integral type"); 378 "substituting _UIntType not an unsigned integral type"); 598 "substituting _UIntType not an unsigned integral type"); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
random.h | 51 * @brief A function template for converting the output of a (integral) 161 * The template parameter @p _UIntType must be an unsigned integral type 173 "substituting _UIntType not an unsigned integral type"); 378 "substituting _UIntType not an unsigned integral type"); 598 "substituting _UIntType not an unsigned integral type"); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
SerializerMessages.java | 131 "Attempt to output character of integral value {0} that is not represented in specified output encoding of {1}." },
|
SerializerMessages_ca.java | 132 "S''ha intentat un car\u00e0cter de sortida del valor integral {0} que no est\u00e0 representat a una codificaci\u00f3 de sortida especificada de {1}." },
|
SerializerMessages_es.java | 132 "Se ha intentado dar salida a un car\u00e1cter del valor integral {0} que no est\u00e1 representado en la codificaci\u00f3n de salida especificada de {1}." },
|
SerializerMessages_pt_BR.java | 132 "Tentativa de processar o caractere de um valor integral {0} que n\u00e3o \u00e9 representado na codifica\u00e7\u00e3o de sa\u00edda especificada de {1}." },
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
system_settings_provider.cc | 261 // Some timezones have a non-integral hour offset. So, we need to
|
/external/clang/include/clang/Frontend/ |
CodeGenOptions.h | 179 /// The user specified number of registers to be used for integral arguments,
|
/external/clang/lib/AST/ |
TypeLoc.cpp | 303 case TemplateArgument::Integral:
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-cxx11-nowarn.cpp | 144 // validity of the program depends on the relative sizes of integral types.
|
/external/clang/test/SemaCXX/ |
enum-scoped.cpp | 37 int* p2 = new int[E1::Val1]; // expected-error{{array size expression must have integral or unscoped enumeration type, not 'E1'}}
|
functional-cast.cpp | 232 // Test conversion between pointer and integral types, as in p3 and p4.
|