/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/ |
decimal | 46 * @defgroup decimal Decimal Floating-Point Arithmetic 49 * Classes and functions for decimal floating-point arithmetic. 54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic. 80 // 3.2.6 Conversion to generic floating-point type. 235 // 3.2.2.3 Conversion from floating-point type. 318 // 3.2.3.3 Conversion from floating-point type. 401 // 3.2.4.3 Conversion from floating-point type.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/ |
decimal | 46 * @defgroup decimal Decimal Floating-Point Arithmetic 49 * Classes and functions for decimal floating-point arithmetic. 54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic. 80 // 3.2.6 Conversion to generic floating-point type. 235 // 3.2.2.3 Conversion from floating-point type. 318 // 3.2.3.3 Conversion from floating-point type. 401 // 3.2.4.3 Conversion from floating-point type.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/ |
decimal | 46 * @defgroup decimal Decimal Floating-Point Arithmetic 49 * Classes and functions for decimal floating-point arithmetic. 54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic. 80 // 3.2.6 Conversion to generic floating-point type. 235 // 3.2.2.3 Conversion from floating-point type. 318 // 3.2.3.3 Conversion from floating-point type. 401 // 3.2.4.3 Conversion from floating-point type.
|
/external/clang/utils/ |
FindSpecRefs | 98 ('6.11.1 Floating types', '163'), 129 ('7.6 Floating-point environment <fenv.h>', '187'), 131 ('7.6.2 Floating-point exceptions', '190'), 134 ('7.7 Characteristics of floating types <float.h>', '197'), 156 ('7.12.13 Floating multiply-add', '239'), 240 ('B.5 Floating-point environment <fenv.h>', '420'), 241 ('B.6 Characteristics of floating types <float.h>', '421'), 264 ('Annex F (normative) IEC 60559 floating-point arithmetic', '443'), 268 ('F.4 Floating to integer conversion', '446'), 271 ('F.7 Floating-point environment', '447') [all...] |
/external/llvm/docs/ |
LangRef.rst | 359 floating point types are supported. 361 floating point parameters. [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.c | 286 assert(!src_type.floating); 287 assert(!dst_type.floating); 394 assert(!src_type.floating); 395 assert(!dst_type.floating); 507 assert(!src_type.floating); 508 assert(!dst_type.floating); 617 assert(src_type.floating == dst_type.floating); 623 assert((!src_type.floating && !dst_type.floating) || [all...] |
lp_bld_format_aos.c | 113 if (type.floating) { 171 * matches floating point size */ 456 * TODO: We could avoid floating conversion for integer to 460 if (gallivm_debug & GALLIVM_DEBUG_PERF && !type.floating) { 461 debug_printf("%s: unpacking %s with floating point\n", 510 !type.floating && type.width == 8 && !type.sign && type.norm) {
|
lp_bld_type.c | 39 if (type.floating) { 89 if (type.floating) { 382 if (type.floating)
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
Image.java | 78 * half-precision floating-point grayscale/luminance. 83 * single-precision floating-point grayscale/luminance. 98 * half-precision floating-point grayscale/luminance and alpha. 206 * single-precision floating point depth. 218 * unsigned floating-point red, green and blue that uses 32 bits. 235 * half-precision floating point red, green, and blue. 240 * half-precision floating point red, green, blue, and alpha. 245 * single-precision floating point red, green, and blue. 250 * single-precision floating point red, green, blue and alpha. 303 * @return True if this image format is in floating point, [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrFP.td | 1 //==- SystemZInstrFP.td - Floating-point SystemZ instructions --*- tblgen-*-==// 14 // C's ?: operator for floating-point operands. 35 // Moves between two floating-point registers. 42 // Moves between two floating-point registers that also set the condition 53 // Moves between 64-bit integer and floating-point registers. 129 // Convert floating-point values to narrower representations, rounding 141 // Extend register floating-point values to wider representations. 146 // Extend memory floating-point values to wider representations. 151 // Convert a signed integer register value to a floating-point one. 160 // Convert a floating-point register value to a signed integer value [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.c | 286 assert(!src_type.floating); 287 assert(!dst_type.floating); 394 assert(!src_type.floating); 395 assert(!dst_type.floating); 507 assert(!src_type.floating); 508 assert(!dst_type.floating); 617 assert(src_type.floating == dst_type.floating); 623 assert((!src_type.floating && !dst_type.floating) || [all...] |
lp_bld_format_aos.c | 113 if (type.floating) { 171 * matches floating point size */ 456 * TODO: We could avoid floating conversion for integer to 460 if (gallivm_debug & GALLIVM_DEBUG_PERF && !type.floating) { 461 debug_printf("%s: unpacking %s with floating point\n", 510 !type.floating && type.width == 8 && !type.sign && type.norm) {
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-internal.h | 305 // This template class represents an IEEE floating-point number 311 // two floating-points will be equal exactly. Hence a naive 314 // Format of IEEE floating-point: 317 // floating-point looks like 333 // RawType: the raw floating-point type (either float or double) 338 // floating point number. 368 // The maximum error of a single floating-point operation is 0.5 369 // units in the last place. On Intel CPU's, all floating-point 377 // Constructs a FloatingPoint from a raw floating-point number. 387 // Reinterprets a bit pattern as a floating-point number [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-internal.h | 303 // This template class represents an IEEE floating-point number 309 // two floating-points will be equal exactly. Hence a naive 312 // Format of IEEE floating-point: 315 // floating-point looks like 331 // RawType: the raw floating-point type (either float or double) 336 // floating point number. 366 // The maximum error of a single floating-point operation is 0.5 367 // units in the last place. On Intel CPU's, all floating-point 375 // Constructs a FloatingPoint from a raw floating-point number. 385 // Reinterprets a bit pattern as a floating-point number [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
fullscreen_controller.mm | 28 // The amount by which the floating bar is offset downwards (to avoid the menu) 83 // Called once per animation step. Overridden to change the floating bar's 114 // Schedule the floating bar to be shown/hidden because of mouse position. 139 // Start timers for showing/hiding the floating bar. 329 // Used to activate the floating bar in fullscreen mode. 344 // Used to deactivate the floating bar in fullscreen mode.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
presentation_mode_controller.mm | 31 // The amount by which the floating bar is offset downwards (to avoid the menu) 86 // Called once per animation step. Overridden to change the floating bar's 117 // Schedule the floating bar to be shown/hidden because of mouse position. 142 // Start timers for showing/hiding the floating bar. 349 // Used to activate the floating bar in presentation mode. 364 // Used to deactivate the floating bar in presentation mode.
|
/external/chromium_org/third_party/sqlite/src/test/ |
nan.test | 14 # Make sure IEEE floating point NaN values are handled properly. 85 # convert floating point values to text internally before returning them 87 # problems converting "inf" and "-inf" from floating point to text format. 149 # of tests writes a normal floating point value (0.5) into the database, 232 # convert from floating point value "-inf" to a string. 280 # These tests test some really, really small floating point numbers.
|
/external/clang/test/CodeGen/ |
mult-alt-x86.c | 83 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80. 89 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80. 95 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80. 266 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80. 272 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80. 278 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80.
|
/external/llvm/lib/Target/Mips/ |
Mips16HardFloat.cpp | 93 // which floating point parameter signature variant we are dealing with 147 // We need to move variables in and/or out of floating point 343 // floating point values from their soft float return mapping to 344 // where they would have been mapped to in floating point registers. 424 // This pass only makes sense when the underlying chip has floating point but 431 // that will move parameters passed normally passed in floating point
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
math.h | 164 /* Get the architecture specific values describing the floating-point 167 float_t floating-point type at least as wide as `float' used 169 double_t floating-point type at least as wide as `double' used 193 decimal and all internal floating-point formats. 197 /* All floating-point numbers can be put in one of these categories. */ 294 affect floating point error handling behavior (it may also be necessary
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 164 /* Get the architecture specific values describing the floating-point 167 float_t floating-point type at least as wide as `float' used 169 double_t floating-point type at least as wide as `double' used 193 decimal and all internal floating-point formats. 197 /* All floating-point numbers can be put in one of these categories. */ 294 affect floating point error handling behavior (it may also be necessary
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 164 /* Get the architecture specific values describing the floating-point 167 float_t floating-point type at least as wide as `float' used 169 double_t floating-point type at least as wide as `double' used 193 decimal and all internal floating-point formats. 197 /* All floating-point numbers can be put in one of these categories. */ 294 affect floating point error handling behavior (it may also be necessary
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrNEON.td | 142 // Multiclass NeonI_3VSame_SD_sizes: Operand types are floating point types, 143 // but Result types can be integer or floating point types. 181 // Vector Add (Integer and Floating-Point) 187 // Vector Sub (Integer and Floating-Point) 193 // Vector Multiply (Integer and Floating-Point) 253 // Vector Multiply-accumulate and Multiply-subtract (Floating Point) 293 // Vector Divide (Floating-Point) 531 // Vector Absolute Difference (Floating Point) 536 // Vector Reciprocal Step (Floating Point) 542 // Vector Reciprocal Square Root Step (Floating Point [all...] |
/external/chromium/base/ |
message_pump_glib_x.cc | 293 // is possible), then the device is detected as a floating device, and a 294 // floating device is not connected to a master device. So it is necessary to 295 // also select on the floating devices.
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
PlatformLocale.h | 50 // floating-point numbers, and is not empty. 54 // HTML floating-point number format. The input string is provided by a end 56 // a string which is not conforms to the HTML floating-point number format,
|