Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for fp_ (0.23 sec)

  1. .gitignore

    .idea/remote-targets.xml
    .idea/libraries/Gradle*.xml
    .idea/libraries/Maven*.xml
    .idea/modules
    .idea/runConfigurations/JPS_*.xml
    .idea/runConfigurations/_JPS_*.xml
    .idea/runConfigurations/PILL_*.xml
    .idea/runConfigurations/_FP_*.xml
    .idea/runConfigurations/_MT_*.xml
    .idea/libraries
    .idea/modules.xml
    .idea/gradle.xml
    .idea/compiler.xml
    .idea/inspectionProfiles/profiles_settings.xml
    .idea/.name
    .idea/jarRepositories.xml
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Wed Feb 21 15:38:02 GMT 2024
    - 1.2K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/plugins/gcs/cleanup.h

    // need more sophisticated syntax than that.
    //
    // Example:
    //   void func() {
    //     FILE* fp = fopen("data.txt", "r");
    //     if (fp == nullptr) return;
    //     auto fp_cleaner = gtl::MakeCleanup([fp] { fclose(fp); });
    //     // No matter what, fclose(fp) will happen.
    //     DataObject d;
    //     while (ReadDataObject(fp, &d)) {
    //       if (d.IsBad()) {
    //         LOG(ERROR) << "Bad Data";
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Jul 09 11:16:00 GMT 2020
    - 3.4K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/hash/BloomFilter.java

       * Computes the optimal k (number of hashes per element inserted in Bloom filter), given the
       * expected insertions and total number of bits in the Bloom filter.
       *
       * <p>See http://en.wikipedia.org/wiki/File:Bloom_filter_fp_probability.svg for the formula.
       *
       * @param n expected insertions (must be positive)
       * @param m total number of bits in Bloom filter (must be positive)
       */
      @VisibleForTesting
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 23.1K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (linux-386), const PR_FP_EXC_ASYNC ideal-int
    pkg syscall (linux-386), const PR_FP_EXC_DISABLED ideal-int
    pkg syscall (linux-386), const PR_FP_EXC_DIV ideal-int
    pkg syscall (linux-386), const PR_FP_EXC_INV ideal-int
    pkg syscall (linux-386), const PR_FP_EXC_NONRECOV ideal-int
    pkg syscall (linux-386), const PR_FP_EXC_OVF ideal-int
    pkg syscall (linux-386), const PR_FP_EXC_PRECISE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. api/go1.1.txt

    pkg syscall (linux-386), const PR_FP_EXC_ASYNC = 2
    pkg syscall (linux-386), const PR_FP_EXC_DISABLED = 0
    pkg syscall (linux-386), const PR_FP_EXC_DIV = 65536
    pkg syscall (linux-386), const PR_FP_EXC_INV = 1048576
    pkg syscall (linux-386), const PR_FP_EXC_NONRECOV = 1
    pkg syscall (linux-386), const PR_FP_EXC_OVF = 131072
    pkg syscall (linux-386), const PR_FP_EXC_PRECISE = 3
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. src/cmd/cgo/gcc.go

    			}
    
    			// Function is being used in an expression, to e.g. pass around a C function pointer.
    			// Create a new Name for this Ref which causes the variable to be declared in Go land.
    			fpName := "fp_" + r.Name.Go
    			name := f.Name[fpName]
    			if name == nil {
    				name = &Name{
    					Go:   fpName,
    					C:    r.Name.C,
    					Kind: "fpvar",
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const PR_FP_EXC_ASYNC ideal-int
    pkg syscall (linux-arm-cgo), const PR_FP_EXC_DISABLED ideal-int
    pkg syscall (linux-arm-cgo), const PR_FP_EXC_DIV ideal-int
    pkg syscall (linux-arm-cgo), const PR_FP_EXC_INV ideal-int
    pkg syscall (linux-arm-cgo), const PR_FP_EXC_NONRECOV ideal-int
    pkg syscall (linux-arm-cgo), const PR_FP_EXC_OVF ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top