代码搜索:Compatibility

找到约 6,848 项符合「Compatibility」的源代码

代码结果 6,848
www.eeworm.com/read/162614/5522919

m super-class-4.m

/* Bail out gracefully if attempting to derive from a class that has only been forward-declared (via @class). Conversely, @compatibility_alias declarations should be traversed to find the @inte
www.eeworm.com/read/162614/5525394

ada c37217b.ada

-- C37217B.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5529671

c vector-1_main.c

/* Test compatibility of vector types: layout between separately-compiled modules, parameter passing, and function return. This test uses vectors of integer values. */ extern void vector_1_x
www.eeworm.com/read/162614/5529762

c vector-2_main.c

/* Test compatibility of vector types: layout between separately-compiled modules, parameter passing, and function return. This test uses vectors of floating points values. */ extern void vec
www.eeworm.com/read/162614/5529807

c struct-align-1_main.c

/* Test compatibility of structure layout and alignment for structs which contain doubles. The original structs here are from PR 10645. */ extern void struct_align_1_x (void); extern void exit (
www.eeworm.com/read/474583/6812998

svn-base ifft2.sci.svn-base

function y = ifft2(x) // ifft2 - inverse Fourier transform (for Matlab compatibility) // // y = ifft2(x); // // Copyright (c) 2008 Gabriel Peyre y = ifft(x); endfunction
www.eeworm.com/read/474583/6813060

sci ifft2.sci

function y = ifft2(x) // ifft2 - inverse Fourier transform (for Matlab compatibility) // // y = ifft2(x); // // Copyright (c) 2008 Gabriel Peyre y = ifft(x); endfunction
www.eeworm.com/read/474586/6813130

svn-base atan2.sci.svn-base

function a = atan2(y,x); // atan2 - matlab compatibility // // a = atan2(y,x); // // Copyright (c) 2008 Gabriel Peyre a = atan(y,x); endfunction
www.eeworm.com/read/474586/6813166

sci atan2.sci

function a = atan2(y,x); // atan2 - matlab compatibility // // a = atan2(y,x); // // Copyright (c) 2008 Gabriel Peyre a = atan(y,x); endfunction
www.eeworm.com/read/294953/8192454

h iai_ezmac_plus_pic.h

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ * * * FILE NAME: IAI_EZMac_Plus_PIC.h