Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for 2055 (0.09 sec)

  1. src/fmt/fmt_test.go

    	{"%.*d", args(uint64(1<<63), 42), "%!(BADPREC)42"},   // Huge negative (-inf).
    	{"%.*d", args(uint64(1<<64-1), 42), "%!(BADPREC)42"}, // Small negative (-1).
    	{"%*d", args(5, "foo"), "%!d(string=  foo)"},
    	{"%*% %d", args(20, 5), "% 5"},
    	{"%*", args(4), "%!(NOVERB)"},
    }
    
    func TestWidthAndPrecision(t *testing.T) {
    	for i, tt := range startests {
    		s := Sprintf(tt.fmt, tt.in...)
    		if s != tt.out {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // snprintf is a variadic function.
    #if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE
    // MSVC 2005 and above support variadic macros.
    # define GTEST_SNPRINTF_(buffer, size, format, ...) \
         _snprintf_s(buffer, size, size, format, __VA_ARGS__)
    #elif defined(_MSC_VER)
    // Windows CE does not define _snprintf_s and MSVC prior to 2005 doesn't
    // complain about _snprintf.
    # define GTEST_SNPRINTF_ _snprintf
    #else
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // snprintf is a variadic function.
    #if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE
    // MSVC 2005 and above support variadic macros.
    # define GTEST_SNPRINTF_(buffer, size, format, ...) \
         _snprintf_s(buffer, size, size, format, __VA_ARGS__)
    #elif defined(_MSC_VER)
    // Windows CE does not define _snprintf_s and MSVC prior to 2005 doesn't
    // complain about _snprintf.
    # define GTEST_SNPRINTF_ _snprintf
    #else
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"video/vnd.dlna.mpeg-tts",
    				"video/vnd.fvt",
    				"video/vnd.hns.video",
    				"video/vnd.iptvforum.1dparityfec-1010",
    				"video/vnd.iptvforum.1dparityfec-2005",
    				"video/vnd.iptvforum.2dparityfec-1010",
    				"video/vnd.iptvforum.2dparityfec-2005",
    				"video/vnd.iptvforum.ttsavc",
    				"video/vnd.iptvforum.ttsmpeg2",
    				"video/vnd.motorola.video",
    				"video/vnd.motorola.videop",
    				"video/vnd.mpegurl",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

    /*
     * Copyright 2015 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    input, the values are normalized one image at a time to fit in the range
    `[0, 255]`.  `uint8` values are unchanged.  The op uses two different
    normalization algorithms:
    
    *  If the input values are all positive, they are rescaled so the largest one
       is 255.
    
    *  If any input value is negative, the values are shifted so input value 0.0
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapter.java

    /*
     * Copyright 2015 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/ppc64.s

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This contains the majority of valid opcode combinations
    // available in cmd/internal/obj/ppc64/asm9.go with
    // their valid instruction encodings.
    
    #include "../../../../../runtime/textflag.h"
    
    // In case of index mode instructions, usage of
    // (Rx)(R0) is equivalent to (Rx+R0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/SmbTransportImpl.java

    /* jcifs smb client library in Java
     * Copyright (C) 2005  "Michael B. Allen" <jcifs at samba dot org>
     *                  "Eric Glass" <jcifs at samba dot org>
     *
     * This library is free software; you can redistribute it and/or
     * modify it under the terms of the GNU Lesser General Public
     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     *
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
  10. tensorflow/c/c_api_function_test.cc

    /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
Back to top