Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Phi (0.25 sec)

  1. android/guava-tests/benchmark/com/google/common/collect/SetContainsBenchmark.java

    /**
     * A microbenchmark that tests the performance of contains() on various Set implementations.
     *
     * @author Kevin Bourrillion
     */
    public class SetContainsBenchmark {
      // Start at 4.88 then multiply by 2*2^phi <evil cackle> - The goal is be uniform
      // yet visit a variety of "values-relative-to-the-next-power-of-2"
      @Param({"5", "30", "180", "1100", "6900", "43000", "260000"}) // "1600000", "9800000"
      private int size;
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Dec 04 17:37:03 GMT 2017
    - 2.4K bytes
    - Viewed (0)
  2. guava-tests/benchmark/com/google/common/collect/SetContainsBenchmark.java

    /**
     * A microbenchmark that tests the performance of contains() on various Set implementations.
     *
     * @author Kevin Bourrillion
     */
    public class SetContainsBenchmark {
      // Start at 4.88 then multiply by 2*2^phi <evil cackle> - The goal is be uniform
      // yet visit a variety of "values-relative-to-the-next-power-of-2"
      @Param({"5", "30", "180", "1100", "6900", "43000", "260000"}) // "1600000", "9800000"
      private int size;
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Dec 04 17:37:03 GMT 2017
    - 2.4K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    03A5          ; mapped                 ; 03C5          # 1.1  GREEK CAPITAL LETTER UPSILON
    03A6          ; mapped                 ; 03C6          # 1.1  GREEK CAPITAL LETTER PHI
    03A7          ; mapped                 ; 03C7          # 1.1  GREEK CAPITAL LETTER CHI
    03A8          ; mapped                 ; 03C8          # 1.1  GREEK CAPITAL LETTER PSI
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  4. ChangeLog.md

    - [`KT-58707`](https://youtrack.jetbrains.com/issue/KT-58707) [K/N] Compiler crash building generics with redundant cast
    - [`KT-58654`](https://youtrack.jetbrains.com/issue/KT-58654) Compiler error from kotlin.collections.Map : "Invalid phi record", while compiling for kotlin native
    
    ### Native. C Export
    
    - [`KT-56182`](https://youtrack.jetbrains.com/issue/KT-56182) [K2/N] C export doesn't work for non-root packages with K2
    
    ### Native. C and ObjC Import
    Plain Text
    - Registered: Fri Apr 19 08:18:09 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  5. api/go1.txt

    pkg math, const MaxUint8 ideal-int
    pkg math, const MinInt16 ideal-int
    pkg math, const MinInt32 ideal-int
    pkg math, const MinInt64 ideal-int
    pkg math, const MinInt8 ideal-int
    pkg math, const Phi ideal-float
    pkg math, const Pi ideal-float
    pkg math, const SmallestNonzeroFloat32 ideal-float
    pkg math, const SmallestNonzeroFloat64 ideal-float
    pkg math, const Sqrt2 ideal-float
    pkg math, const SqrtE ideal-float
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. api/go1.1.txt

    pkg math, const MaxUint8 = 255
    pkg math, const MinInt16 = -32768
    pkg math, const MinInt32 = -2147483648
    pkg math, const MinInt64 = -9223372036854775808
    pkg math, const MinInt8 = -128
    pkg math, const Phi = 1.61803  // 80901699437494742410229341718281905886015458990288143106772431/50000000000000000000000000000000000000000000000000000000000000
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top