Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,558 for Seal (0.19 sec)

  1. cmd/background-newdisks-heal-ops_gen_test.go

    Krishnan Parthasarathi <******@****.***> 1618853442 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  2. cmd/background-newdisks-heal-ops_gen.go

    Anis Eleuch <******@****.***> 1709139940 +0100
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Feb 28 17:05:40 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  3. docs/en/layouts/custom.yml

    # Copyright (c) 2016-2023 Martin Donath <******@****.***>
    
    # Permission is hereby granted, free of charge, to any person obtaining a copy
    # of this software and associated documentation files (the "Software"), to
    # deal in the Software without restriction, including without limitation the
    # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
    # sell copies of the Software, and to permit persons to whom the Software is
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 26 14:05:43 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  4. src/runtime/sys_linux_386.s

    	CMPL	AX, $0
    	JEQ	fallback
    
    	LEAL	8(SP), BX	// &ts (struct timespec)
    	MOVL	BX, 4(SP)
    	MOVL	$0, 0(SP)	// CLOCK_REALTIME
    	CALL	AX
    	JMP finish
    
    fallback:
    	MOVL	$SYS_clock_gettime, AX
    	MOVL	$0, BX		// CLOCK_REALTIME
    	LEAL	8(SP), CX
    	INVOKE_SYSCALL
    
    finish:
    	MOVL	8(SP), AX	// sec
    	MOVL	12(SP), BX	// nsec
    
    	MOVL	BP, SP		// Restore real SP
    	// Restore vdsoPC, vdsoSP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/list9.go

    //	Portions Copyright © 2009 The Go Authors. All rights reserved.
    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 15 21:12:43 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/tac/transforms/device_transform.cc

        auto dequantize_func = [&](const APInt& ap_int_value) -> APInt {
          const int64_t int_value = ap_int_value.getSExtValue();
    
          const float real = (int_value - zp) * scale;
    
          auto real_int = absl::bit_cast<int32_t>(real);
          return APInt(/*numBits=*/32, real_int);
        };
    
        auto dequant_values =
            mlir::cast<DenseIntOrFPElementsAttr>(input_values)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	cfgCtlr.lock.Lock()
    	defer cfgCtlr.lock.Unlock()
    	meal := cfgMeal{
    		cfgCtlr:     cfgCtlr,
    		newPLStates: make(map[string]*priorityLevelState),
    	}
    
    	meal.digestNewPLsLocked(newPLs)
    	meal.digestFlowSchemasLocked(newFSs)
    	meal.processOldPLsLocked()
    
    	// Supply missing mandatory PriorityLevelConfiguration objects
    	if !meal.haveExemptPL {
    		meal.imaginePL(fcboot.MandatoryPriorityLevelConfigurationExempt)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  8. src/syscall/asm_plan9_386.s

    	CALL	runtime·gostring(SB)
    	LEAL	str-144(SP), SI
    	JMP	copyresult3
    
    ok3:
    	CALL	runtime·exitsyscall(SB)
    	LEAL	·emptystring(SB), SI
    
    copyresult3:
    	LEAL	err+24(FP), DI
    
    	CLD
    	MOVSL
    	MOVSL
    
    	RET
    
    TEXT	·Syscall6(SB),NOSPLIT,$148-44
    	NO_LOCAL_POINTERS
    	CALL	runtime·entersyscall(SB)
    	MOVL	trap+0(FP), AX	// syscall entry
    	// copy args down
    	LEAL	a1+4(FP), SI
    	LEAL	sysargs-144(SP), DI
    	CLD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 03 15:28:51 UTC 2018
    - 3.1K bytes
    - Viewed (0)
  9. src/runtime/signal_solaris.go

    	/* 62 */ {_SigNotify, "real time signal"},
    	/* 63 */ {_SigNotify, "real time signal"},
    	/* 64 */ {_SigNotify, "real time signal"},
    	/* 65 */ {_SigNotify, "real time signal"},
    	/* 66 */ {_SigNotify, "real time signal"},
    	/* 67 */ {_SigNotify, "real time signal"},
    	/* 68 */ {_SigNotify, "real time signal"},
    	/* 69 */ {_SigNotify, "real time signal"},
    	/* 70 */ {_SigNotify, "real time signal"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 20:27:15 UTC 2019
    - 4.5K bytes
    - Viewed (0)
  10. test/fixedbugs/issue11945.go

    )
    
    var tests = []struct {
    	code      string
    	got, want interface{}
    }{
    	{"real(1)", real(1), 1.0},
    	{"real('a')", real('a'), float64('a')},
    	{"real(2.0)", real(2.0), 2.0},
    	{"real(3.2i)", real(3.2i), 0.0},
    
    	{"imag(1)", imag(1), 0.0},
    	{"imag('a')", imag('a'), 0.0},
    	{"imag(2.1 + 3.1i)", imag(2.1 + 3.1i), 3.1},
    	{"imag(3i)", imag(3i), 3.0},
    }
    
    func main() {
    	// verify compile-time evaluated constant expressions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 26 01:50:30 UTC 2021
    - 1.6K bytes
    - Viewed (0)
Back to top