/external/freetype/src/cff/ |
cffparse.c | 412 /* read a floating point number, either integer or real */ 447 /* read a floating point number, either integer or real */ 455 /* read a floating point number, either integer or real, */ 465 /* read a floating point number, either integer or real, */ 968 /* An unterminated floating point number at the */
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfoV5.td | 326 // Convert Integer to Floating Point. 367 // Convert Floating Point to Integer - default. 408 // Convert Floating Point to Integer: non-chopped. 476 // Floating point fused multiply-add. 494 // Floating point max/min.
|
/external/oprofile/events/ppc64/power5+/ |
event_mappings | [all...] |
/external/oprofile/events/ppc64/power5++/ |
event_mappings | 500 #Group 82 pm_fpu1, Floating Point events 506 #Group 83 pm_fpu2, Floating Point events 512 #Group 84 pm_fpu3, Floating point events 518 #Group 85 pm_fpu4, Floating point events 524 #Group 86 pm_fpu5, Floating point events by unit 530 #Group 87 pm_fpu6, Floating point events by unit 536 #Group 88 pm_fpu7, Floating point events by unit 542 #Group 89 pm_fpu8, Floating point events by unit 548 #Group 90 pm_fpu9, Floating point events by unit 554 #Group 91 pm_fpu10, Floating point events by uni [all...] |
events | [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_d3basics.h | 382 DW_ATE_HP_float80 = 0x80, /* Floating-point (80 bit). */ 383 DW_ATE_HP_complex_float80 = 0x81, /* Complex floating-point (80 bit). */ 384 DW_ATE_HP_float128 = 0x82, /* Floating-point (128 bit). */ 385 DW_ATE_HP_complex_float128 = 0x83, /* Complex floating-point (128 bit). */ 386 DW_ATE_HP_floathpintel = 0x84, /* Floating-point (82 bit IA64). */
|
/sdk/emulator/qtools/ |
thumbdis.cpp | 59 %<bitfield>f print a floating point constant if >7 else a 60 floating point register 66 %P print floating point precision in arithmetic insn 67 %Q print floating point precision in ldf/stf insn 68 %R print floating point rounding mode
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te-vfp.S | 597 * Generic 32-bit floating point operation. Provide an "instr" line that 619 * Generic 32-bit floating point operation. Provide an "instr" line that 641 * Generic 32-bit floating point operation. Provide an "instr" line that 663 * Generic 32-bit floating point operation. Provide an "instr" line that 685 * Generic 64-bit floating point operation. Provide an "instr" line that 707 * Generic 64-bit floating point operation. Provide an "instr" line that 729 * Generic 64-bit floating point operation. Provide an "instr" line that 751 * Generic 64-bit floating point operation. Provide an "instr" line that 773 * Generic 64bit-to-32bit floating point unary operation. Provide an 796 * Generic 64bit-to-32bit floating point unary operation. Provide a [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 200 // Make changes necessary when the floating state of the bookmark bar changes. 235 // Floating container that holds the render area. It is needed to position 346 // bar is in floating mode, it has to draw a drop shadow only; otherwise
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
clear.c | 372 * fixed- or floating-point buffer, or if ClearBufferfv is called 439 * fixed- or floating-point buffer, or if ClearBufferfv is called 536 * fixed- or floating-point buffer, or if ClearBufferfv is called
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_draw.c | 130 * \brief Convert fixed-point to floating-point. 167 * floating point, populate VB->AttribPtr[]. 297 /* Just make sure the array is floating point, otherwise convert to
|
/external/chromium_org/third_party/sqlite/src/test/ |
intpkey.test | 476 # This tests checks to see if a floating point number can be used 492 # Try to use a string that looks like a floating point number as 493 # an integer primary key. This should actually work when the floating
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
coretype.h | 111 /** Floating point value (opaque type). 268 * nonzero for overflow/underflow floating point warnings 287 * nonzero for overflow/underflow floating point warnings;
|
/external/chromium_org/v8/test/cctest/ |
test-strtod.cc | 204 // complains that the floating constant exceeds range of 'double'. 233 // The following number is the result of 89255.0/1e22. Both floating-point 235 // the floating-point stack is set to 80bits and the double-rounding
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-0x.cpp | 44 // * from a floating-point type to an integer type, or 108 // * from an integer type or unscoped enumeration type to a floating-point type, 116 // Variables. Yes, even though all char's will fit into any floating type.
|
/external/fdlibm/ |
k_rem_pio2.c | 73 * floating value is 110 * f[] ipio2[] in floating point 269 /* convert integer "bit" chunk to floating-point value */
|
readme | 40 for machines that support IEEE 754 floating-point arithmetic. 57 c. Each double precision floating-point number must be in IEEE 754 116 floating-point arithmetic). If one wants FDLIBM to comply with
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ratectrl.c | 152 // Clear down mmx registers to allow floating point in what follows 248 // Clear down mmx registers to allow floating point in what follows 420 // Clear down mmx registers to allow floating point in what follows
|
/external/llvm/lib/Target/Mips/ |
MipsCallingConv.td | 151 // f64 arguments are passed in double-precision floating pointer registers. 164 // f64 arguments are passed in double-precision floating pointer registers. 187 // f32 arguments are passed in single-precision floating pointer registers.
|
MipsISelLowering.h | 53 // Floating Point Branch Conditional 56 // Floating Point Compare 59 // Floating Point Conditional Moves
|
/external/mesa3d/src/mesa/main/ |
clear.c | 372 * fixed- or floating-point buffer, or if ClearBufferfv is called 439 * fixed- or floating-point buffer, or if ClearBufferfv is called 536 * fixed- or floating-point buffer, or if ClearBufferfv is called
|
/external/mesa3d/src/mesa/tnl/ |
t_draw.c | 130 * \brief Convert fixed-point to floating-point. 167 * floating point, populate VB->AttribPtr[]. 297 /* Just make sure the array is floating point, otherwise convert to
|
/external/opencv/cv/src/ |
cvmotempl.cpp | 51 /* function processes floating-point images using integer arithmetics */ 196 "MHI and orientation must be single-channel floating-point images" ); 316 "MHI and orientation must be single-channel floating-point images" );
|
/external/v8/test/cctest/ |
test-strtod.cc | 179 // complains that the floating constant exceeds range of 'double'. 208 // The following number is the result of 89255.0/1e22. Both floating-point 210 // the floating-point stack is set to 80bits and the double-rounding
|
/external/valgrind/main/none/tests/ppc32/ |
test_dfp1.c | 404 * floating point rounding mode (bits 62:63 of FPSCR). The second time 405 * through is for setting the decimal floating point rounding mode 426 printf("FPSCR %s floating point rounding mode %016llx == %016llx? %s\n",
|