Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for trunk (0.12 sec)

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

    		generic: true,
    	},
    	{
    		name:    "Floor",
    		argLen:  1,
    		generic: true,
    	},
    	{
    		name:    "Ceil",
    		argLen:  1,
    		generic: true,
    	},
    	{
    		name:    "Trunc",
    		argLen:  1,
    		generic: true,
    	},
    	{
    		name:    "Round",
    		argLen:  1,
    		generic: true,
    	},
    	{
    		name:    "RoundToEven",
    		argLen:  1,
    		generic: true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. api/go1.txt

    pkg math, func Sincos(float64) (float64, float64)
    pkg math, func Sinh(float64) float64
    pkg math, func Sqrt(float64) float64
    pkg math, func Tan(float64) float64
    pkg math, func Tanh(float64) float64
    pkg math, func Trunc(float64) float64
    pkg math, func Y0(float64) float64
    pkg math, func Y1(float64) float64
    pkg math, func Yn(int, float64) float64
    pkg math/big, const MaxBase ideal-char
    pkg math/big, func NewInt(int64) *Int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/trace_viewer_full.html

    function findFirstTrueIndexInSortedArray(array,test){let i0=0;let i1=array.length;while(i0<i1){const i=Math.trunc((i0+i1)/2);if(test(array[i])){i1=i;}else{i0=i+1;}}
    return i1;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
Back to top