Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for fap (0.04 sec)

  1. src/cmd/compile/internal/ssa/numberlines.go

    }
    
    type fileAndPair struct {
    	f  int32
    	lp lineRange
    }
    
    type fileAndPairs []fileAndPair
    
    func (fap fileAndPairs) Len() int {
    	return len(fap)
    }
    func (fap fileAndPairs) Less(i, j int) bool {
    	return fap[i].f < fap[j].f
    }
    func (fap fileAndPairs) Swap(i, j int) {
    	fap[i], fap[j] = fap[j], fap[i]
    }
    
    // -d=ssa/number_lines/stats=1 (that bit) for line and file distribution statistics
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 21:26:13 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. src/math/big/floatexample_test.go

    	fmt.Printf("y = %.10g (%s, prec = %d, acc = %s)\n", &y, y.Text('p', 0), y.Prec(), y.Acc())
    	fmt.Printf("z = %.10g (%s, prec = %d, acc = %s)\n", &z, z.Text('p', 0), z.Prec(), z.Acc())
    	// Output:
    	// x = 1000 (0x.fap+10, prec = 64, acc = Exact)
    	// y = 2.718281828 (0x.adf85458248cd8p+2, prec = 53, acc = Exact)
    	// z = 1002.718282 (0x.faadf854p+10, prec = 32, acc = Below)
    }
    
    func ExampleFloat_shift() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 15:46:54 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    to the Spectrum, so as both Ends to fall perpendicularly upon its Rectilinear Sides, there appeared one and the same Colour, and degree of Colour from one End of this Line to the other. I delineated therefore in a Paper the Perimeter of the Spectrum FAP GMT, and in trying the third Experiment of the first Part of this Book, I held the Paper so that the Spectrum might fall upon this delineated Figure, and agree with it exactly, whilst an Assistant, whose Eyes for distinguishing Colours were more critical...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    Sides, there appeared one and the same Colour, and degree of Colour from
    one End of this Line to the other. I delineated therefore in a Paper the
    Perimeter of the Spectrum FAP GMT, and in trying the third Experiment of
    the first Part of this Book, I held the Paper so that the Spectrum might
    fall upon this delineated Figure, and agree with it exactly, whilst an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top