Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for UNDEF (0.26 sec)

  1. src/crypto/internal/nistec/p256_asm_s390x.s

    	VST  T1, (1*16)(res_ptr)
    	RET
    
    #undef res_ptr
    #undef x_ptr
    #undef y_ptr
    #undef X0
    #undef X1
    #undef Y0
    #undef Y1
    #undef M0
    #undef M1
    #undef T0
    #undef T1
    #undef T2
    #undef YDIG
    
    #undef ADD1
    #undef ADD1H
    #undef ADD2
    #undef ADD2H
    #undef RED1
    #undef RED1H
    #undef RED2
    #undef RED2H
    #undef CAR1
    #undef CAR1M
    
    #undef MK0
    #undef K0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	RET
    
    #undef P3ptr
    #undef P1ptr
    #undef CPOOL
    #undef X3L
    #undef X3H
    #undef Y3L
    #undef Y3H
    #undef T1L
    #undef T1H
    #undef T2L
    #undef T2H
    #undef T3L
    #undef T3H
    #undef X1L
    #undef X1H
    #undef Y1L
    #undef Y1H
    #undef Z1L
    #undef Z1H
    #undef TT0
    #undef TT1
    #undef T2
    #undef X0
    #undef X1
    #undef Y0
    #undef Y1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/api_test.go

    	const pi, e = 3.1415, /*pi=undef*/ 2.71828 /*pi=const:13*/ /*e=const:13*/
    	type /*t=undef*/ t /*t=typename:14*/ *t
    	print(Y) /*Y=var:10*/
    	x, Y := Y, /*x=undef*/ /*Y=var:10*/ Pi /*x=var:16*/ /*Y=var:16*/ ; _ = x; _ = Y
    	var F = /*F=func:12*/ F[*int, int] /*F=var:17*/ ; _ = F
    
    	var a []int
    	for i, x := range a /*i=undef*/ /*x=var:16*/ { _ = i; _ = x }
    
    	var i interface{}
    	switch y := i.(type) { /*y=undef*/
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  4. src/go/types/api_test.go

    	const pi, e = 3.1415, /*pi=undef*/ 2.71828 /*pi=const:13*/ /*e=const:13*/
    	type /*t=undef*/ t /*t=typename:14*/ *t
    	print(Y) /*Y=var:10*/
    	x, Y := Y, /*x=undef*/ /*Y=var:10*/ Pi /*x=var:16*/ /*Y=var:16*/ ; _ = x; _ = Y
    	var F = /*F=func:12*/ F[*int, int] /*F=var:17*/ ; _ = F
    
    	var a []int
    	for i, x := range a /*i=undef*/ /*x=var:16*/ { _ = i; _ = x }
    
    	var i interface{}
    	switch y := i.(type) { /*y=undef*/
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  5. tensorflow/c/kernels_test.cc

    ATTR_TEST_REGISTER_OP(String, string);
    ATTR_TEST_REGISTER_OP(Int, int);
    ATTR_TEST_REGISTER_OP(Float, float);
    ATTR_TEST_REGISTER_OP(Bool, bool);
    ATTR_TEST_REGISTER_OP(Type, type);
    ATTR_TEST_REGISTER_OP(Tensor, tensor);
    #undef ATTR_TEST_REGISTER_OP
    
    // Helper macros for the TF_OpKernelConstruction_GetAttr* tests.
    #define EXPECT_TF_SIZE(attr_name, expected_list_size, expected_total_size) \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 50.4K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

    // Windows defines the following macros to convert foo to fooA or fooW,
    // depending on the type of the string argument. We don't use these macros, so
    // undefine them here.
    #undef CopyFile
    #undef DeleteFile
    #undef TranslateName
    #endif  // defined(PLATFORM_WINDOWS)
    
    // The tests defined here test the compliance of filesystems with the API
    // defined by `filesystem_interface.h`.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 20:25:58 UTC 2022
    - 71K bytes
    - Viewed (0)
  7. src/regexp/testdata/testregex.c

    #include <unistd.h>
    
    #ifdef	__STDC__
    #include <stdlib.h>
    #include <locale.h>
    #endif
    
    #ifndef RE_DUP_MAX
    #define RE_DUP_MAX	32767
    #endif
    
    #if !_PACKAGE_ast
    #undef	REG_DISCIPLINE
    #endif
    
    #ifndef REG_DELIMITED
    #undef	_REG_subcomp
    #endif
    
    #define TEST_ARE		0x00000001
    #define TEST_BRE		0x00000002
    #define TEST_ERE		0x00000004
    #define TEST_KRE		0x00000008
    #define TEST_LRE		0x00000010
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char);
    GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char);
    GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(wchar_t);
    GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const wchar_t);
    
    #undef GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_
    
    // If a C string is compared with an STL string object, we know it's meant
    // to point to a NUL-terminated string, and thus can print it as a string.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char);
    GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char);
    GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(wchar_t);
    GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const wchar_t);
    
    #undef GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_
    
    // If a C string is compared with an STL string object, we know it's meant
    // to point to a NUL-terminated string, and thus can print it as a string.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // work as the copy of STLport distributed with Symbian is incomplete.
    // By making sure BOOST_HAS_TR1_TUPLE is undefined, we force Boost to
    // use its own tuple implementation.
    #  ifdef BOOST_HAS_TR1_TUPLE
    #   undef BOOST_HAS_TR1_TUPLE
    #  endif  // BOOST_HAS_TR1_TUPLE
    
    // This prevents <boost/tr1/detail/config.hpp>, which defines
    // BOOST_HAS_TR1_TUPLE, from being #included by Boost's <tuple>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
Back to top