代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/393286/2476237

s __ashrdi3.s

/* __ashrdi3.S: 64-bit arithmetic shift right * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can
www.eeworm.com/read/366702/2873328

f90 arithmeticif.f90

! Program to test the arithmetic if statement function testif (a) implicit none integer a, b, testif if (a) 1, 2, 3 b = 2 goto 4 1 b = -1 goto 4 2 b = 0 goto 4 3 b = 1 4 test
www.eeworm.com/read/366702/2882315

c convert-complex.c

/* { dg-options "-O3" } */ /* N1150 5.3 Conversions between decimal floating and complex. C99 6.3.1.7 Conversions, arithmetic operands, real and complex. */ extern void abort(void); static int f
www.eeworm.com/read/152843/5657081

s __ashldi3.s

/* __ashldi3.S: 64-bit arithmetic shift left * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can
www.eeworm.com/read/152843/5657084

s __ashrdi3.s

/* __ashrdi3.S: 64-bit arithmetic shift right * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can
www.eeworm.com/read/474583/6812920

m perform_arith_fixed.m

function y = perform_arith_fixed(x, h, n) % perform_arith_fixed - arithmetic coding % % Coding: % y = perform_arith_fixed(x, h, n); % Decoding: % x = perform_arith_fixed(y, h); % % Copyright (
www.eeworm.com/read/474583/6812973

svn-base perform_arith_fixed.sci.svn-base

function y = perform_arith_fixed(x, h, n) // perform_arith_fixed - arithmetic coding // // Coding: // y = perform_arith_fixed(x, h, n); // Decoding: // x = perform_arith_fixed(y, h); // // Cop
www.eeworm.com/read/474583/6812976

svn-base perform_arith_coding.sci.svn-base

function [y,nbr_bits] = perform_arith_coding(xC, dir) // perform_arith_coding - perform adaptive arithmetic coding // // [y,nbr_bits] = perform_arith_coding(x, dir); // // dir=1 for encoding, dir=
www.eeworm.com/read/474583/6813000

svn-base perform_arith_fixed.m.svn-base

function y = perform_arith_fixed(x, h, n) % perform_arith_fixed - arithmetic coding % % Coding: % y = perform_arith_fixed(x, h, n); % Decoding: % x = perform_arith_fixed(y, h); % % Copyright (
www.eeworm.com/read/474583/6813046

sci perform_arith_fixed.sci

function y = perform_arith_fixed(x, h, n) // perform_arith_fixed - arithmetic coding // // Coding: // y = perform_arith_fixed(x, h, n); // Decoding: // x = perform_arith_fixed(y, h); // // Cop