/external/mesa3d/docs/ |
patents.txt | 7 implementing floating point rasterization and floating point
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
mode-classes.def | 30 DEF_MODE_CLASS (MODE_FLOAT), /* floating point */ \ 31 DEF_MODE_CLASS (MODE_DECIMAL_FLOAT), /* decimal floating point */ \
|
real.h | 1 /* Definitions of floating-point access for GNU compiler. 160 /* The target format used for each floating point mode. 179 /* The following macro determines whether the floating point format is 232 /* Determine whether a floating-point value X is infinite. */ 235 /* Determine whether a floating-point value X is a NaN. */ 238 /* Determine whether a floating-point value X is finite. */ 241 /* Determine whether a floating-point value X is negative. */ 244 /* Determine whether a floating-point value X is minus zero. */ 247 /* Compare two floating-point objects for bitwise identity. */ 257 /* Render R as a decimal floating point constant. * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
mode-classes.def | 30 DEF_MODE_CLASS (MODE_FLOAT), /* floating point */ \ 31 DEF_MODE_CLASS (MODE_DECIMAL_FLOAT), /* decimal floating point */ \
|
real.h | 1 /* Definitions of floating-point access for GNU compiler. 160 /* The target format used for each floating point mode. 179 /* The following macro determines whether the floating point format is 232 /* Determine whether a floating-point value X is infinite. */ 235 /* Determine whether a floating-point value X is a NaN. */ 238 /* Determine whether a floating-point value X is finite. */ 241 /* Determine whether a floating-point value X is negative. */ 244 /* Determine whether a floating-point value X is minus zero. */ 247 /* Compare two floating-point objects for bitwise identity. */ 257 /* Render R as a decimal floating point constant. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
mode-classes.def | 30 DEF_MODE_CLASS (MODE_FLOAT), /* floating point */ \ 31 DEF_MODE_CLASS (MODE_DECIMAL_FLOAT), /* decimal floating point */ \
|
real.h | 1 /* Definitions of floating-point access for GNU compiler. 160 /* The target format used for each floating point mode. 179 /* The following macro determines whether the floating point format is 232 /* Determine whether a floating-point value X is infinite. */ 235 /* Determine whether a floating-point value X is a NaN. */ 238 /* Determine whether a floating-point value X is finite. */ 241 /* Determine whether a floating-point value X is negative. */ 244 /* Determine whether a floating-point value X is minus zero. */ 247 /* Compare two floating-point objects for bitwise identity. */ 257 /* Render R as a decimal floating point constant. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
mode-classes.def | 30 DEF_MODE_CLASS (MODE_FLOAT), /* floating point */ \ 31 DEF_MODE_CLASS (MODE_DECIMAL_FLOAT), /* decimal floating point */ \
|
real.h | 1 /* Definitions of floating-point access for GNU compiler. 160 /* The target format used for each floating point mode. 179 /* The following macro determines whether the floating point format is 232 /* Determine whether a floating-point value X is infinite. */ 235 /* Determine whether a floating-point value X is a NaN. */ 238 /* Determine whether a floating-point value X is finite. */ 241 /* Determine whether a floating-point value X is negative. */ 244 /* Determine whether a floating-point value X is minus zero. */ 247 /* Compare two floating-point objects for bitwise identity. */ 257 /* Render R as a decimal floating point constant. * [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_type.h | 80 * Floating-point. Cannot be used with fixed. Integer numbers are 83 unsigned floating:1; member in struct:lp_type 86 * Fixed-point. Cannot be used with floating. Integer numbers are 94 * If this is not set for floating point, it means that all values are 106 * For floating and fixed point formats it means the values should be 182 res_type.floating = TRUE; 198 res_type.floating = TRUE; 342 type.floating = TRUE; 358 type.floating = FALSE; 374 type.floating = FALSE [all...] |
lp_bld_const.c | 50 assert(type.floating); 52 if(type.floating) { 82 if(type.floating) 96 if(type.floating || type.fixed) 108 * This is 1.0 for all floating types and unnormalized integers, and something 140 if (type.floating) { 175 if (type.floating) { 204 if (type.floating) { 236 if (type.floating) 259 if(type.floating && type.width == 16 [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_type.h | 80 * Floating-point. Cannot be used with fixed. Integer numbers are 83 unsigned floating:1; member in struct:lp_type 86 * Fixed-point. Cannot be used with floating. Integer numbers are 94 * If this is not set for floating point, it means that all values are 106 * For floating and fixed point formats it means the values should be 182 res_type.floating = TRUE; 198 res_type.floating = TRUE; 342 type.floating = TRUE; 358 type.floating = FALSE; 374 type.floating = FALSE [all...] |
lp_bld_const.c | 50 assert(type.floating); 52 if(type.floating) { 82 if(type.floating) 96 if(type.floating || type.fixed) 108 * This is 1.0 for all floating types and unnormalized integers, and something 140 if (type.floating) { 175 if (type.floating) { 204 if (type.floating) { 236 if (type.floating) 259 if(type.floating && type.width == 16 [all...] |
/external/clang/test/Sema/ |
conversion.c | 264 takes_char(v); // expected-warning {{implicit conversion turns floating-point number into integer}} 265 takes_short(v); // expected-warning {{implicit conversion turns floating-point number into integer}} 266 takes_int(v); // expected-warning {{implicit conversion turns floating-point number into integer}} 267 takes_long(v); // expected-warning {{implicit conversion turns floating-point number into integer}} 268 takes_longlong(v); // expected-warning {{implicit conversion turns floating-point number into integer}} 275 takes_char(v); // expected-warning {{implicit conversion turns floating-point number into integer}} 276 takes_short(v); // expected-warning {{implicit conversion turns floating-point number into integer}} 277 takes_int(v); // expected-warning {{implicit conversion turns floating-point number into integer}} 278 takes_long(v); // expected-warning {{implicit conversion turns floating-point number into integer}} 279 takes_longlong(v); // expected-warning {{implicit conversion turns floating-point number into integer} [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_floating_container.cc | 114 g_signal_new("set-floating-position", 141 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local 142 GList* children = floating->floating_children; 154 floating->floating_children = 155 g_list_remove_link(floating->floating_children, children); 182 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local 183 GList* children = floating->floating_children;
|
/external/chromium_org/ui/base/gtk/ |
gtk_floating_container.cc | 117 g_signal_new("set-floating-position", 143 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local 144 GList* children = floating->floating_children; 156 floating->floating_children = 157 g_list_remove_link(floating->floating_children, children); 184 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local 185 GList* children = floating->floating_children;
|
/external/llvm/include/llvm/IR/ |
Instruction.def | 148 HANDLE_CAST_INST(36, FPToUI , FPToUIInst ) // floating point -> UInt 149 HANDLE_CAST_INST(37, FPToSI , FPToSIInst ) // floating point -> SInt 150 HANDLE_CAST_INST(38, UIToFP , UIToFPInst ) // UInt -> floating point 151 HANDLE_CAST_INST(39, SIToFP , SIToFPInst ) // SInt -> floating point 152 HANDLE_CAST_INST(40, FPTrunc , FPTruncInst ) // Truncate floating point 153 HANDLE_CAST_INST(41, FPExt , FPExtInst ) // Extend floating point 162 HANDLE_OTHER_INST(46, FCmp , FCmpInst ) // Floating point comparison instr.
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.c | 28 John Walker's Floating Point Benchmark, derived from... 42 not only determines execution speed on an extremely floating 48 average floating point program. 53 INTRIG defined reflect the machine's basic floating point 57 performance and/or floating point hardware support for trig 59 good guide to general floating point performance, while 65 checks on the following machines, floating point 78 MicroVAX II C Vax "G" format floating point 80 Macintosh Plus MPW C SANE floating point, IEEE 64 bit format 85 invariant under changes in floating point format, as long a [all...] |
/external/valgrind/main/perf/ |
fbench.c | 24 John Walker's Floating Point Benchmark, derived from... 38 not only determines execution speed on an extremely floating 44 average floating point program. 49 INTRIG defined reflect the machine's basic floating point 53 performance and/or floating point hardware support for trig 55 good guide to general floating point performance, while 61 checks on the following machines, floating point 74 MicroVAX II C Vax "G" format floating point 76 Macintosh Plus MPW C SANE floating point, IEEE 64 bit format 81 invariant under changes in floating point format, as long a [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fenv.h | 20 * ISO C99 7.6: Floating-point environment <fenv.h> 31 fenv_t type for object representing an entire floating-point 38 fexcept_t type for object representing the floating-point exception 62 /* Floating-point exception handling. */ 92 /* Floating-point environment. */ 94 /* Store the current floating-point environment in the object pointed 103 /* Establish the floating-point environment represented by the object
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
fenv.h | 20 * ISO C99 7.6: Floating-point environment <fenv.h> 31 fenv_t type for object representing an entire floating-point 38 fexcept_t type for object representing the floating-point exception 62 /* Floating-point exception handling. */ 92 /* Floating-point environment. */ 94 /* Store the current floating-point environment in the object pointed 103 /* Establish the floating-point environment represented by the object
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
fenv.h | 20 * ISO C99 7.6: Floating-point environment <fenv.h> 31 fenv_t type for object representing an entire floating-point 38 fexcept_t type for object representing the floating-point exception 62 /* Floating-point exception handling. */ 92 /* Floating-point environment. */ 94 /* Store the current floating-point environment in the object pointed 103 /* Establish the floating-point environment represented by the object
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
sample.h | 49 * \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM, little endian. 50 * \li PA_SAMPLE_FLOAT32BE - 32 bit IEEE floating point PCM, big endian. 56 * The floating point sample formats have the range from -1 to 1. 129 PA_SAMPLE_FLOAT32LE, /**< 32 Bit IEEE floating point, little endian, range -1 to 1 */ 130 PA_SAMPLE_FLOAT32BE, /**< 32 Bit IEEE floating point, big endian, range -1 to 1 */ 140 /** 32 Bit IEEE floating point, native endian */ 146 /** 32 Bit IEEE floating point, reverse endian */ 153 /** 32 Bit IEEE floating point, native endian */ 159 /** 32 Bit IEEE floating point, reverse endian */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
sample.h | 49 * \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM, little endian. 50 * \li PA_SAMPLE_FLOAT32BE - 32 bit IEEE floating point PCM, big endian. 56 * The floating point sample formats have the range from -1 to 1. 129 PA_SAMPLE_FLOAT32LE, /**< 32 Bit IEEE floating point, little endian, range -1 to 1 */ 130 PA_SAMPLE_FLOAT32BE, /**< 32 Bit IEEE floating point, big endian, range -1 to 1 */ 140 /** 32 Bit IEEE floating point, native endian */ 146 /** 32 Bit IEEE floating point, reverse endian */ 153 /** 32 Bit IEEE floating point, native endian */ 159 /** 32 Bit IEEE floating point, reverse endian */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
sample.h | 49 * \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM, little endian. 50 * \li PA_SAMPLE_FLOAT32BE - 32 bit IEEE floating point PCM, big endian. 56 * The floating point sample formats have the range from -1 to 1. 129 PA_SAMPLE_FLOAT32LE, /**< 32 Bit IEEE floating point, little endian, range -1 to 1 */ 130 PA_SAMPLE_FLOAT32BE, /**< 32 Bit IEEE floating point, big endian, range -1 to 1 */ 140 /** 32 Bit IEEE floating point, native endian */ 146 /** 32 Bit IEEE floating point, reverse endian */ 153 /** 32 Bit IEEE floating point, native endian */ 159 /** 32 Bit IEEE floating point, reverse endian */
|