Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for abs (0.13 sec)

  1. okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/MappingTables.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3.internal.idn
    
    import kotlin.math.abs
    import kotlin.streams.toList
    import okio.Buffer
    
    /** Index [table] for compactness as specified by `IdnaMappingTable`. */
    fun buildIdnaMappingTableData(table: SimpleIdnaMappingTable): IdnaMappingTableData {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 8.2K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/MappedRange.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3.internal.idn
    
    import kotlin.math.abs
    import okio.ByteString
    
    internal sealed interface MappedRange {
      val rangeStart: Int
    
      data class Constant(
        override val rangeStart: Int,
        val type: Int,
      ) : MappedRange {
        val b1: Int
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  3. api/go1.19.txt

    pkg sync/atomic, type Pointer[$0 interface{}] struct #50860
    pkg sync/atomic, type Uint32 struct #50860
    pkg sync/atomic, type Uint64 struct #50860
    pkg sync/atomic, type Uintptr struct #50860
    pkg time, method (Duration) Abs() Duration #51414
    pkg time, method (Time) ZoneBounds() (Time, Time) #50062
    pkg crypto/x509, func ParseCRL //deprecated #50674
    pkg crypto/x509, func ParseDERCRL //deprecated #50674
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const BIOCVERSION ideal-int
    pkg syscall (darwin-arm64), const BPF_A = 16
    pkg syscall (darwin-arm64), const BPF_A ideal-int
    pkg syscall (darwin-arm64), const BPF_ABS = 32
    pkg syscall (darwin-arm64), const BPF_ABS ideal-int
    pkg syscall (darwin-arm64), const BPF_ADD = 0
    pkg syscall (darwin-arm64), const BPF_ADD ideal-int
    pkg syscall (darwin-arm64), const BPF_ALIGNMENT = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BIOCVERSION ideal-int
    pkg syscall (freebsd-arm64), const BPF_A = 16
    pkg syscall (freebsd-arm64), const BPF_A ideal-int
    pkg syscall (freebsd-arm64), const BPF_ABS = 32
    pkg syscall (freebsd-arm64), const BPF_ABS ideal-int
    pkg syscall (freebsd-arm64), const BPF_ADD = 0
    pkg syscall (freebsd-arm64), const BPF_ADD ideal-int
    pkg syscall (freebsd-arm64), const BPF_ALIGNMENT = 8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. RELEASE.md

    little fidelity for improved speed. One can revert to the old behavior by
    specifying the attribute `dct_method='INTEGER_ACCURATE'`. * `tf.complex_abs` has
    been removed from the Python interface. `tf.abs` supports complex tensors and
    should be used instead. * In the C++ API (in tensorflow/cc), Input, Output, etc.
    have moved from the tensorflow::ops namespace to tensorflow. *
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  7. api/go1.20.txt

    pkg debug/elf, const R_LARCH_ABS64_LO20 = 69 #54222
    pkg debug/elf, const R_LARCH_ABS64_LO20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_ABS_HI20 = 67 #54222
    pkg debug/elf, const R_LARCH_ABS_HI20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_ABS_LO12 = 68 #54222
    pkg debug/elf, const R_LARCH_ABS_LO12 R_LARCH #54222
    pkg debug/elf, const R_LARCH_B16 = 64 #54222
    pkg debug/elf, const R_LARCH_B16 R_LARCH #54222
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top