text stringlengths 1 1.05M |
|---|
//
// SharedLibrary_WIN32U.cpp
//
// Library: Foundation
// Package: SharedLibrary
// Module: SharedLibrary
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#include "Poco/SharedLibrary_WIN32U.h"
#include "Poco/UnicodeConvert... |
_AnimateTileset::
; Iterate over a given pointer array of
; animation functions (one per frame).
; Typically in wra1, vra0
ld a, [wTilesetAnim]
ld e, a
ld a, [wTilesetAnim + 1]
ld d, a
ldh a, [hTileAnimFrame]
ld l, a
inc a
ldh [hTileAnimFrame], a
ld h, 0
add hl, hl
add hl, hl
add hl, de
; 2-byte parame... |
// Copyright John McFarlane 2015 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <cnl/num_traits.h>
#include <cnl/_impl/common.h>
#include <cnl/_impl/type_traits/identi... |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2016 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; * Redistributions of so... |
0x0000 (0x000000) 0x101D- f:00010 d: 29 | A = 29 (0x001D)
0x0001 (0x000002) 0x2926- f:00024 d: 294 | OR[294] = A
0x0002 (0x000004) 0x1001- f:00010 d: 1 | A = 1 (0x0001)
0x0003 (0x000006) 0x2927- f:00024 d: 295 | OR[295] = A
... |
; Window manager point to error string V0.00 1986 Tony Tebby QJUMP
; 2003 Jun 24 1.00 met_ebad no longer xref'd (wl)
section wman
xdef wm_erstr
include 'dev8_keys_qdos_sms'
err_1.02 equ $387c
err_1.03 equ $3894
err_late equ $14a
err_nul dc.w 0
;+++
; Convert error in d0 to string
;
; d0 cr error code... |
_stressfs: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "fs.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
int fd, i;
char path[] = "stressfs0";
7: b8 30 00 0... |
db 0 ; species ID placeholder
db 61, 72, 57, 65, 55, 55
; hp atk def spd sat sdf
db POISON, POISON ; type
db 120 ; catch rate
db 118 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F0 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/nidorino... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1b1af, %rsi
lea addresses_UC_ht+0x1532f, %rdi
cmp $61320, %r10
mov $68, %rcx
rep movsl
nop
nop
add %r11, %r11
lea addresses_D_ht+0x7997, %rsi
lea addresses_WT_ht+0xd8cb, %rdi
xor %r11... |
#String to int
#Ronny Valtonen
#12/7/2020
#***Start of Code***#
.data
#------Testing stuff--------#
#string: .asciiz "-AB" #
#baseValue: .byte 16 #
#---------------------------#
errorReport: .asciiz "\nNot a legal digit for the base given."
.text
#----Testing--------#
# la $a0, string #
# ... |
; A157376: a(n) = 6561*n^2 - 7732*n + 2278.
; 1107,13058,38131,76326,127643,192082,269643,360326,464131,581058,711107,854278,1010571,1179986,1362523,1558182,1766963,1988866,2223891,2472038,2733307,3007698,3295211,3595846,3909603,4236482,4576483,4929606,5295851,5675218,6067707,6473318,6892051,7323906,7768883,8226982,869... |
;**************************************************************
; SVP Tests
;**************************************************************
; by Javi Taiyou
;**************************************************************
; This sample is a way to run basic code tests on the SVP
; in order to find out more about its beh... |
; A030655: Pair up the numbers.
; Submitted by Jamie Morken(s2)
; 12,34,56,78,910,1112,1314,1516,1718,1920,2122,2324,2526,2728,2930,3132,3334,3536,3738,3940,4142,4344,4546,4748,4950,5152,5354,5556,5758,5960,6162,6364,6566,6768,6970,7172,7374,7576,7778,7980,8182,8384,8586,8788,8990,9192,9394,9596,9798,99100,101102,10310... |
; sp1_DrawUpdateStructIfInv(struct sp1_update *u)
SECTION code_clib
SECTION code_temp_sp1
PUBLIC sp1_DrawUpdateStructIfInv
EXTERN asm_sp1_DrawUpdateStructIfInv
defc sp1_DrawUpdateStructIfInv = asm_sp1_DrawUpdateStructIfInv
|
(* Usage:
* simfunge.exe printme.elf hello.txt
* The program prints the contents of funge-space until
* it encounters a blank line (two newlines in a row).
* Files of more than 510 lines or containing lines
* longer than 511 characters obviously won't work right.
*)
.EQU OUTPUT 001
.EQU PRGMEXIT 002
.E... |
/*************************************************************************
*
* Copyright 2016 Realm Inc.
*
* 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/lice... |
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <ImageProcessing_precompiled.h>
#include <ImageProcessing_Traits_Platform.h>
#include <Ed... |
###############################################################################
# Copyright 2019 Intel Corporation
# All Rights Reserved.
#
# If this software was obtained under the Intel Simplified Software License,
# the following terms apply:
#
# The source code, information and material ("Material") containe... |
org 100h
DATA SEGMENT
A DB 1,1,2,2,3,3
B DB 6 DUP(0)
DATA ENDS
CODE SEGMENT
ASSUME DS:DATA; CS:CODE
START:
MOV AX, DATA
MOV DS, AX
MOV CL, 10
LEA BX, A
LEA SI, B
L1:MOV CH,BYTE PTR[BX]
MOV BYTE PTR[SI],CH
MOV DH,BYTE PTR[SI]
INC BX
IN... |
;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
#include "AsmMacros.h"
TEXTAREA
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; RhpWaitForSuspend -- ra... |
default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
section .text code align=64
EXTERN OPENSSL_ia32cap_P
global bn_mul_mont_gather5
ALIGN 64
bn_mul_mont_gather5:
mov QWORD[8+rsp],rdi ;WIN64 prologue
mov QWORD[16+rsp],rsi
mov rax,rsp
$L$SEH_begin_bn_mul_mont_gather5:
mov rdi,rcx
mov rsi,rdx
mov rdx,r8
... |
; A330321: a(n) = Sum_{i=1..n} tau(i)*tau(i+1)/2, where tau(n) = A000005(n) is the number of divisors of n.
; 1,3,6,9,13,17,21,27,33,37,43,49,53,61,71,76,82,88,94,106,114,118,126,138,144,152,164,170,178,186,192,204,212,220,238,247,251,259,275,283,291,299,305,323,335,339,349,364,373,385,397,403,411,427,443,459,467,471,4... |
#include "GlobalState.h"
#include "common/Timer.h"
#include "common/sort.h"
#include "core/Error.h"
#include "core/Hashing.h"
#include "core/NameHash.h"
#include "core/Names.h"
#include "core/Names_gen.h"
#include "core/Types.h"
#include "core/Unfreeze.h"
#include "core/errors/errors.h"
#include "core/lsp/Task.h"
#inc... |
; Assembly code emitted by HLA compiler
; Version 2.16 build 4413 (prototype)
; HLA compiler written by Randall Hyde
; NASM compatible output
bits 32
%define ExceptionPtr__hla_ [dword fs:0]
global QuitMain__hla_
global DfltExHndlr__hla_
global _HLAMain
global HWexcep... |
#include "discountsale.h"
namespace SavitchSale {
DiscountSale::DiscountSale() : Sale(), discount(0) {
// blank
}
DiscountSale::DiscountSale(double thePrice, double theDiscount)
:Sale(thePrice), discount(theDiscount) {
// blank
}
double DiscountSale::getDiscount() const {
return discount;
}... |
#include "gtclang_dsl_defs/gtclang_dsl.hpp"
using namespace gtclang::dsl;
stencil Test {
storage field_a0, field_a1, field_a2;
storage field_b0, field_b1, field_b2;
Do {
vertical_region(k_start + 1, k_start + 1) {
field_a1 = field_a0(k + 1);
field_b1 = field_a0(k - 1);
}
vertical_region... |
; A198310: Moore lower bound on the order of a (10,g)-cage.
; 11,20,101,182,911,1640,8201,14762,73811,132860,664301,1195742,5978711,10761680,53808401,96855122,484275611,871696100,4358480501,7845264902,39226324511,70607384120,353036920601,635466457082,3177332285411
mov $3,$0
add $3,1
mov $7,$0
lpb $3
mov $0,$7
sub ... |
BITS 32
global _start
section .text
_start: mov esi, _virus
mov edi, virus
mov ecx, code_size
cld
rep movsb
jmp virus
_virus: call .L0
.L0: pop ebp
sub ebp, (.L0 - _virus) - (virus_data - _virus)
align 1024
mov eax, [ebp + (var - virus_data)]
int 3
virus_data:
var dd 0x55aa55aa
code_size ... |
//
// Created by kellerberrin on 22/08/18.
//
#include "kgl_variant_evidence.h"
#include "kgl_data_file_type.h"
namespace kgl = kellerberrin::genome;
std::string kgl::VariantEvidence::output(char delimiter, VariantOutputIndex) const {
std::stringstream ss;
ss << delimiter << "VCFSource:" << DataDB::dataSourc... |
org 0
cpu 8086
cli
; Copy data
mov ax,cs
mov ds,ax
mov ax,0xb800
mov es,ax
mov cx,8000
mov si,data
xor di,di
cld
rep movsw
; Scanline 0 = row 0 of 2-line screen (Address 0 = blank)
; Scanline 1 = row 1 of 2-line screen (Address 160 = pixel line 0)
; Scanline 2 = row 0 of 2-line scr... |
Dodo: DB $00, $7E, $90
DW DodoEdges
DB DodoEdgesSize
DB $00, $36
DB DodoVertSize
DB DodoEdgesCnt
DB $00, $00
DB DodoNormalsSize
... |
; A054569: a(n) = 4*n^2 - 6*n + 3.
; 1,7,21,43,73,111,157,211,273,343,421,507,601,703,813,931,1057,1191,1333,1483,1641,1807,1981,2163,2353,2551,2757,2971,3193,3423,3661,3907,4161,4423,4693,4971,5257,5551,5853,6163,6481,6807,7141,7483,7833,8191,8557,8931,9313,9703,10101,10507,10921,11343,11773,12211,12657,13111,13573,14... |
// Program
regwi 3, $16, 69905067; //freq = 100.00000047683716 MHz
regwi 3, $17, 0; //phase = 0
regwi 3, $19, 1000; //gain = 1000
regwi 3, $21, 0; //t = 0
regwi 3, $20, 589844; //... |
;
; functions in 32-bit protected mode
;
[bits 32]
VIDEO_MEMORY equ 0xB8000
WHITE_ON_BLACK equ 0x0F
;print a string using video memory
print_string_32:
pusha
mov edx, VIDEO_MEMORY ;set edx to the start of video memory
print_string_pm_loop:
mov al, [esi] ;store char at EBX in AL
mov ah, WHITE_ON_BLACK ... |
;;#############################################################################
;;! \file source/filter/FIR_f32.asm
;;!
;;! \brief Finite Impulse Response Filter
;;! \author C2000
;;
;; DESCRIPTION:
;;
;; This routine implements the non-recursive difference equation of an
;; all-zero filter(FIR), of order N. All... |
//-----------------------------------------------
//
// This file is part of the Siv3D Engine.
//
// Copyright (c) 2008-2021 Ryo Suzuki
// Copyright (c) 2016-2021 OpenSiv3D Project
//
// Licensed under the MIT License.
//
//-----------------------------------------------
# pragma once
# include <Siv3D/Window.hpp>
# in... |
SECTION code_clib
SECTION code_l
PUBLIC l_sub_64_mde_mhl
l_sub_64_mde_mhl:
; 64-bit number at address de -= 64-bit number at address hl
;
; enter : de = int64_t *A
; hl = int64_t *B
;
; exit : *A -= *B
; de = A + 8
; hl = B + 8
;
; uses : af, de, hl
ld ... |
# x mapeado em $s1
.text
.globl teste
teste:
addi $8, $zero, 0x1001
sll $8, $8, 16 # valor do adress para acessar a memória armazenado em $t0
lw $16, 0($8) # load de x1 para $s0
lw $17, 4($8) # load de x2 para $s1
lw $18, 8($8) # load de x3 para $s2
lw $19, 12($8) # load de x4 para $s3
nop # sll $zero, $zero, 0
add... |
; A245806: 3^n + 10^n.
; 2,13,109,1027,10081,100243,1000729,10002187,100006561,1000019683,10000059049,100000177147,1000000531441,10000001594323,100000004782969,1000000014348907,10000000043046721,100000000129140163,1000000000387420489,10000000001162261467,100000000003486784401,1000000000010460353203,10000000000031381059... |
; A285959: Positions of 1 in A285957; complement of A285958.
; Submitted by Jon Maiga
; 2,6,10,15,18,22,26,29,34,38,42,47,50,55,59,63,66,70,74,79,82,86,90,93,98,102,106,109,113,117,122,125,130,134,138,143,146,150,154,157,162,166,170,175,178,183,187,191,194,198,202,207,210,215,219,223,228,231,235,239,242,247,251,255,258... |
; A116734: Number of permutations of length n which avoid the patterns 231, 1432, 4123.
; 1,2,5,12,25,50,97,184,345,642,1189,2196,4049,7458,13729,25264,46481,85506,157285,289308,532137,978770,1800257,3311208,6090281,11201794,20603333,37895460,69700641,128199490,235795649,433695840,797691041,1467182594,2698569541,496344... |
map_header CinnabarLab, CINNABAR_LAB, LAB, 0
end_map_header
|
; A159582: Expansion of (1+6*x+x^2-2*x^3)/((x^2+2*x-1)*(x^2-2*x-1)), bisection is NSW numbers.
; 1,6,7,34,41,198,239,1154,1393,6726,8119,39202,47321,228486,275807,1331714,1607521,7761798,9369319,45239074,54608393,263672646,318281039,1536796802,1855077841,8957108166,10812186007,52205852194,63018038201,304278004998,36729... |
// (C) Copyright 2009-2011 Frederic Bron.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "test.hpp"
#include "check_integral_constant.hpp"
#ifdef TEST_STD
# includ... |
; A346301: Positions of words in A076478 such that first digit = last digit.
; Submitted by Jon Maiga
; 1,2,3,6,7,9,12,14,15,17,19,21,24,26,28,30,31,33,35,37,39,41,43,45,48,50,52,54,56,58,60,62,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124
mul $0,2
mov $1,$0
... |
-- 7 Billion Humans --
-- 09: Dynamic Angles --
-- Size: 5/5 --
-- Speed: 6/6 --
pickup s
a:
if nw == nothing:
step s
jump a
endif
drop
|
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Main
FILE: mainMain.asm
AUTHOR: Dennis Chow, September 6, 1989
ROUTINES:
Name Description
---- -----------
MTD MSG_GEN_PROCESS_CREATE_... |
/**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* 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... |
BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; INC64r
mov rax, 0x31
;TEST_BEGIN_RECORDING
inc rax
;TEST_END_RECORDING
|
; A089192: Numbers n such that 2n - 7 is a prime.
; 5,6,7,9,10,12,13,15,18,19,22,24,25,27,30,33,34,37,39,40,43,45,48,52,54,55,57,58,60,67,69,72,73,78,79,82,85,87,90,93,94,99,100,102,103,109,115,117,118,120,123,124,129,132,135,138,139,142,144,145,150,157,159,160,162,169,172,177,178,180,183,187,190,193,195,198,202,204,20... |
; A066444: a(n) = 11^n mod n^11.
; 0,121,1331,14641,161051,1771561,19487171,214358881,2357947691,25937424601,0,166394893969,471664657228,3140272804489,8065845196901,16532101601985,5101754322287,57157537871161,73663224996225,17332560009201,240252754633991,96720656337129,29113945750083,819959443635745,423486446127126,258... |
template class VectorGPU<bool>;
template class VectorGPU<short>;
template class VectorGPU<unsigned short>;
template class VectorGPU<int>;
template class VectorGPU<unsigned int>;
template class VectorGPU<long>;
template class VectorGPU<unsigned long>;
template class VectorGPU<long long>;
template class VectorGPU<unsigne... |
;*****************************************************************************
;* x86-optimized functions for yadif filter
;*
;* Copyright (C) 2006 Michael Niedermayer <michaelni@gmx.at>
;* Copyright (c) 2013 Daniel Kang <daniel.d.kang@gmail.com>
;* Copyright (c) 2011-2013 James Darnley <james.darnley@gmail.com>
;*
;* ... |
adc (ix) ; Error
adc (ix+127) ; Error
adc (ix-128) ; Error
adc (iy) ; Error
adc (iy+127) ; Error
adc (iy-128) ; Error
adc a', (hl) ; Error
adc a', (ix) ; Error
... |
; A125652: Numbers m such that m^2=A125650(k) for some k (belonging A125651).
; 1,3,9,105,306,3567,10395,121173,353124,4116315,11995821,139833537,407504790,4750223943,13843167039,161367780525,470260174536,5481754313907,15975002767185,186218278892313,542679833909754
seq $0,276602 ; Values of n such that n^2 + 10 is a t... |
; Si scriva un programma in Assembly Intel 80x86 che esegua le seguenti operazioni:
; 1. Acquisisca dall’utente mediante tastiera una sequenza di caratteri (carattere per
; carattere) fino alla pressione del tasto ESC. I caratteri letti devono essere
; memorizzati in una variabile del segmento dati Stringa (inizi... |
SECTION code_clib
PUBLIC xorpixel
EXTERN __gfx_coords
;
; $Id: xorpixl.asm $
;
; ******************************************************************
;
; Inverts pixel at (x,y) coordinate.
;
; Sharp MZ version.
;
; 80x50 rez.
;
;
.xorpixel
ld a,h
cp 80
ret nc
ld a,l
;cp maxy
cp ... |
Name: zel_mjdt.asm
Type: file
Size: 57695
Last-Modified: '2016-05-13T04:36:32Z'
SHA-1: 40E7136CA5A9FE167C1F94FF201EE4794B59C65B
Description: null
|
.text
.syntax unified
.eabi_attribute 67, "2.09" @ Tag_conformance
.cpu arm1156t2f-s
.eabi_attribute 6, 8 @ Tag_CPU_arch
.eabi_attribute 8, 1 @ Tag_ARM_ISA_use
.eabi_attribute 9, 2 @ Tag_THUMB_ISA_use
.fpu vfpv2
.eabi_attribute 17, 1 @ Tag_ABI_PCS_GOT_use
.eabi_attribute 20, 1 @ Tag_ABI_FP_denormal
.eabi_att... |
;###############################################################################
;
; GBT Player v3.0.8
;
; SPDX-License-Identifier: MIT
;
; Copyright (c) 2009-2020, Antonio Niño Díaz <antonio_nd@outlook.com>
;
;###############################################################################
INCLUDE "src/hardware.in... |
; A271062: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 261", based on the 5-celled von Neumann neighborhood.
; 1,9,10,58,59,179,180,404,405,765,766,1294,1295,2023,2024,2984,2985,4209,4210,5730,5731,7579,7580,9788,9789,12389,12390,1... |
; int putc(int c, FILE *stream)
INCLUDE "clib_cfg.asm"
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _putc
EXTERN _fputc
defc _putc = _fputc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ELSE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _putc
EXTERN _put... |
[bits 32]
str [esp] ; out: 0f 00 0c 24
[bits 16]
str [bp] ; out: 0f 00 4e 00
|
; ========================================================================
; This software is licensed for use with Texas Instruments C28x
; family DSCs. This license was provided to you prior to installing
; the software. You may review this license by consulting a copy of
; the agreement in the doc directory of... |
dnl HP-PA 32-bit mpn_sqr_diagonal optimized for the PA8x00.
dnl Copyright 2001, 2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/iam/model/ListOpenIDConnectProvidersResult.h>
#include <aws/core/utils/xml/XmlSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include ... |
db "SPIKE BALL@" ; species name
dw 100, 30 ; height, weight
db "It is considered"
next "to be a symbol of"
next "good luck. Its"
page "shell is said to"
next "be filled with"
next "happiness.@"
|
; A135260: Fibonacci Connell sequence: 1 odd, 1 even, 2 odd, 3 even, 5 odd, 8 even, ....
; 1,2,3,5,6,8,10,11,13,15,17,19,20,22,24,26,28,30,32,34,35,37,39,41,43,45,47,49,51,53,55,57,59,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,101,103,105,107,109,111,113,115,117,119,121,123,125
lpb $0
mov $2,$0
... |
; A024446: Expansion of 1/((1-x)(1-7x)(1-11x)(1-12x)).
; Submitted by Jon Maiga
; 1,31,638,10982,171171,2506917,35201776,479688604,6392929061,83765551883,1083070611714,13855878102066,175736023769671,2213065674408529,27704146634051252,345076242383014568,4279844990866901001,52886642197647118455,651455131567317021190
add... |
;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution... |
;;
;; Copyright (c) 2012-2020, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2016 - ROLI Ltd.
Permission is granted to use this software under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license/
... |
; A075681: Difference between (n-1)*(n-2)^3 and A003878(n).
; 0,0,2,21,60,121,207,321,466,645,861,1117,1416,1761,2155,2601,3102,3661,4281,4965,5716,6537,7431,8401,9450,10581,11797,13101,14496,15985,17571,19257,21046,22941,24945,27061,29292,31641,34111,36705
mov $2,$0
mov $3,$0
lpb $2,1
mov $0,$3
sub $2,1
sub $0,... |
/*
* Copyright (C) 2019 MediaTek Inc.
*
* 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 agr... |
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC term_01_output_char_oterm_msg_printc
term_01_output_char_oterm_msg_printc:
; * OTERM_MSG_PRINTC
;
; enter : c = ascii code
; b = 255 if not supplied by iterm (safely ignore)
; l = absolute x coordinate
; ... |
; A249739: The smallest prime whose square divides n, 1 if n is squarefree.
; 1,1,1,2,1,1,1,2,3,1,1,2,1,1,1,2,1,3,1,2,1,1,1,2,5,1,3,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,3,1,1,2,7,5,1,2,1,3,1,2,1,1,1,2,1,1,3,2,1,1,1,2,1,1,1,2,1,1,5,2,1,1,1,2,3,1,1,2,1,1,1,2,1,3,1,2,1,1,1,2,1,7,3,2
seq $0,336551 ; a(n) = A003557(n) - 1.
se... |
// Copyright (c) 2019 Graphcore Ltd. All rights reserved.
#define BOOST_TEST_MODULE NumericsInplaceVsNot0Test
#include <../random_util.hpp>
#include <boost/filesystem.hpp>
#include <boost/test/unit_test.hpp>
#include <filereader.hpp>
#include <popart/builder.hpp>
#include <popart/dataflow.hpp>
#include <popart/devicem... |
_grep: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b:... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x5f75, %r8
nop
and %r13, %r13
mov (%r8), %r14d
nop
nop
nop
nop
cmp %r9, %r9
lea addresses_A_ht+0x761d, %rsi
lea addresses_WT_ht+0x1ecd, %rdi
nop
nop
dec %r10
mov $27, %rcx
rep ... |
.size 8000
.text@48
jp lstatint
.text@100
jp lbegin
.data@143
c0
.text@150
lbegin:
ld a, 00
ldff(ff), a
ld a, 30
ldff(00), a
ld a, 01
ldff(4d), a
stop, 00
ld a, ff
ldff(45), a
ld b, 42
call lwaitly_b
ld a, 40
ldff(41), a
ld a, 02
ldff(ff), a
xor a, a
ldff(0f), a
ei
ld a, b
inc a
inc a
ldff(... |
; A296910: a(0)=1, a(1)=4; thereafter a(n) = 4*n-2*(-1)^n.
; 1,4,6,14,14,22,22,30,30,38,38,46,46,54,54,62,62,70,70,78,78,86,86,94,94,102,102,110,110,118,118,126,126,134,134,142,142,150,150,158,158,166,166,174,174,182,182,190,190,198,198,206,206,214,214,222,222,230,230,238,238,246,246,254,254,262,262,270,270,278,278,286... |
; A244509: Order of GL_2(p), the general linear group over F_p, where p runs through the primes.
; 6,48,480,2016,13200,26208,78336,123120,267168,682080,892800,1822176,2755200,3337488,4773696,7738848,11908560,13615200,19845936,25048800,28003968,38450880,46879728,62029440,87607296,103020000,111447648,129843216,139851360,... |
// --- Predefined References --
define GC_ALLOC 10001h
define HOOK 10010h
define INIT_RND 10012h
define INIT 10013h
define NEWFRAME 10014h
define INIT_ET 10015h
define ENDFRAME 10016h
define RESTORE_ET 10017h
define ... |
;******************************************************************************
;* FD_TOLL_T2.ASM - THUMB-2 STATE - *
;* *
;* Copyright (c) 1996 Texas Instruments Incorporated *
... |
; float log10(float x) __z88dk_fastcall
SECTION code_fp_math48
PUBLIC cm48_sdcciy_log10_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_log10, cm48_sdcciyp_m482d
cm48_sdcciy_log10_fastcall:
call cm48_sdcciyp_dx2m48
call am48_log10
jp cm48_sdcciyp_m482d
|
//
// detail/impl/reactive_serial_port_service.ipp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com)
// Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com)
//
// Distributed under the Boost Software License, Version 1.0. ... |
; A001607: a(n) = -a(n-1) - 2*a(n-2).
; Submitted by Simon Strandgaard
; 0,1,-1,-1,3,-1,-5,7,3,-17,11,23,-45,-1,91,-89,-93,271,-85,-457,627,287,-1541,967,2115,-4049,-181,8279,-7917,-8641,24475,-7193,-41757,56143,27371,-139657,84915,194399,-364229,-24569,753027,-703889,-802165,2209943,-605613,-3814273,5025499,2603047,-1... |
;
; Generic pseudo graphics routines for text-only platforms
;
; Point pixel at (x,y) coordinate.
SECTION code_clib
PUBLIC w_pointxy
EXTERN __smc777_mode
defc NEEDpoint= 1
defc WIDE_GFX = 1
EXTERN w_pointxy_MODE4
EXTERN w_pointxy_MODE8
.w_pointxy
ld ... |
.size 8000
.text@48
jp lstatint
.text@100
jp lbegin
.data@143
80
.text@150
lbegin:
ld a, ff
ldff(45), a
ld b, 91
call lwaitly_b
xor a, a
ldff(40), a
ld hl, fea0
lbegin_fill_oam:
dec l
ld(hl), a
jrnz lbegin_fill_oam
ld d, 10
ld a, d
ld(hl), a
inc l
ld a, 0f
ld(hl), a
inc l
ld a, 40
ldff(41), a
... |
; Listing generated by Microsoft (R) Optimizing Compiler Version 16.00.40219.01
TITLE D:\Projects\TaintAnalysis\AntiTaint\Epilog\src\func.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRT
INCLUDELIB OLDNAMES
PUBLIC _func
EXTRN __imp__printf:PROC
EXTRN __imp__gets:PROC
; Function comp... |
;E:\Programmierung\Delphi7\Projects\CubeOS\CubeOOP\Works\Projects\Test3.OOP AT 20.08.2018 19:23:57
.486
locals
jumps
.model flat,STDCALL
;============== Prolog Ended
Include .\include\Prolog.asm
;//Environment: CubeOOP
;//Title:
;//Autor:
;//Date: 29.07.2007 09:47:02
;//Description:
;//*********************... |
; A215781: a(n) = ceiling(n*(sqrt(3)-1)).
; 0,1,2,3,3,4,5,6,6,7,8,9,9,10,11,11,12,13,14,14,15,16,17,17,18,19,20,20,21,22,22,23,24,25,25,26,27,28,28,29,30,31,31,32,33,33,34,35,36,36,37,38,39,39,40,41,41,42,43,44,44,45,46,47,47,48,49,50,50,51,52,52,53,54,55,55,56,57,58,58,59,60,61,61,62,63,63,64,65,66,66,67,68,69,69,70,7... |
// Copyright (c) 1998 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// You can redistribute it and/or modify it under the terms of the GNU
// General Public License as published by the Free Software Foundation,
// either version 3 of the License, or (at your o... |
#include "Learnable.h"
vector<Parameter*> Learnable::getParam()
{
return this->param;
}
void Learnable::addParam(Parameter* param)
{
this->param.push_back(param);
}
void Learnable::addParam(vector<Parameter*> params)
{
this->param.insert(this->param.end(), params.begin(), params.end());
}
void Learnable::allocPa... |
; A318934: Numbers whose binary expansion begins with exactly two 1's.
; 3,6,12,13,24,25,26,27,48,49,50,51,52,53,54,55,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,384,385,386,3... |
OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
PUBLIC whirlpool_block
ALIGN 16
whirlpool_block PROC PUBLIC
mov QWORD PTR[8+rsp],rdi ;WIN64 prologue
mov QWORD PTR[16+rsp],rsi
mov rax,rsp
$L$SEH_begin_whirlpool_block::
mov rdi,rcx
mov rsi,rdx
mov rdx,r8
mov rax,rsp
push rbx
push rbp
push r12
push r13... |
/*
Part of Scallop Transcript Assembler
(c) 2017 by Mingfu Shao, Carl Kingsford, and Carnegie Mellon University.
Part of Scallop2
(c) 2021 by Qimin Zhang, Mingfu Shao, and The Pennsylvania State University.
See LICENSE for licensing.
*/
#include "splice_graph.h"
#include "util.h"
#include "config.h"
#include "interv... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x32f5, %rax
nop
nop
nop
nop
nop
xor $20105, %rdx
movb (%rax), %r11b
nop
nop
nop
nop
nop
sub %r10, %r10
lea addresses_D_ht+0x17275, %r15
nop
nop
nop
nop
inc %r11
movb ... |
; A025704: Index of 4^n within sequence of numbers of form 4^i*7^j.
; 1,2,4,7,10,14,19,24,30,37,45,53,62,72,82,93,105,118,131,145,160,175,191,208,226,244,263,283,303,324,346,369,392,416,441,466,492,519,547,575,604,634,664,695,727,760,793,827,862,897,933,970,1008,1046,1085,1125,1165
mov $12,$0
mov $14,$0
add $14,1
lpb ... |
copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D3C move.l D0, (A4)+
004D3E move.l D0, (A4)+
016976 move.w ($6a,A6), (A4)+ [item+ 3]
01697A move.w ($6e,A6), (A4)+ [item+6A]
0169E0 move.w #$64, ($6a,A6)
0169E6 bge $169f2 [item+6A]
016A34 m... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.