HomeSort by: relevance | last modified time | path
    Searched refs:POINT (Results 1 - 10 of 10) sorted by relevancy

  /src/games/dab/
box.h 44 class POINT {
79 static const POINT edges[BOX::last];
81 static const POINT corners[BOX::last];
box.cc 44 const POINT BOX::edges[BOX::last] =
46 const POINT BOX::corners[BOX::last] =
  /src/usr.bin/xlint/lint1/
op.h 66 POINT,
tree.c 1060 /* comparing integer '%s' to floating point constant %Lg */
1331 if (op == POINT)
1898 * have to implement the floating-point types in a platform-independent
1902 /* LINTED 248: floating-point constant out of range */
1995 /* operator '%s' produces floating point overflow */
2046 if (mp->m_binary && op != ARROW && op != POINT)
2054 if (mp->m_binary && op != ARROW && op != POINT &&
2079 case POINT:
2293 if (op == POINT && is_struct_or_union(tn->tn_type->t_tspec))
2328 if (op == POINT) {
    [all...]
cgram.y 736 $$ = POINT;
  /src/lib/libm/arch/vax/
n_cabs.S 96 ENTRY(__libm_cdabs_r6,0) # ENTRY POINT for cdsqrt
  /src/sys/arch/m68k/060sp/dist/
fplsp.doc 38 68060 FLOATING-POINT SOFTWARE PACKAGE (Library version)
42 68060SP Floating-Point Software Package. The routines
75 The file fplsp.sa contains an "Entry-Point" section and a
77 is the "Entry-Point" section. In order to access a function in the
80 function. A branch instruction located at the selected entry point
83 The entry point addresses at the beginning of the package will remain
118 this exception using implemented floating-point instructions.
120 floating-point Operand Error exception, then the library routine
fpsp.doc 38 68060 FLOATING-POINT SOFTWARE PACKAGE (Kernel version)
41 The file fpsp.sa contains the 68060 Floating-Point Software
80 (2) | Entry Point | - user does "bra" or "jmp" to this address
101 The second section, the "Entry-point" section, is used by external routines
107 entry-point.
115 section is 128 bytes long; and the F-Line FPSP handler entry point is located
116 48 bytes from the top of the "Entry-point" section.)
118 The third section is the code section. After entering through an "Entry-point",
fplsp.s 5213 # extended denorms are handled through another entry point.
5284 #--continuation point from REDUCEX
5545 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
5548 #--US THE DESIRED VALUE IN FLOATING POINT.
5976 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
5979 #--US THE DESIRED VALUE IN FLOATING POINT.
6249 #--ENTRY POINT FOR ATAN(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
6491 #--ENTRY POINT FOR ATAN(X) FOR DENORMALIZED ARGUMENT
6728 # To avoid the use of floating-point comparisons, a #
7111 #--entry point for EXP(X), here X is finite, non-zero, and not NaN'
    [all...]
fpsp.s 589 # _fpsp_ovfl(): 060FPSP entry point for FP Overflow exception. #
829 # _fpsp_unfl(): 060FPSP entry point for FP Underflow exception. #
1103 # _fpsp_unsupp(): 060FPSP entry point for FP "Unimplemented #
1240 # this point.
1262 # I'm not sure at this point what FPSR bits are valid for this instruction.
1290 # at this point
1516 # I'm not sure at this point what FPSR bits are valid for this instruction.
1818 # I'm not sure at this point what FPSR bits are valid for this instruction.
1835 # at this point
2075 # I'm not sure at this point what FPSR bits are valid for this instruction
    [all...]

Completed in 24 milliseconds