/linux-3.3/arch/arm/nwfpe/ |
D | entry.S | 2 NetWinder Floating Point Emulator 25 /* This is the kernel's entry point into the floating point emulator. 38 ldr pc, [r4] @ Call FP emulator entry point 51 is used as a flag to detect the first time a process uses floating point, 60 2) It calls EmulateAll to emulate a floating point instruction. 64 the next instruction. If it is a floating point instruction, it 66 way it repeatedly looks ahead and executes floating point instructions 67 until it encounters a non floating point instruction, at which time it 71 floating point instructions. GCC attempts to group floating point 73 several floating point instructions. */
|
D | softfloat.c | 4 This C source file is part of the SoftFloat IEC/IEEE Floating-point 11 of this code was written as part of a project to build a fixed-point vector 60 Takes a 64-bit fixed-point value `absZ' with binary point between bits 6 63 to an integer. Bit 63 of `absZ' must be zero. Ordinarily, the fixed-point 65 the input cannot be represented exactly as an integer. If the fixed-point 110 Returns the fraction bits of the single-precision floating-point value `a'. 122 Returns the exponent bits of the single-precision floating-point value `a'. 134 Returns the sign bit of the single-precision floating-point value `a'. 148 Normalizes the subnormal single-precision floating-point value represented 168 single-precision floating-point value, returning the result. After being [all …]
|
D | fpa11.h | 2 NetWinder Floating Point Emulator 80 /* 0 */ FPREG fpreg[8]; /* 8 floating point registers */ 81 /* 96 */ FPSR fpsr; /* floating point status register */ 82 /* 100 */ FPCR fpcr; /* floating point control register */ 83 /* 104 */ unsigned char fType[8]; /* type of floating point value held in 84 floating point registers. One of
|
/linux-3.3/arch/parisc/math-emu/ |
D | fcnvfxt.c | 4 * Floating-point emulation code 28 * Single Floating-point to Single Fixed-point /w truncated result 29 * Single Floating-point to Double Fixed-point /w truncated result 30 * Double Floating-point to Single Fixed-point /w truncated result 31 * Double Floating-point to Double Fixed-point /w truncated result 54 * Convert single floating-point to single fixed-point format 119 * Single Floating-point to Double Fixed-point 193 * Double Floating-point to Single Fixed-point 258 * Double Floating-point to Double Fixed-point
|
D | fcnvxf.c | 4 * Floating-point emulation code 28 * Single Fixed-point to Single Floating-point 29 * Single Fixed-point to Double Floating-point 30 * Double Fixed-point to Single Floating-point 31 * Double Fixed-point to Double Floating-point 54 * Convert single fixed-point to single floating-point format 125 * Single Fixed-point to Double Floating-point 176 * Double Fixed-point to Single Floating-point 281 * Double Fixed-point to Double Floating-point
|
D | fcnvfx.c | 4 * Floating-point emulation code 28 * Single Floating-point to Single Fixed-point 29 * Single Floating-point to Double Fixed-point 30 * Double Floating-point to Single Fixed-point 31 * Double Floating-point to Double Fixed-point 54 * Single Floating-point to Single Fixed-point 151 * Single Floating-point to Double Fixed-point 272 * Double Floating-point to Single Fixed-point 383 * Double Floating-point to Double Fixed-point
|
D | fcnvfut.c | 4 * Floating-point emulation code 28 * Floating-point to Unsigned Fixed-point Converts with Truncation 51 * Floating-point to Unsigned Fixed-point Converts with Truncation * 55 * Convert single floating-point to single fixed-point format 125 * Single Floating-point to Double Unsigned Fixed 195 * Double Floating-point to Single Unsigned Fixed 264 * Double Floating-point to Double Unsigned Fixed
|
D | fcnvff.c | 4 * Floating-point emulation code 28 * Single Floating-point to Double Floating-point 29 * Double Floating-point to Single Floating-point 50 * Single Floating-point to Double Floating-point 137 * Double Floating-point to Single Floating-point
|
D | fcnvuf.c | 4 * Floating-point emulation code 28 * Fixed point to Floating-point Converts 51 * Fixed point to Floating-point Converts * 55 * Convert Single Unsigned Fixed to Single Floating-point format 114 * Single Unsigned Fixed to Double Floating-point 155 * Double Unsigned Fixed to Single Floating-point 237 * Double Unsigned Fixed to Double Floating-point
|
/linux-3.3/arch/m68k/ifpsp060/ |
D | fskeleton.S | 58 | This is the main exit point for the 68060 Floating-Point 70 | This is the exit point for the 060FPSP when an enabled overflow exception 71 | is present. The routine below should point to the operating system handler 89 | This is the exit point for the 060FPSP when an enabled underflow exception 90 | is present. The routine below should point to the operating system handler 107 | This is the exit point for the 060FPSP when an enabled operand error exception 108 | is present. The routine below should point to the operating system handler 126 | This is the exit point for the 060FPSP when an enabled signalling NaN exception 127 | is present. The routine below should point to the operating system handler 145 | This is the exit point for the 060FPSP when an enabled divide-by-zero exception [all …]
|
D | isp.doc | 79 (2) | Entry Point | - user does a "bra" or "jmp" to this address 100 The second section, the "Entry-point" section, is used by external routines 106 entry-point. 116 point is located 0 bytes from the top of the "Entry-point" section.) 118 The third section is the code section. After entering through an "Entry-point", 177 _060_isp_unimp() entry point of the ISP. 184 made, by the system integrator, to point directly back into the package 185 through the "Entry-point"s _060_isp_cas() or _060_isp_cas2(). 196 "Entry-point" _060_isp_cas_finish() or _060_isp_cas2_finish().
|
/linux-3.3/Documentation/arm/nwfpe/ |
D | README.FPE | 1 The following describes the current state of the NetWinder's floating point 4 In the following nomenclature is used to describe the floating point 13 Floating Point Coprocessor Data Transfer Instructions (CPDT) 35 for each floating point register into the memory location given in the 40 Floating Point Coprocessor Register Transfer Instructions (CPRT) 45 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point 46 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer 47 WFS{cond} Rd Write floating point status register 48 RFS{cond} Rd Read floating point status register 49 WFC{cond} Rd Write floating point control register [all …]
|
D | README | 2 Floating Point Emulator. 7 working version of all the floating point instructions the compiler 22 The floating point operations are based on SoftFloat Release 2, by 23 John Hauser. SoftFloat is a software implementation of floating-point 24 that conforms to the IEC/IEEE Standard for Binary Floating-point 49 The NetWinder Floating Point Emulator is free software. Everything Rebel.com 62 a fixed-point vector processor in collaboration with the University of
|
/linux-3.3/arch/arm/mach-u300/ |
D | u300-gpio.h | 19 #define U300_GPIO_PIN_GPIO08 8 /* Service point SP2321 */ 20 #define U300_GPIO_PIN_GPIO09 9 /* Service point SP2322 */ 55 #define U300_GPIO_PIN_GPIO07 7 /* Test point TP2430 */ 57 #define U300_GPIO_PIN_GPIO08 8 /* Test point TP2437 */ 58 #define U300_GPIO_PIN_GPIO09 9 /* Test point TP2431 */ 59 #define U300_GPIO_PIN_GPIO10 10 /* Test point TP2432 */ 63 #define U300_GPIO_PIN_GPIO14 14 /* Test point TP2436 */ 66 #define U300_GPIO_PIN_GPIO16 16 /* Test point TP2438 */ 68 #define U300_GPIO_PIN_GPIO18 18 /* Test point TP2439 */
|
/linux-3.3/tools/perf/util/ |
D | probe-event.h | 10 /* kprobe-tracer tracing point */ 32 /* kprobe-tracer tracing event (point + arg) */ 36 struct probe_trace_point point; /* Trace point */ member 41 /* Perf probe probing point */ 67 /* Perf probe probing event (point + arg) */ 71 struct perf_probe_point point; /* Probe point */ member 97 struct probe_trace_point point; /* Actual probepoint */ member
|
D | probe-event.c | 196 * Convert trace point to probe point with debuginfo 260 tevs[i].point.module = strdup(module); in add_module_to_probe_trace_events() 261 if (!tevs[i].point.module) { in add_module_to_probe_trace_events() 304 if (ntevs == 0) { /* No error but failed to find probe point. */ in try_to_find_probe_trace_events() 305 pr_warning("Probe point '%s' not found.\n", in try_to_find_probe_trace_events() 306 synthesize_perf_probe_point(&pev->point)); in try_to_find_probe_trace_events() 525 buf = synthesize_perf_probe_point(&pev->point); in show_available_vars_at() 541 * A probe point might be converted to in show_available_vars_at() 544 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol, in show_available_vars_at() 545 vl->point.offset); in show_available_vars_at() [all …]
|
/linux-3.3/drivers/input/touchscreen/ |
D | auo-pixcir-ts.c | 132 struct auo_point_t *point) in auo_pixcir_collect_data() argument 157 point[i].coord_x = in auo_pixcir_collect_data() 159 point[i].coord_y = in auo_pixcir_collect_data() 162 if (point[i].coord_x > pdata->x_max || in auo_pixcir_collect_data() 163 point[i].coord_y > pdata->y_max) { in auo_pixcir_collect_data() 165 point[i].coord_x, point[i].coord_y); in auo_pixcir_collect_data() 166 point[i].coord_x = point[i].coord_y = 0; in auo_pixcir_collect_data() 170 point[i].area_major = max(raw_area[2 * i], raw_area[2 * i + 1]); in auo_pixcir_collect_data() 171 point[i].area_minor = min(raw_area[2 * i], raw_area[2 * i + 1]); in auo_pixcir_collect_data() 172 point[i].orientation = raw_area[2 * i] > raw_area[2 * i + 1]; in auo_pixcir_collect_data() [all …]
|
/linux-3.3/arch/m68k/fpsp040/ |
D | slog2.S | 4 | The entry point slog10 computes the base-10 13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point 34 | Notes: Default means round-to-nearest mode, no floating-point 49 | Notes: Default means round-to-nearest mode, no floating-point 63 | Notes: Default means round-to-nearest mode, no floating-point 78 | Notes: Default means round-to-nearest mode, no floating-point 102 |SLOG2 idnt 2,1 | Motorola 040 Floating Point Software Package 117 |--entry point for Log10(X), X is denormalized 129 |--entry point for Log10(X), X is normalized 143 |--entry point for Log2(X), X is denormalized [all …]
|
D | sgetem.S | 4 | The entry point sGETEXP returns the exponent portion 10 | The entry point sGETMAN extracts the mantissa of the 17 | the floating-point save stack. 30 |SGETEM idnt 2,1 | Motorola 040 Floating Point Software Package 39 | This entry point is used by the unimplemented instruction exception 65 | This entry point is used by the unimplemented instruction exception
|
/linux-3.3/Documentation/thermal/ |
D | sysfs-api.txt | 25 inputs from thermal zone attributes (the current temperature and trip point 53 .get_trip_type: get the type of certain trip point. 54 .get_trip_temp: get the temperature above which the certain trip point 88 point of a thermal zone device. 92 trip: indicates which trip point the cooling devices is associated with 99 trip point of a thermal zone device. This function is usually called in 103 trip: indicates which trip point the cooling devices is associated with 120 |---trip_point_[0-*]_temp: Trip point temperature 121 |---trip_point_[0-*]_type: Trip point type 137 |---cdev[0-*]_trip_point: Trip point that cdev[0-*] is associated with [all …]
|
/linux-3.3/drivers/net/ppp/ |
D | Kconfig | 6 tristate "PPP (point-to-point protocol) support" 9 PPP (Point to Point Protocol) is a newer and better SLIP. It serves 93 Microsoft Point-to-Point Tunneling Protocol. 115 Support PPP (Point to Point Protocol) encapsulated in ATM frames. 136 Support for PPP over IPv4.(Point-to-Point Tunneling Protocol)
|
/linux-3.3/include/linux/ |
D | prctl.h | 24 /* Get/set floating-point emulation control bits (if meaningful) */ 30 /* Get/set floating-point exception mode (if meaningful) */ 34 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */ 35 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */ 36 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ 37 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */ 38 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
|
/linux-3.3/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 25 because the point from which the path is constructed has been detached 66 top of this mount point". Since these are always directories we can 106 on the mount point for control operations. The references held by the 140 point dentry (covered or not) has also been added. 188 The ioctlfd field is a mount point file descriptor of an autofs mount 189 point. It is returned by the open call and is used by all calls except 190 the check for whether a given path is a mount point, where it may 192 mount point file descriptor, and when requesting the uid and gid of the 216 not a valid descriptor or doesn't correspond to an autofs mount point 247 with the ioctlfd field set to a valid autofs mount point descriptor [all …]
|
/linux-3.3/include/linux/mfd/ |
D | dbx500-prcmu.h | 153 * @APE_NO_CHANGE: The APE operating point is unchanged 154 * @APE_100_OPP: The new APE operating point is ape100opp 167 * @ARM_NO_CHANGE: The ARM operating point is unchanged 168 * @ARM_100_OPP: The new ARM operating point is arm100opp 169 * @ARM_50_OPP: The new ARM operating point is arm50opp 170 * @ARM_MAX_OPP: Operating point is "max" (more than 100) 172 * @ARM_EXTCLK: The new ARM operating point is armExtClk 186 * @DDR_100_OPP: The new DDR operating point is ddr100opp 187 * @DDR_50_OPP: The new DDR operating point is ddr50opp 188 * @DDR_25_OPP: The new DDR operating point is ddr25opp
|
/linux-3.3/arch/sh/include/asm/ |
D | atomic-grb.h | 10 " mova 1f, r0 \n\t" /* r0 = end point */ in atomic_add() 29 " mova 1f, r0 \n\t" /* r0 = end point */ in atomic_sub() 48 " mova 1f, r0 \n\t" /* r0 = end point */ in atomic_add_return() 69 " mova 1f, r0 \n\t" /* r0 = end point */ in atomic_sub_return() 91 " mova 1f, r0 \n\t" /* r0 = end point */ in atomic_clear_mask() 110 " mova 1f, r0 \n\t" /* r0 = end point */ in atomic_set_mask()
|