Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FPD (0.14 sec)

  1. src/cmd/internal/obj/mips/asm0.go

    		return FPF(0, 3)
    	case ADIVD:
    		return FPD(0, 3)
    	case AMULF:
    		return FPF(0, 2)
    	case AMULD:
    		return FPD(0, 2)
    	case ASUBF:
    		return FPF(0, 1)
    	case ASUBD:
    		return FPD(0, 1)
    	case AADDF:
    		return FPF(0, 0)
    	case AADDD:
    		return FPD(0, 0)
    	case ATRUNCFV:
    		return FPF(1, 1)
    	case ATRUNCDV:
    		return FPD(1, 1)
    	case ATRUNCFW:
    		return FPF(1, 5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  2. licenses/github.com/shopspring/decimal/LICENSE

    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.
    
    - Based on https://github.com/oguzbilgic/fpd, which has the following license:
    """
    The MIT License (MIT)
    
    Copyright (c) 2013 Oguz Bilgic
    
    Permission is hereby granted, free of charge, to any person obtaining a copy of
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 06 22:59:30 UTC 2021
    - 2.2K bytes
    - Viewed (0)
Back to top